Commit ·
c902b5e
1
Parent(s): 93b65c5
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- machine-translation
|
| 4 |
+
language:
|
| 5 |
+
- ind
|
| 6 |
+
- ace
|
| 7 |
+
- ban
|
| 8 |
+
- bjn
|
| 9 |
+
- bbc
|
| 10 |
+
- bug
|
| 11 |
+
- jav
|
| 12 |
+
- mad
|
| 13 |
+
- min
|
| 14 |
+
- nij
|
| 15 |
+
- sun
|
| 16 |
+
- eng
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
NusaX is a high-quality multilingual parallel corpus that covers 12 languages, Indonesian, English, and 10 Indonesian local languages, namely Acehnese, Balinese, Banjarese, Buginese, Madurese, Minangkabau, Javanese, Ngaju, Sundanese, and Toba Batak.
|
| 20 |
+
|
| 21 |
+
NusaX-MT is a parallel corpus for training and benchmarking machine translation models across 10 Indonesian local languages + Indonesian and English. The data is presented in csv format with 12 columns, one column for each language.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
## Dataset Usage
|
| 25 |
+
|
| 26 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
|
| 30 |
+
```@misc{winata2022nusax,
|
| 31 |
+
title={NusaX: Multilingual Parallel Sentiment Dataset for 10 Indonesian Local Languages},
|
| 32 |
+
author={Winata, Genta Indra and Aji, Alham Fikri and Cahyawijaya,
|
| 33 |
+
Samuel and Mahendra, Rahmad and Koto, Fajri and Romadhony,
|
| 34 |
+
Ade and Kurniawan, Kemal and Moeljadi, David and Prasojo,
|
| 35 |
+
Radityo Eko and Fung, Pascale and Baldwin, Timothy and Lau,
|
| 36 |
+
Jey Han and Sennrich, Rico and Ruder, Sebastian},
|
| 37 |
+
year={2022},
|
| 38 |
+
eprint={2205.15960},
|
| 39 |
+
archivePrefix={arXiv},
|
| 40 |
+
primaryClass={cs.CL}
|
| 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)
|