Commit ·
a9651df
1
Parent(s): f56b798
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,4 +4,33 @@ tags:
|
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
- eng
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
- eng
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
XL-Sum is a large-scale multilingual summarization dataset that covers 45 languages including Indonesian text summarization.
|
| 10 |
+
The dataset is based on article-summary pairs from BBC, is highly abstractive, concise, and of high quality, as indicated by human and intrinsic evaluation.
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## Dataset Usage
|
| 14 |
+
|
| 15 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 16 |
+
|
| 17 |
+
## Citation
|
| 18 |
+
|
| 19 |
+
```@inproceedings{hasan2021xl,
|
| 20 |
+
title={XL-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages},
|
| 21 |
+
author={Hasan, Tahmid and Bhattacharjee, Abhik and Islam, Md Saiful and Mubasshir, Kazi and Li, Yuan-Fang and Kang, Yong-Bin and Rahman, M Sohel and Shahriyar, Rifat},
|
| 22 |
+
booktitle={Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021},
|
| 23 |
+
pages={4693--4703},
|
| 24 |
+
year={2021}
|
| 25 |
+
}
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## License
|
| 29 |
+
|
| 30 |
+
CC-BY-NC-SA 4.0
|
| 31 |
+
|
| 32 |
+
## Homepage
|
| 33 |
+
|
| 34 |
+
### NusaCatalogue
|
| 35 |
+
|
| 36 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|