Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,28 @@ task_categories:
|
|
4 |
language:
|
5 |
- fa
|
6 |
pretty_name: XLSum Persian
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
language:
|
5 |
- fa
|
6 |
pretty_name: XLSum Persian
|
7 |
+
---
|
8 |
+
|
9 |
+
The Persian portion of the [XLSum](https://huggingface.co/datasets/csebuetnlp/xlsum) dataset.
|
10 |
+
|
11 |
+
### Citation
|
12 |
+
```bibtex
|
13 |
+
@inproceedings{hasan-etal-2021-xl,
|
14 |
+
title = "{XL}-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages",
|
15 |
+
author = "Hasan, Tahmid and
|
16 |
+
Bhattacharjee, Abhik and
|
17 |
+
Islam, Md. Saiful and
|
18 |
+
Mubasshir, Kazi and
|
19 |
+
Li, Yuan-Fang and
|
20 |
+
Kang, Yong-Bin and
|
21 |
+
Rahman, M. Sohel and
|
22 |
+
Shahriyar, Rifat",
|
23 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
|
24 |
+
month = aug,
|
25 |
+
year = "2021",
|
26 |
+
address = "Online",
|
27 |
+
publisher = "Association for Computational Linguistics",
|
28 |
+
url = "https://aclanthology.org/2021.findings-acl.413",
|
29 |
+
pages = "4693--4703",
|
30 |
+
}
|
31 |
+
```
|