holylovenia commited on
Commit
a154870
1 Parent(s): d8c79c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +131 -0
README.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: apache-2.0
4
+ language:
5
+ - ind
6
+ - tha
7
+ pretty_name: Tydiqa
8
+ task_categories:
9
+ - question-answering
10
+ tags:
11
+ - question-answering
12
+ ---
13
+
14
+ TyDi QA is a question answering dataset covering 11 typologically diverse languages with 204K question-answer pairs.
15
+ The languages of TyDi QA are diverse with regard to their typology -- the set of linguistic features that each language
16
+ expresses -- such that we expect models performing well on this set to generalize across a large number of the languages
17
+ in the world. It contains language phenomena that would not be found in English-only corpora. To provide a realistic
18
+ information-seeking task and avoid priming effects, questions are written by people who want to know the answer, but
19
+ don’t know the answer yet, (unlike SQuAD and its descendents) and the data is collected directly in each language
20
+ without the use of translation (unlike MLQA and XQuAD).
21
+
22
+
23
+ ## Languages
24
+
25
+ ind, tha
26
+
27
+ ## Supported Tasks
28
+
29
+ Question Answering
30
+
31
+ ## Dataset Usage
32
+ ### Using `datasets` library
33
+ ```
34
+ from datasets import load_dataset
35
+ dset = datasets.load_dataset("SEACrowd/tydiqa", trust_remote_code=True)
36
+ ```
37
+ ### Using `seacrowd` library
38
+ ```import seacrowd as sc
39
+ # Load the dataset using the default config
40
+ dset = sc.load_dataset("tydiqa", schema="seacrowd")
41
+ # Check all available subsets (config names) of the dataset
42
+ print(sc.available_config_names("tydiqa"))
43
+ # Load the dataset using a specific config
44
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
45
+ ```
46
+
47
+ 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).
48
+
49
+
50
+ ## Dataset Homepage
51
+
52
+ [https://github.com/google-research-datasets/tydiqa](https://github.com/google-research-datasets/tydiqa)
53
+
54
+ ## Dataset Version
55
+
56
+ Source: 1.0.0. SEACrowd: 2024.06.20.
57
+
58
+ ## Dataset License
59
+
60
+ Apache license 2.0 (apache-2.0)
61
+
62
+ ## Citation
63
+
64
+ If you are using the **Tydiqa** dataloader in your work, please cite the following:
65
+ ```
66
+ \
67
+ @article{clark-etal-2020-tydi,
68
+ title = "{T}y{D}i {QA}: A Benchmark for Information-Seeking Question Answering in Typologically Diverse Languages",
69
+ author = "Clark, Jonathan H. and
70
+ Choi, Eunsol and
71
+ Collins, Michael and
72
+ Garrette, Dan and
73
+ Kwiatkowski, Tom and
74
+ Nikolaev, Vitaly and
75
+ Palomaki, Jennimaria",
76
+ editor = "Johnson, Mark and
77
+ Roark, Brian and
78
+ Nenkova, Ani",
79
+ journal = "Transactions of the Association for Computational Linguistics",
80
+ volume = "8",
81
+ year = "2020",
82
+ address = "Cambridge, MA",
83
+ publisher = "MIT Press",
84
+ url = "https://aclanthology.org/2020.tacl-1.30",
85
+ doi = "10.1162/tacl_a_00317",
86
+ pages = "454--470",
87
+ abstract = "Confidently making progress on multilingual modeling requires challenging, trustworthy evaluations.
88
+ We present TyDi QA{---}a question answering dataset covering 11 typologically diverse languages with 204K
89
+ question-answer pairs. The languages of TyDi QA are diverse with regard to their typology{---}the set of
90
+ linguistic features each language expresses{---}such that we expect models performing well on this set to
91
+ generalize across a large number of the world{'}s languages. We present a quantitative analysis of the data
92
+ quality and example-level qualitative linguistic analyses of observed language phenomena that would not be found
93
+ in English-only corpora. To provide a realistic information-seeking task and avoid priming effects, questions are
94
+ written by people who want to know the answer, but don{'}t know the answer yet, and the data is collected directly
95
+ in each language without the use of translation.",
96
+ }
97
+
98
+ @inproceedings{cahyawijaya-etal-2021-indonlg,
99
+ title = "{I}ndo{NLG}: Benchmark and Resources for Evaluating {I}ndonesian Natural Language Generation",
100
+ author = "Cahyawijaya, Samuel and
101
+ Winata, Genta Indra and
102
+ Wilie, Bryan and
103
+ Vincentio, Karissa and
104
+ Li, Xiaohong and
105
+ Kuncoro, Adhiguna and
106
+ Ruder, Sebastian and
107
+ Lim, Zhi Yuan and
108
+ Bahar, Syafri and
109
+ Khodra, Masayu and
110
+ Purwarianti, Ayu and
111
+ Fung, Pascale",
112
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
113
+ month = nov,
114
+ year = "2021",
115
+ address = "Online and Punta Cana, Dominican Republic",
116
+ publisher = "Association for Computational Linguistics",
117
+ url = "https://aclanthology.org/2021.emnlp-main.699",
118
+ doi = "10.18653/v1/2021.emnlp-main.699",
119
+ pages = "8875--8898"
120
+ }
121
+
122
+
123
+ @article{lovenia2024seacrowd,
124
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
125
+ 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},
126
+ year={2024},
127
+ eprint={2406.10118},
128
+ journal={arXiv preprint arXiv: 2406.10118}
129
+ }
130
+
131
+ ```