Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
ebayes commited on
Commit
561efa1
·
verified ·
1 Parent(s): 1b036cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +206 -99
README.md CHANGED
@@ -1,114 +1,221 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  language:
4
- - am
5
- - en
6
- - nso
7
- - ha
8
- - sw
9
- - yo
10
- - zu
11
  size_categories:
12
- - 1K<n<10K
13
  multilinguality:
14
- - multilingual
15
  pretty_name: Uhura-Arc-Easy
16
  language_details: am, en, ha, nso, sw, yo, zu
17
  tags:
18
- - uhura
19
- - arc-easy
20
- - arc
21
  task_categories:
22
- - multiple-choice
 
23
  task_ids:
24
- - multiple-choice-qa
25
  configs:
26
- - config_name: am_multiple_choice
27
- data_files:
28
- - split: train
29
- path: am_train.json
30
- - split: test
31
- path: am_test.json
32
- - split: validation
33
- path: am_dev.json
34
- - config_name: en_multiple_choice
35
- data_files:
36
- - split: train
37
- path: en_train.json
38
- - split: test
39
- path: en_test.json
40
- - split: validation
41
- path: en_dev.json
42
- - config_name: ha_multiple_choice
43
- data_files:
44
- - split: train
45
- path: ha_train.json
46
- - split: test
47
- path: ha_test.json
48
- - split: validation
49
- path: ha_dev.json
50
- - config_name: nso_multiple_choice
51
- data_files:
52
- - split: train
53
- path: nso_train.json
54
- - split: test
55
- path: nso_test.json
56
- - split: validation
57
- path: nso_dev.json
58
- - config_name: nso_multiple_choice_unmatched
59
- data_files:
60
- - split: train
61
- path: nso_train_unmatched.json
62
- - split: test
63
- path: nso_test_unmatched.json
64
- - config_name: sw_multiple_choice
65
- data_files:
66
- - split: train
67
- path: sw_train.json
68
- - split: test
69
- path: sw_test.json
70
- - split: validation
71
- path: sw_dev.json
72
- - config_name: yo_multiple_choice
73
- data_files:
74
- - split: train
75
- path: yo_train.json
76
- - split: test
77
- path: yo_test.json
78
- - split: validation
79
- path: yo_dev.json
80
- - config_name: zu_multiple_choice
81
- data_files:
82
- - split: train
83
- path: zu_train.json
84
- - split: test
85
- path: zu_test.json
86
  ---
 
87
  # Dataset Card for Uhura-Arc-Easy
88
- ## Table of Contents
89
- - [Table of Contents](#table-of-contents)
90
- - [Dataset Description](#dataset-description)
91
- - [Dataset Summary](#dataset-summary)
92
- - [Languages](#languages)
93
- - [Dataset Structure](#dataset-structure)
94
- - [Data Instances](#data-instances)
95
- - [Data Fields](#data-fields)
96
- - [Data Splits](#data-splits)
97
- ## Dataset Description
98
- - **Point of Contact:**
99
- ### Dataset Summary
100
- ### Languages
101
- There are 6 languages available:
102
- - Amharic
103
- - Hausa
104
- - Northern Sotho (Sepedi)
105
- - Swahili
106
- - Yoruba
107
- - Zulu
108
  ## Dataset Structure
 
109
  ### Data Instances
110
- The examples look like this for English:
 
 
 
 
 
 
 
 
 
 
 
 
111
  ```
112
- from datasets import load_dataset
113
- data = load_dataset('ebayes/uhura-arc-easy', 'am_multiple_choice', split="train")
114
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
  language:
4
+ - am
5
+ - en
6
+ - nso
7
+ - ha
8
+ - sw
9
+ - yo
10
+ - zu
11
  size_categories:
12
+ - 1K<n<10K
13
  multilinguality:
14
+ - multilingual
15
  pretty_name: Uhura-Arc-Easy
16
  language_details: am, en, ha, nso, sw, yo, zu
17
  tags:
18
+ - uhura
19
+ - arc-easy
20
+ - arc
21
  task_categories:
22
+ - multiple-choice
23
+ - question-answering
24
  task_ids:
25
+ - multiple-choice-qa
26
  configs:
27
+ - config_name: am_multiple_choice
28
+ data_files:
29
+ - split: train
30
+ path: am_train.json
31
+ - split: test
32
+ path: am_test.json
33
+ - split: validation
34
+ path: am_dev.json
35
+ - config_name: en_multiple_choice
36
+ data_files:
37
+ - split: train
38
+ path: en_train.json
39
+ - split: test
40
+ path: en_test.json
41
+ - split: validation
42
+ path: en_dev.json
43
+ - config_name: ha_multiple_choice
44
+ data_files:
45
+ - split: train
46
+ path: ha_train.json
47
+ - split: test
48
+ path: ha_test.json
49
+ - split: validation
50
+ path: ha_dev.json
51
+ - config_name: nso_multiple_choice
52
+ data_files:
53
+ - split: train
54
+ path: nso_train.json
55
+ - split: test
56
+ path: nso_test.json
57
+ - split: validation
58
+ path: nso_dev.json
59
+ - config_name: nso_multiple_choice_unmatched
60
+ data_files:
61
+ - split: train
62
+ path: nso_train_unmatched.json
63
+ - split: test
64
+ path: nso_test_unmatched.json
65
+ - config_name: sw_multiple_choice
66
+ data_files:
67
+ - split: train
68
+ path: sw_train.json
69
+ - split: test
70
+ path: sw_test.json
71
+ - split: validation
72
+ path: sw_dev.json
73
+ - config_name: yo_multiple_choice
74
+ data_files:
75
+ - split: train
76
+ path: yo_train.json
77
+ - split: test
78
+ path: yo_test.json
79
+ - split: validation
80
+ path: yo_dev.json
81
+ - config_name: zu_multiple_choice
82
+ data_files:
83
+ - split: train
84
+ path: zu_train.json
85
+ - split: test
86
+ path: zu_test.json
87
  ---
88
+
89
  # Dataset Card for Uhura-Arc-Easy
90
+
91
+ ## Dataset Summary
92
+
93
+ Uhura-ARC-Easy is a widely recognized scientific question answering benchmark composed of multiple-choice science questions derived from grade-school examinations that test various styles of knowledge and reasoning.
94
+
95
+ The original English version of the benchmark originates from [Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge](https://arxiv.org/abs/1803.05457) (Clark et al., 2018) and is divided into "Challenge" and "Easy" subsets, with 2,590 and 5,197 questions, respectively.
96
+
97
+ We translated a subset of Arc-Easy into 6 low-resource African languages using professional human translators. Relying on human translators for this evaluation increases confidence in the accuracy of the translations.
98
+
99
+ You can find more details about the dataset in our paper [Uhura: A Benchmark for Evaluating Scientific Question Answering and Truthfulness in Low-Resource African Languages](https://arxiv.org/abs/2412.00948).
100
+
101
+ ## Languages
102
+
103
+ Uhura includes six widely spoken Sub-Saharan African languages, representing millions of speakers across the continent: Amharic, Hausa, Northern Sotho (Sepedi), Yoruba, and Zulu.
104
+
 
 
 
 
 
105
  ## Dataset Structure
106
+
107
  ### Data Instances
108
+
109
+ For the `multiple_choice` configuration, each instance contains a question and multiple-choice answer choices with corresponding labels and an answer key as well as an id.
110
+
111
+ ```python
112
+ {
113
+ "id": "Mercury_7072328",
114
+ "question": "Ìdí ago ẹnu ọ̀nà ní pàtó ni láti sọ agbára iná ẹ̀lẹ̀tírìkì di?",
115
+ "choices": {
116
+ "label": [ "A", "B", "C", "D" ],
117
+ "text": [ "Ohùn", "Ìrìn", "Agbára Iná", "Agbára Kẹ́míkà" ]
118
+ },
119
+ "answerKey": "A",
120
+ }
121
  ```
122
+
123
+ ### Data Fields
124
+
125
+ - `id`: a `string` feature.
126
+ - `question`: a `string` feature.
127
+ - `choices`: a dictionary feature containing:
128
+ - `text`: a `string` feature.
129
+ - `label`: a `string` feature.
130
+ - `answerKey`: a `string` feature.
131
+
132
+ ### Data Splits
133
+
134
+ | name |train|dev|test|
135
+ |-------------|----:|--:|---:|
136
+ |am | 656| 92| 491|
137
+ |ha | 655| 93| 452|
138
+ |nso | 440| 3| 509|
139
+ |sw | 650| 90| 491|
140
+ |yo | 659| 93| 494|
141
+ |zu | 909| 0| 300|
142
+
143
+ *Note: Numbers vary across languages due to differences in the number of questions that can be translated for each language.*
144
+
145
+ ## Dataset Creation
146
+
147
+ You can find more details about the dataset creation in our paper [Uhura: A Benchmark for Evaluating Scientific Question Answering and Truthfulness in Low-Resource African Languages](https://arxiv.org/abs/2412.00948).
148
+
149
+ ### Curation Rationale
150
+
151
+ From the paper:
152
+
153
+ [Needs More Information]
154
+
155
+ ### Source Data
156
+
157
+ #### Initial Data Collection and Normalization
158
+
159
+ [Needs More Information]
160
+
161
+ #### Who are the source language producers?
162
+
163
+ [Needs More Information]
164
+
165
+ ### Annotations
166
+
167
+ #### Annotation process
168
+
169
+ [Needs More Information]
170
+
171
+ #### Who are the annotators?
172
+
173
+ [Needs More Information]
174
+
175
+ ### Personal and Sensitive Information
176
+
177
+ [Needs More Information]
178
+
179
+ ## Considerations for Using the Data
180
+
181
+ ### Social Impact of Dataset
182
+
183
+ [Needs More Information]
184
+
185
+ ### Discussion of Biases
186
+
187
+ [Needs More Information]
188
+
189
+ ### Other Known Limitations
190
+
191
+ [Needs More Information]
192
+
193
+ ## Additional Information
194
+
195
+ ### Dataset Curators
196
+
197
+ [Needs More Information]
198
+
199
+ ### Licensing Information
200
+
201
+ The Uhura-Arc-Easy dataset is licensed under the [MIT License](https://opensource.org/licenses/MIT).
202
+
203
+ ### Citation
204
+
205
+ To cite Uhura, please use the following BibTeX entry:
206
+
207
+ ```bibtex
208
+ @article{bayes2024uhurabenchmarkevaluatingscientific,
209
+ title={Uhura: A Benchmark for Evaluating Scientific Question Answering and Truthfulness in Low-Resource African Languages},
210
+ author={Edward Bayes and Israel Abebe Azime and Jesujoba O. Alabi and Jonas Kgomo and Tyna Eloundou and Elizabeth Proehl and Kai Chen and Imaan Khadir and Naome A. Etori and Shamsuddeen Hassan Muhammad and Choice Mpanza and Igneciah Pocia Thete and Dietrich Klakow and David Ifeoluwa Adelani},
211
+ year={2024},
212
+ eprint={2412.00948},
213
+ archivePrefix={arXiv},
214
+ primaryClass={cs.CL},
215
+ url={https://arxiv.org/abs/2412.00948},
216
+ }
217
+ ```
218
+
219
+ ### Acknowledgements
220
+
221
+ This work was supported by OpenAI. We also want to thank our translators, whose contributions made this work possible.