Update README.md
Browse files
README.md
CHANGED
@@ -14,23 +14,22 @@ task_categories:
|
|
14 |
|
15 |
# Dataset Summary
|
16 |
|
17 |
-
|
18 |
|
19 |
-
This effort is part of a bigger perspective to have several datasets in Persian language for different tasks that have two important factors: `free` and `easy-to-use`. Here is a quick HOW-TO for using this dataset in datasets library:[Demo-datasets](https://saied71.github.io/RohanAiLab/2021/09/03/Demo-datasets.html)
|
20 |
|
21 |
# Description
|
22 |
|
23 |
-
As discussed before, this dataset contains
|
24 |
```
|
25 |
-
text
|
26 |
-
|
27 |
-
category:ورزش
|
28 |
```
|
29 |
|
30 |
# Citation
|
31 |
```
|
32 | |
33 |
-
title={
|
34 |
author={Saied Alimoradi},
|
35 |
year={2021}
|
36 |
}
|
|
|
14 |
|
15 |
# Dataset Summary
|
16 |
|
17 |
+
persian_daily_news is a collection of 2 million of unique news articles with the headline for each article. News articles have been gathered from more than 10 news agencies for the last 12 years. This dataset can be used in abstractive summarization and paraphrasing.
|
18 |
|
19 |
+
This effort is part of a bigger perspective to have several datasets in Persian language(and other low resources languages) for different tasks that have two important factors: `free` and `easy-to-use`. Here is a quick HOW-TO for using this dataset in datasets library:[Demo-datasets](https://saied71.github.io/RohanAiLab/2021/09/03/Demo-datasets.html)
|
20 |
|
21 |
# Description
|
22 |
|
23 |
+
As discussed before, this dataset contains 2M news articles. Each article has these two attributes: text and summary. Here is a sample of dataset:
|
24 |
```
|
25 |
+
text: به گزارش گروه بین الملل ، خبرگزاری رسمی قطر اعلام کرد، بعد از امضای موافقتنامه همکاری نظامی بین قطر و روسیه این امکان فراهم شده است تا نظامیان قطری برای تکمیل آموزشهای نظامی خود عازم روسیه شده و در آنجا تعلیم ببینند.در چارچوب این قرارداد که امروز یک شنبه توسط سرتیپ ستاد عبدالعزیز صالح السلیطی رییس هییت همکاریهای بین المللی نظامی قطر و سرلشکر ویکتور جوریمیکین رییس اداره عمومی نیروی انسانی وزارت دفاع روسیه به امضا رسید، روابط نظامی بین دوحه و مسکو در زمینه موسسات آموزشهای نظامی شاهد توسه قابل توجهی خواهد شد.به نوشته این خبرگزاری روابط قطر و روسیه در حال گسترش بوده و به سوی شکلگیری مشارکت راهبردی در تمامی زمینهها پیش میرود.
|
26 |
+
summary: از این پس نظامیان قطری برای آموزش عازم روسیه شده و در موسسات آموزش نظامی این کشور تعلیم خواهند دید.
|
|
|
27 |
```
|
28 |
|
29 |
# Citation
|
30 |
```
|
31 | |
32 |
+
title={persian_daily_news},
|
33 |
author={Saied Alimoradi},
|
34 |
year={2021}
|
35 |
}
|