holylovenia commited on
Commit
9cddbf1
1 Parent(s): 422ed83

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -4,4 +4,49 @@ tags:
4
  language:
5
  - ind
6
  - sun
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
  - ind
6
  - sun
7
+ ---
8
+
9
+ Bible Su-Id is a machine translation dataset containing Indonesian-Sundanese parallel sentences collected from the bible. As there is no existing parallel corpus for Sundanese and Indonesian, we create a new dataset for Sundanese and Indonesian translation generated from the Bible. We create a verse-aligned parallel corpus with a 75%, 10%, and 15% split for the training, validation, and test sets. The dataset is also evaluated in both directions.
10
+
11
+
12
+ ## Dataset Usage
13
+
14
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
15
+
16
+ ## Citation
17
+
18
+ ```@inproceedings{cahyawijaya-etal-2021-indonlg,
19
+ title = "{I}ndo{NLG}: Benchmark and Resources for Evaluating {I}ndonesian Natural Language Generation",
20
+ author = "Cahyawijaya, Samuel and
21
+ Winata, Genta Indra and
22
+ Wilie, Bryan and
23
+ Vincentio, Karissa and
24
+ Li, Xiaohong and
25
+ Kuncoro, Adhiguna and
26
+ Ruder, Sebastian and
27
+ Lim, Zhi Yuan and
28
+ Bahar, Syafri and
29
+ Khodra, Masayu and
30
+ Purwarianti, Ayu and
31
+ Fung, Pascale",
32
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
33
+ month = nov,
34
+ year = "2021",
35
+ address = "Online and Punta Cana, Dominican Republic",
36
+ publisher = "Association for Computational Linguistics",
37
+ url = "https://aclanthology.org/2021.emnlp-main.699",
38
+ doi = "10.18653/v1/2021.emnlp-main.699",
39
+ pages = "8875--8898",
40
+ abstract = "Natural language generation (NLG) benchmarks provide an important avenue to measure progress and develop better NLG systems. Unfortunately, the lack of publicly available NLG benchmarks for low-resource languages poses a challenging barrier for building NLG systems that work well for languages with limited amounts of data. Here we introduce IndoNLG, the first benchmark to measure natural language generation (NLG) progress in three low-resource{---}yet widely spoken{---}languages of Indonesia: Indonesian, Javanese, and Sundanese. Altogether, these languages are spoken by more than 100 million native speakers, and hence constitute an important use case of NLG systems today. Concretely, IndoNLG covers six tasks: summarization, question answering, chit-chat, and three different pairs of machine translation (MT) tasks. We collate a clean pretraining corpus of Indonesian, Sundanese, and Javanese datasets, Indo4B-Plus, which is used to pretrain our models: IndoBART and IndoGPT. We show that IndoBART and IndoGPT achieve competitive performance on all tasks{---}despite using only one-fifth the parameters of a larger multilingual model, mBART-large (Liu et al., 2020). This finding emphasizes the importance of pretraining on closely related, localized languages to achieve more efficient learning and faster inference at very low-resource languages like Javanese and Sundanese.",
41
+ }
42
+ ```
43
+
44
+ ## License
45
+
46
+ Creative Commons Attribution Share-Alike 4.0 International
47
+
48
+ ## Homepage
49
+
50
+ ### NusaCatalogue
51
+
52
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)