holylovenia commited on
Commit
4281378
1 Parent(s): 808551f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -16
README.md CHANGED
@@ -1,21 +1,59 @@
 
1
  ---
2
- tags:
3
- - machine-translation
4
- language:
5
  - ind
6
  - jav
 
 
 
 
 
7
  ---
8
 
9
- # bible_jv_id
10
-
11
  Analogous to the En ↔ Id and Su ↔ Id datasets, we create a new dataset for Javanese and Indonesian translation generated from the verse-aligned Bible parallel corpus with the same split setting. In terms of size, both the Su ↔ Id and Jv ↔ Id datasets are much smaller compared to the En ↔ Id dataset, because there are Bible chapters for which translations are available for Indonesian, albeit not for the local languages.
12
 
 
 
 
 
 
 
 
 
13
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
16
 
17
  ## Citation
18
 
 
19
  ```
20
  @inproceedings{cahyawijaya-etal-2021-indonlg,
21
  title = "{I}ndo{NLG}: Benchmark and Resources for Evaluating {I}ndonesian Natural Language Generation",
@@ -41,16 +79,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
41
  pages = "8875--8898",
42
  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.",
43
  }
44
- ```
45
 
46
- ## License
47
 
48
- Creative Commons Attribution Share-Alike 4.0 International
49
-
50
- ## Homepage
51
-
52
- [https://github.com/IndoNLP/indonlg](https://github.com/IndoNLP/indonlg)
53
-
54
- ### NusaCatalogue
55
 
56
- For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
1
+
2
  ---
3
+ language:
 
 
4
  - ind
5
  - jav
6
+ pretty_name: Bible Jv Id
7
+ task_categories:
8
+ - machine-translation
9
+ tags:
10
+ - machine-translation
11
  ---
12
 
 
 
13
  Analogous to the En ↔ Id and Su ↔ Id datasets, we create a new dataset for Javanese and Indonesian translation generated from the verse-aligned Bible parallel corpus with the same split setting. In terms of size, both the Su ↔ Id and Jv ↔ Id datasets are much smaller compared to the En ↔ Id dataset, because there are Bible chapters for which translations are available for Indonesian, albeit not for the local languages.
14
 
15
+ ## Languages
16
+
17
+ ind, jav
18
+
19
+ ## Supported Tasks
20
+
21
+ Machine Translation
22
+
23
  ## Dataset Usage
24
+ ### Using `datasets` library
25
+ ```
26
+ from datasets import load_dataset
27
+ dset = datasets.load_dataset("SEACrowd/bible_jv_id", trust_remote_code=True)
28
+ ```
29
+ ### Using `seacrowd` library
30
+ ```import seacrowd as sc
31
+ # Load the dataset using the default config
32
+ dset = sc.load_dataset("bible_jv_id", schema="seacrowd")
33
+ # Check all available subsets (config names) of the dataset
34
+ print(sc.available_config_names("bible_jv_id"))
35
+ # Load the dataset using a specific config
36
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
37
+ ```
38
+
39
+ More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).
40
+
41
+
42
+ ## Dataset Homepage
43
 
44
+ [https://github.com/IndoNLP/indonlg](https://github.com/IndoNLP/indonlg)
45
+
46
+ ## Dataset Version
47
+
48
+ Source: 1.0.0. SEACrowd: 2024.06.20.
49
+
50
+ ## Dataset License
51
+
52
+ Creative Commons Attribution Share-Alike 4.0 International
53
 
54
  ## Citation
55
 
56
+ If you are using the **Bible Jv Id** dataloader in your work, please cite the following:
57
  ```
58
  @inproceedings{cahyawijaya-etal-2021-indonlg,
59
  title = "{I}ndo{NLG}: Benchmark and Resources for Evaluating {I}ndonesian Natural Language Generation",
 
79
  pages = "8875--8898",
80
  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.",
81
  }
 
82
 
 
83
 
84
+ @article{lovenia2024seacrowd,
85
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
86
+ author={Holy Lovenia and Rahmad Mahendra and Salsabil Maulana Akbar and Lester James V. Miranda and Jennifer Santoso and Elyanah Aco and Akhdan Fadhilah and Jonibek Mansurov and Joseph Marvin Imperial and Onno P. Kampman and Joel Ruben Antony Moniz and Muhammad Ravi Shulthan Habibi and Frederikus Hudi and Railey Montalan and Ryan Ignatius and Joanito Agili Lopo and William Nixon and Börje F. Karlsson and James Jaya and Ryandito Diandaru and Yuze Gao and Patrick Amadeus and Bin Wang and Jan Christian Blaise Cruz and Chenxi Whitehouse and Ivan Halim Parmonangan and Maria Khelli and Wenyu Zhang and Lucky Susanto and Reynard Adha Ryanda and Sonny Lazuardi Hermawan and Dan John Velasco and Muhammad Dehan Al Kautsar and Willy Fitra Hendria and Yasmin Moslem and Noah Flynn and Muhammad Farid Adilazuarda and Haochen Li and Johanes Lee and R. Damanhuri and Shuo Sun and Muhammad Reza Qorib and Amirbek Djanibekov and Wei Qi Leong and Quyet V. Do and Niklas Muennighoff and Tanrada Pansuwan and Ilham Firdausi Putra and Yan Xu and Ngee Chia Tai and Ayu Purwarianti and Sebastian Ruder and William Tjhi and Peerat Limkonchotiwat and Alham Fikri Aji and Sedrick Keh and Genta Indra Winata and Ruochen Zhang and Fajri Koto and Zheng-Xin Yong and Samuel Cahyawijaya},
87
+ year={2024},
88
+ eprint={2406.10118},
89
+ journal={arXiv preprint arXiv: 2406.10118}
90
+ }
91
 
92
+ ```