Datasets:

ArXiv:
License:
holylovenia commited on
Commit
2e8c122
1 Parent(s): 278aa29

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: cc-by-4.0
4
+ language:
5
+ - ace
6
+ - ban
7
+ - bbc
8
+ - bew
9
+ - bjn
10
+ - bts
11
+ - btx
12
+ - bug
13
+ - cnh
14
+ - hil
15
+ - iba
16
+ - ilo
17
+ - kac
18
+ - lus
19
+ - mad
20
+ - mak
21
+ - meo
22
+ - min
23
+ - pag
24
+ - pam
25
+ - shn
26
+ - tet
27
+ - war
28
+ pretty_name: Gatitos
29
+ task_categories:
30
+ - machine-translation
31
+ tags:
32
+ - machine-translation
33
+ ---
34
+
35
+ The GATITOS (Google's Additional Translations Into Tail-languages: Often Short) dataset is a high-quality, multi-way parallel dataset of tokens and short phrases.
36
+ This dataset consists in 4,000 English segments (4,500 tokens) that have been translated into each of 173 languages, 170 of which are low-resource, 23 are spoken in Southeast Asia.
37
+ This dataset contains primarily short segments: 93% single tokens, and only 23 sentences (0.6%) have over 5 tokens.
38
+ As such it is best thought of as a multilingual lexicon, rather than a parallel training corpus.
39
+ The source text is frequent words in the English Language, along with some common phrases and short sentences.
40
+ Care has been taken to ensure that they include good coverage of numbers, months, days of the week, swadesh words, and names of the languages themselves (including the endonym).
41
+
42
+
43
+ ## Languages
44
+
45
+ ace, ban, bbc, bew, bjn, bts, btx, bug, cnh, hil, iba, ilo, kac, lus, mad, mak, meo, min, pag, pam, shn, tet, war
46
+
47
+ ## Supported Tasks
48
+
49
+ Machine Translation
50
+
51
+ ## Dataset Usage
52
+ ### Using `datasets` library
53
+ ```
54
+ from datasets import load_dataset
55
+ dset = datasets.load_dataset("SEACrowd/gatitos", trust_remote_code=True)
56
+ ```
57
+ ### Using `seacrowd` library
58
+ ```import seacrowd as sc
59
+ # Load the dataset using the default config
60
+ dset = sc.load_dataset("gatitos", schema="seacrowd")
61
+ # Check all available subsets (config names) of the dataset
62
+ print(sc.available_config_names("gatitos"))
63
+ # Load the dataset using a specific config
64
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
65
+ ```
66
+
67
+ 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).
68
+
69
+
70
+ ## Dataset Homepage
71
+
72
+ [https://github.com/google-research/url-nlp/blob/main/gatitos/README.md](https://github.com/google-research/url-nlp/blob/main/gatitos/README.md)
73
+
74
+ ## Dataset Version
75
+
76
+ Source: 1.0.0. SEACrowd: 2024.06.20.
77
+
78
+ ## Dataset License
79
+
80
+ Creative Commons Attribution 4.0 (cc-by-4.0)
81
+
82
+ ## Citation
83
+
84
+ If you are using the **Gatitos** dataloader in your work, please cite the following:
85
+ ```
86
+ @misc{jones2023bilex,
87
+ title={Bilex Rx: Lexical Data Augmentation for Massively Multilingual Machine Translation},
88
+ author={Alex Jones and Isaac Caswell and Ishank Saxena and Orhan Firat},
89
+ year={2023},
90
+ eprint={2303.15265},
91
+ archivePrefix={arXiv},
92
+ primaryClass={cs.CL}
93
+ }
94
+ }
95
+
96
+
97
+ @article{lovenia2024seacrowd,
98
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
99
+ 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},
100
+ year={2024},
101
+ eprint={2406.10118},
102
+ journal={arXiv preprint arXiv: 2406.10118}
103
+ }
104
+
105
+ ```