mwz commited on
Commit
fdf3156
·
1 Parent(s): 7882081

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Urdu Summarization
2
+
3
+ ## Dataset Overview
4
+ The Urdu Summarization dataset contains news articles in Urdu language along with their summaries. The dataset contains a total of 48,071 news articles collected from the BBC Urdu website. Each article is labeled with its headline, summary, and full text.
5
+
6
+ ## Dataset Details
7
+ The dataset contains the following columns:
8
+
9
+ - id (string): Unique identifier for each article
10
+ - url (string): URL for the original article
11
+ - title (string): Headline of the article
12
+ - summary (string): Summary of the article
13
+ - text (string): Full text of the article
14
+ The dataset is distributed under the MIT License.
15
+
16
+ ## Data Collection
17
+ The data was collected from the BBC Urdu website using web scraping techniques. The articles were published between 2003 and 2020, covering a wide range of topics such as politics, sports, technology, and entertainment.
18
+
19
+ ## Data Preprocessing
20
+ The text data was preprocessed to remove any HTML tags and non-Urdu characters. The summaries were created by human annotators, who read the full text of the articles and summarized the main points. The dataset was split into training, validation, and test sets, with 80%, 10%, and 10% of the data in each set respectively.
21
+
22
+ ## Potential Use Cases
23
+ This dataset can be used for training and evaluating models for automatic summarization of Urdu text. It can also be used for research in natural language processing, machine learning, and information retrieval.
24
+
25
+ ## Acknowledgements
26
+ I thank the BBC Urdu team for publishing the news articles on their website and making them publicly available. We also thank the human annotators who created the summaries for the articles.
27
+
28
+ ## Relevant Papers
29
+ No papers have been published yet using this dataset.
30
+
31
+ ## License
32
+ The dataset is distributed under the MIT License.