Commit
·
d9ce772
1
Parent(s):
dc554d8
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,4 +5,63 @@ language:
|
|
5 |
- ind
|
6 |
- sun
|
7 |
- jav
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- ind
|
6 |
- sun
|
7 |
- jav
|
8 |
+
---
|
9 |
+
|
10 |
+
Indo4B-Plus is an extension of Indo4B, a large-scale Indonesian self-supervised pre-training corpus.
|
11 |
+
Indo4B-Plus extend Indo4B by adding two low-resource Indonesian local languages to the corpus, i.e., Sundanese and Javanese.
|
12 |
+
Indo4B-Plus adds 82,582,025 words (∼2.07%) of Sundanese sentences and 331,041,877 words (∼8.29%) of Javanese
|
13 |
+
|
14 |
+
|
15 |
+
## Dataset Usage
|
16 |
+
|
17 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
``` @inproceedings{cahyawijaya-etal-2021-indonlg,
|
22 |
+
title = "{I}ndo{NLG}: Benchmark and Resources for Evaluating {I}ndonesian Natural Language Generation",
|
23 |
+
author = "Cahyawijaya, Samuel and
|
24 |
+
Winata, Genta Indra and
|
25 |
+
Wilie, Bryan and
|
26 |
+
Vincentio, Karissa and
|
27 |
+
Li, Xiaohong and
|
28 |
+
Kuncoro, Adhiguna and
|
29 |
+
Ruder, Sebastian and
|
30 |
+
Lim, Zhi Yuan and
|
31 |
+
Bahar, Syafri and
|
32 |
+
Khodra, Masayu and
|
33 |
+
Purwarianti, Ayu and
|
34 |
+
Fung, Pascale",
|
35 |
+
booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
|
36 |
+
month = nov,
|
37 |
+
year = "2021",
|
38 |
+
address = "Online and Punta Cana, Dominican Republic",
|
39 |
+
publisher = "Association for Computational Linguistics",
|
40 |
+
url = "https://aclanthology.org/2021.emnlp-main.699",
|
41 |
+
doi = "10.18653/v1/2021.emnlp-main.699",
|
42 |
+
pages = "8875--8898",
|
43 |
+
abstract = "Natural language generation (NLG) benchmarks provide an important avenue to measure progress
|
44 |
+
and develop better NLG systems. Unfortunately, the lack of publicly available NLG benchmarks for low-resource
|
45 |
+
languages poses a challenging barrier for building NLG systems that work well for languages with limited
|
46 |
+
amounts of data. Here we introduce IndoNLG, the first benchmark to measure natural language generation (NLG)
|
47 |
+
progress in three low-resource{---}yet widely spoken{---}languages of Indonesia: Indonesian, Javanese, and Sundanese.
|
48 |
+
Altogether, these languages are spoken by more than 100 million native speakers, and hence constitute an important
|
49 |
+
use case of NLG systems today. Concretely, IndoNLG covers six tasks: summarization, question answering, chit-chat,
|
50 |
+
and three different pairs of machine translation (MT) tasks. We collate a clean pretraining corpus of Indonesian,
|
51 |
+
Sundanese, and Javanese datasets, Indo4B-Plus, which is used to pretrain our models: IndoBART and IndoGPT.
|
52 |
+
We show that IndoBART and IndoGPT achieve competitive performance on all tasks{---}despite using only one-fifth
|
53 |
+
the parameters of a larger multilingual model, mBART-large (Liu et al., 2020). This finding emphasizes
|
54 |
+
the importance of pretraining on closely related, localized languages to achieve more efficient learning and faster inference
|
55 |
+
at very low-resource languages like Javanese and Sundanese.",
|
56 |
+
}
|
57 |
+
```
|
58 |
+
|
59 |
+
## License
|
60 |
+
|
61 |
+
CC0
|
62 |
+
|
63 |
+
## Homepage
|
64 |
+
|
65 |
+
### NusaCatalogue
|
66 |
+
|
67 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|