Datasets:

Modalities:
Text
Formats:
csv
Languages:
Urdu
DOI:
Libraries:
Datasets
pandas
License:
mbshr commited on
Commit
d714a5e
1 Parent(s): 5179c51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -41
README.md CHANGED
@@ -23,27 +23,20 @@ size_categories:
23
 
24
  ### Dataset Summary
25
 
26
- Urdu Summarization Dataset containining 76,637 records of Article + Summary pairs scrapped from BBC Urdu and DW Urdu News Websites.
27
- -Preprocessed Version upto 512 tokens (~words); removed URLs, Pic Captions etc
28
 
29
  ### Supported Tasks and Leaderboards
30
-
31
- Summarization
32
- -Extractive and Abstractive
33
- -urT5 (monolingual vocabulary; Urdu of 40k tokens) adapted from mT5 with own vocabulary was fine-tuned
34
- -ROUGE-1 F Score: 40.03 combined, 46.35 BBC Urdu datapoints only and 36.91 DW Urdu datapoints only
35
- -BERTScore: 75.1 combined, 77.0 BBC Urdu datapoints only and 74.16 DW Urdu datapoints only
36
 
37
  ### Languages
38
 
39
  Urdu.
40
 
41
- ## Dataset Structure
42
-
43
- ### Data Instances
44
-
45
- [More Information Needed]
46
-
47
  ### Data Fields
48
 
49
  - url: URL of the article from where it was scrapped (BBC Urdu URLs in english topic text with number & DW Urdu with Urdu topic text)
@@ -53,32 +46,6 @@ Urdu.
53
  - Text: Complete Text of article which are intelligently trucated to 512 tokens.
54
  dtype: {string}
55
 
56
- ### Data Splits
57
-
58
- [More Information Needed]
59
-
60
- ## Dataset Creation
61
-
62
- ### Curation Rationale
63
-
64
- [More Information Needed]
65
-
66
- ### Source Data
67
-
68
- #### Initial Data Collection and Normalization
69
-
70
- [More Information Needed]
71
-
72
- ## Considerations for Using the Data
73
-
74
- ### Licensing Information
75
-
76
- [More Information Needed]
77
-
78
  ### Citation Information
79
 
80
- [More Information Needed]
81
-
82
- ### Contributions
83
-
84
- [More Information Needed]
 
23
 
24
  ### Dataset Summary
25
 
26
+ - Urdu Summarization Dataset containining 76,637 records of Article + Summary pairs scrapped from BBC Urdu and DW Urdu News Websites.
27
+ - Preprocessed Version: upto 512 tokens (~words); removed URLs, Pic Captions etc
28
 
29
  ### Supported Tasks and Leaderboards
30
+ Summarization: Extractive and Abstractive
31
+ - urT5 adapted from mT5 having monolingual vocabulary only; 40k tokens of Urdu.
32
+ - Fine-tuned version @ https://huggingface.co/mbshr/urt5-base-finetuned, ref to https://doi.org/10.48550/arXiv.2310.02790 for details.
33
+ - ROUGE-1 F Score: 40.03 combined, 46.35 BBC Urdu datapoints only and 36.91 DW Urdu datapoints only)
34
+ - BERTScore: 75.1 combined, 77.0 BBC Urdu datapoints only and 74.16 DW Urdu datapoints only
 
35
 
36
  ### Languages
37
 
38
  Urdu.
39
 
 
 
 
 
 
 
40
  ### Data Fields
41
 
42
  - url: URL of the article from where it was scrapped (BBC Urdu URLs in english topic text with number & DW Urdu with Urdu topic text)
 
46
  - Text: Complete Text of article which are intelligently trucated to 512 tokens.
47
  dtype: {string}
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ### Citation Information
50
 
51
+ https://doi.org/10.48550/arXiv.2310.02790