holylovenia commited on
Commit
9cc61c2
1 Parent(s): a60c019

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -18
README.md CHANGED
@@ -1,7 +1,6 @@
 
1
  ---
2
- tags:
3
- - machine-translation
4
- language:
5
  - eng
6
  - ind
7
  - jpn
@@ -10,22 +9,60 @@ language:
10
  - tha
11
  - vie
12
  - zsm
 
 
 
 
 
13
  ---
14
 
15
- # talpco
16
-
17
  The TUFS Asian Language Parallel Corpus (TALPCo) is an open parallel corpus consisting of Japanese sentences
18
-
19
  and their translations into Korean, Burmese (Myanmar; the official language of the Republic of the Union of Myanmar),
20
-
21
  Malay (the national language of Malaysia, Singapore and Brunei), Indonesian, Thai, Vietnamese and English.
22
 
 
 
 
 
 
 
 
 
 
23
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Citation
28
 
 
29
  ```
30
  @article{published_papers/22434604,
31
  title = {TUFS Asian Language Parallel Corpus (TALPCo)},
@@ -41,16 +78,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
41
  pages = {846--849},
42
  year = {2019}
43
  }
44
- ```
45
-
46
- ## License
47
-
48
- CC-BY 4.0
49
 
50
- ## Homepage
51
 
52
- [https://github.com/matbahasa/TALPCo](https://github.com/matbahasa/TALPCo)
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
  - eng
5
  - ind
6
  - jpn
 
9
  - tha
10
  - vie
11
  - zsm
12
+ pretty_name: Talpco
13
+ task_categories:
14
+ - machine-translation
15
+ tags:
16
+ - machine-translation
17
  ---
18
 
 
 
19
  The TUFS Asian Language Parallel Corpus (TALPCo) is an open parallel corpus consisting of Japanese sentences
 
20
  and their translations into Korean, Burmese (Myanmar; the official language of the Republic of the Union of Myanmar),
 
21
  Malay (the national language of Malaysia, Singapore and Brunei), Indonesian, Thai, Vietnamese and English.
22
 
23
+
24
+ ## Languages
25
+
26
+ eng, ind, jpn, kor, myn, tha, vie, zsm
27
+
28
+ ## Supported Tasks
29
+
30
+ Machine Translation
31
+
32
  ## Dataset Usage
33
+ ### Using `datasets` library
34
+ ```
35
+ from datasets import load_dataset
36
+ dset = datasets.load_dataset("SEACrowd/talpco", trust_remote_code=True)
37
+ ```
38
+ ### Using `seacrowd` library
39
+ ```import seacrowd as sc
40
+ # Load the dataset using the default config
41
+ dset = sc.load_dataset("talpco", schema="seacrowd")
42
+ # Check all available subsets (config names) of the dataset
43
+ print(sc.available_config_names("talpco"))
44
+ # Load the dataset using a specific config
45
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
46
+ ```
47
+
48
+ 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).
49
+
50
 
51
+ ## Dataset Homepage
52
+
53
+ [https://github.com/matbahasa/TALPCo](https://github.com/matbahasa/TALPCo)
54
+
55
+ ## Dataset Version
56
+
57
+ Source: 1.0.0. SEACrowd: 2024.06.20.
58
+
59
+ ## Dataset License
60
+
61
+ CC-BY 4.0
62
 
63
  ## Citation
64
 
65
+ If you are using the **Talpco** dataloader in your work, please cite the following:
66
  ```
67
  @article{published_papers/22434604,
68
  title = {TUFS Asian Language Parallel Corpus (TALPCo)},
 
78
  pages = {846--849},
79
  year = {2019}
80
  }
 
 
 
 
 
81
 
 
82
 
83
+ @article{lovenia2024seacrowd,
84
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
85
+ 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},
86
+ year={2024},
87
+ eprint={2406.10118},
88
+ journal={arXiv preprint arXiv: 2406.10118}
89
+ }
90
 
91
+ ```