Datasets:

ArXiv:
License:
holylovenia commited on
Commit
f8f47ff
·
verified ·
1 Parent(s): 9fbbdcb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +108 -0
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: unknown
4
+ language:
5
+ - eng
6
+ - vie
7
+ - mya
8
+ - ind
9
+ - tha
10
+ - tgl
11
+ - zlm
12
+ - lao
13
+ pretty_name: Gnome
14
+ task_categories:
15
+ - machine-translation
16
+ tags:
17
+ - machine-translation
18
+ ---
19
+
20
+ A parallel corpus of GNOME localization files, which contains the interface text
21
+ in the GNU Network Object Model Environment (GNOME) and published by GNOME
22
+ translation teams. Text in this dataset is relatively short and technical.
23
+
24
+
25
+ ## Languages
26
+
27
+ eng, vie, mya, ind, tha, tgl, zlm, lao
28
+
29
+ ## Supported Tasks
30
+
31
+ Machine Translation
32
+
33
+ ## Dataset Usage
34
+ ### Using `datasets` library
35
+ ```
36
+ from datasets import load_dataset
37
+ dset = datasets.load_dataset("SEACrowd/gnome", trust_remote_code=True)
38
+ ```
39
+ ### Using `seacrowd` library
40
+ ```import seacrowd as sc
41
+ # Load the dataset using the default config
42
+ dset = sc.load_dataset("gnome", schema="seacrowd")
43
+ # Check all available subsets (config names) of the dataset
44
+ print(sc.available_config_names("gnome"))
45
+ # Load the dataset using a specific config
46
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
47
+ ```
48
+
49
+ 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).
50
+
51
+
52
+ ## Dataset Homepage
53
+
54
+ [https://opus.nlpl.eu/GNOME/corpus/version/GNOME](https://opus.nlpl.eu/GNOME/corpus/version/GNOME)
55
+
56
+ ## Dataset Version
57
+
58
+ Source: 1.0.0. SEACrowd: 2024.06.20.
59
+
60
+ ## Dataset License
61
+
62
+ Unknown (unknown)
63
+
64
+ ## Citation
65
+
66
+ If you are using the **Gnome** dataloader in your work, please cite the following:
67
+ ```
68
+ \
69
+ @inproceedings{tiedemann-2012-parallel,
70
+ title = "Parallel Data, Tools and Interfaces in {OPUS}",
71
+ author = {Tiedemann, J{\"o}rg},
72
+ editor = "Calzolari, Nicoletta and
73
+ Choukri, Khalid and
74
+ Declerck, Thierry and
75
+ Do{\u{g}}an, Mehmet U{\u{g}}ur and
76
+ Maegaard, Bente and
77
+ Mariani, Joseph and
78
+ Moreno, Asuncion and
79
+ Odijk, Jan and
80
+ Piperidis, Stelios",
81
+ booktitle = "Proceedings of the Eighth International Conference on Language
82
+ Resources and Evaluation ({LREC}'12)",
83
+ month = may,
84
+ year = "2012",
85
+ address = "Istanbul, Turkey",
86
+ publisher = "European Language Resources Association (ELRA)",
87
+ url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
88
+ pages = "2214--2218",
89
+ abstract = "This paper presents the current status of OPUS, a growing
90
+ language resource of parallel corpora and related tools. The focus in OPUS
91
+ is to provide freely available data sets in various formats together with
92
+ basic annotation to be useful for applications in computational linguistics,
93
+ translation studies and cross-linguistic corpus studies. In this paper, we
94
+ report about new data sets and their features, additional annotation tools
95
+ and models provided from the website and essential interfaces and on-line
96
+ services included in the project.",
97
+ }
98
+
99
+
100
+ @article{lovenia2024seacrowd,
101
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
102
+ 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},
103
+ year={2024},
104
+ eprint={2406.10118},
105
+ journal={arXiv preprint arXiv: 2406.10118}
106
+ }
107
+
108
+ ```