Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Size:
100K - 1M
ArXiv:
License:
Commit
•
2cfaf4e
1
Parent(s):
b878bfa
Add multilingual data files
Browse files
README.md
CHANGED
@@ -940,16 +940,16 @@ dataset_info:
|
|
940 |
dtype: string
|
941 |
splits:
|
942 |
- name: train
|
943 |
-
num_bytes:
|
944 |
num_examples: 7961
|
945 |
- name: validation
|
946 |
-
num_bytes:
|
947 |
num_examples: 2672
|
948 |
- name: test
|
949 |
-
num_bytes:
|
950 |
num_examples: 13510
|
951 |
-
download_size:
|
952 |
-
dataset_size:
|
953 |
- config_name: multilingual_with_para
|
954 |
features:
|
955 |
- name: id
|
@@ -993,6 +993,14 @@ configs:
|
|
993 |
data_files:
|
994 |
- split: full
|
995 |
path: alignments/full-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
996 |
- config_name: multilingual_with_para
|
997 |
data_files:
|
998 |
- split: train
|
|
|
940 |
dtype: string
|
941 |
splits:
|
942 |
- name: train
|
943 |
+
num_bytes: 3381837
|
944 |
num_examples: 7961
|
945 |
- name: validation
|
946 |
+
num_bytes: 1141687
|
947 |
num_examples: 2672
|
948 |
- name: test
|
949 |
+
num_bytes: 5746781
|
950 |
num_examples: 13510
|
951 |
+
download_size: 4323915
|
952 |
+
dataset_size: 10270305
|
953 |
- config_name: multilingual_with_para
|
954 |
features:
|
955 |
- name: id
|
|
|
993 |
data_files:
|
994 |
- split: full
|
995 |
path: alignments/full-*
|
996 |
+
- config_name: multilingual
|
997 |
+
data_files:
|
998 |
+
- split: train
|
999 |
+
path: multilingual/train-*
|
1000 |
+
- split: validation
|
1001 |
+
path: multilingual/validation-*
|
1002 |
+
- split: test
|
1003 |
+
path: multilingual/test-*
|
1004 |
- config_name: multilingual_with_para
|
1005 |
data_files:
|
1006 |
- split: train
|
dataset_infos.json
CHANGED
@@ -47,65 +47,52 @@
|
|
47 |
"features": {
|
48 |
"id": {
|
49 |
"dtype": "string",
|
50 |
-
"id": null,
|
51 |
"_type": "Value"
|
52 |
},
|
53 |
"question": {
|
54 |
"stem": {
|
55 |
"dtype": "string",
|
56 |
-
"id": null,
|
57 |
"_type": "Value"
|
58 |
},
|
59 |
"choices": {
|
60 |
"feature": {
|
61 |
"text": {
|
62 |
"dtype": "string",
|
63 |
-
"id": null,
|
64 |
"_type": "Value"
|
65 |
},
|
66 |
"label": {
|
67 |
"dtype": "string",
|
68 |
-
"id": null,
|
69 |
"_type": "Value"
|
70 |
},
|
71 |
"para": {
|
72 |
"dtype": "string",
|
73 |
-
"id": null,
|
74 |
"_type": "Value"
|
75 |
}
|
76 |
},
|
77 |
-
"length": -1,
|
78 |
-
"id": null,
|
79 |
"_type": "Sequence"
|
80 |
}
|
81 |
},
|
82 |
"answerKey": {
|
83 |
"dtype": "string",
|
84 |
-
"id": null,
|
85 |
"_type": "Value"
|
86 |
},
|
87 |
"info": {
|
88 |
"grade": {
|
89 |
"dtype": "int32",
|
90 |
-
"id": null,
|
91 |
"_type": "Value"
|
92 |
},
|
93 |
"subject": {
|
94 |
"dtype": "string",
|
95 |
-
"id": null,
|
96 |
"_type": "Value"
|
97 |
},
|
98 |
"language": {
|
99 |
"dtype": "string",
|
100 |
-
"id": null,
|
101 |
"_type": "Value"
|
102 |
}
|
103 |
}
|
104 |
},
|
105 |
-
"post_processed": null,
|
106 |
-
"supervised_keys": null,
|
107 |
-
"task_templates": null,
|
108 |
"builder_name": "exams",
|
|
|
109 |
"config_name": "multilingual",
|
110 |
"version": {
|
111 |
"version_str": "1.0.0",
|
@@ -117,241 +104,26 @@
|
|
117 |
"splits": {
|
118 |
"train": {
|
119 |
"name": "train",
|
120 |
-
"num_bytes":
|
121 |
"num_examples": 7961,
|
122 |
-
"dataset_name":
|
123 |
},
|
124 |
"validation": {
|
125 |
"name": "validation",
|
126 |
-
"num_bytes":
|
127 |
"num_examples": 2672,
|
128 |
-
"dataset_name":
|
129 |
},
|
130 |
"test": {
|
131 |
"name": "test",
|
132 |
-
"num_bytes":
|
133 |
"num_examples": 13510,
|
134 |
-
"dataset_name":
|
135 |
-
}
|
136 |
-
},
|
137 |
-
"download_checksums": {
|
138 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/parallel_questions.jsonl": {
|
139 |
-
"num_bytes": 1254422,
|
140 |
-
"checksum": "a6e7a9da316b10e0a0b3c3ae51a74a801f0ed3cd65baaaf72f2a40f014dae3df"
|
141 |
-
},
|
142 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/train.jsonl.tar.gz": {
|
143 |
-
"num_bytes": 890210,
|
144 |
-
"checksum": "13ad2961f5a776b7e4cceba8076d51501ef0547911a3634db47e53af3493a46b"
|
145 |
-
},
|
146 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/dev.jsonl.tar.gz": {
|
147 |
-
"num_bytes": 320547,
|
148 |
-
"checksum": "0a6850d000319f748ab6d36c57568c2db41fb5bc0ed7f0cad01fd4c5d1945334"
|
149 |
-
},
|
150 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/test.jsonl.tar.gz": {
|
151 |
-
"num_bytes": 1489924,
|
152 |
-
"checksum": "404fd7db164bd9bd91669228c264ddb594b8586dae3d4b745be5de869d72c985"
|
153 |
-
},
|
154 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/train_with_para.jsonl.tar.gz": {
|
155 |
-
"num_bytes": 22372531,
|
156 |
-
"checksum": "bc8a1a2cbd9c62457798ec729411dd494c163fb03d4e821ed35b7bafdc44e36b"
|
157 |
-
},
|
158 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/dev_with_para.jsonl.tar.gz": {
|
159 |
-
"num_bytes": 7593662,
|
160 |
-
"checksum": "8da6611f4d1b85c4802c8fc9028357dbeddaf794f812aff7db6e43558a1532e0"
|
161 |
-
},
|
162 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/test_with_para.jsonl.tar.gz": {
|
163 |
-
"num_bytes": 38208781,
|
164 |
-
"checksum": "96960451dd4c41f208ee5ab3bdbce8ea06ecd3506faa830e3ce61d316222c2f3"
|
165 |
-
},
|
166 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/test.jsonl.tar.gz": {
|
167 |
-
"num_bytes": 2136703,
|
168 |
-
"checksum": "c816ea24d3c43b8f52124439d6f848f7052e87ced01aee9347bf95306004802b"
|
169 |
-
},
|
170 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/test_with_para.jsonl.tar.gz": {
|
171 |
-
"num_bytes": 38208781,
|
172 |
-
"checksum": "96960451dd4c41f208ee5ab3bdbce8ea06ecd3506faa830e3ce61d316222c2f3"
|
173 |
-
},
|
174 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_bg.jsonl.tar.gz": {
|
175 |
-
"num_bytes": 229172,
|
176 |
-
"checksum": "94f180851e332fd15faef90664084d17857b45d3a01b16224b2b4e8140596ad7"
|
177 |
-
},
|
178 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_bg_with_para.jsonl.tar.gz": {
|
179 |
-
"num_bytes": 6197892,
|
180 |
-
"checksum": "3d395327ad1a9660163002d5372424f43a6b1ddb2c9914b006949fea4b529358"
|
181 |
-
},
|
182 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_bg.jsonl.tar.gz": {
|
183 |
-
"num_bytes": 61609,
|
184 |
-
"checksum": "b5330d5643b59c14b968c2c41e33745cc96cafe72dafaa4dea5b53411f344169"
|
185 |
-
},
|
186 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_bg_with_para.jsonl.tar.gz": {
|
187 |
-
"num_bytes": 1566495,
|
188 |
-
"checksum": "6bf4ac10dee659c6271f5585d959f16aa0559f3b69686af3af2a4105979c87dc"
|
189 |
-
},
|
190 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_hr.jsonl.tar.gz": {
|
191 |
-
"num_bytes": 239976,
|
192 |
-
"checksum": "5573999ce8a7f0d5c8b4d7839307ed0fb56ee17c55c2878405ca97b0e69fed27"
|
193 |
-
},
|
194 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_hr_with_para.jsonl.tar.gz": {
|
195 |
-
"num_bytes": 4608466,
|
196 |
-
"checksum": "bb46efd5c0d0fbc809d4051aa7e9985bc687121aa0cd1caa08b664f561535a34"
|
197 |
-
},
|
198 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_hr.jsonl.tar.gz": {
|
199 |
-
"num_bytes": 53774,
|
200 |
-
"checksum": "c6e4353d295cef50ec973a52eb5162be3e75771740fa361b5b6583133a9b07d6"
|
201 |
-
},
|
202 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_hr_with_para.jsonl.tar.gz": {
|
203 |
-
"num_bytes": 1045884,
|
204 |
-
"checksum": "3c8d869622fe255e254b728270826c25af06989cf3c917f5a5aee32ab2f05f0f"
|
205 |
-
},
|
206 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_hu.jsonl.tar.gz": {
|
207 |
-
"num_bytes": 190855,
|
208 |
-
"checksum": "ad1c319a05634126d06e01f9b4cd53a957a2d83eced656bde6e4bdb8cf031306"
|
209 |
-
},
|
210 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_hu_with_para.jsonl.tar.gz": {
|
211 |
-
"num_bytes": 4116805,
|
212 |
-
"checksum": "50dcd5336e5f7af65d104526e09492aa9d13e652c12e9f909ed2099a5ff27307"
|
213 |
-
},
|
214 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_hu.jsonl.tar.gz": {
|
215 |
-
"num_bytes": 60818,
|
216 |
-
"checksum": "4d1165dcba7af44e54fb1afe86f17b905b11c2fcb5e3f030dc0490ccf0c3d4e0"
|
217 |
-
},
|
218 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_hu_with_para.jsonl.tar.gz": {
|
219 |
-
"num_bytes": 1285277,
|
220 |
-
"checksum": "e8602a6d66650df88e3f9291c421dc9dfdb23175bfb4528a6642e49e305b1aff"
|
221 |
-
},
|
222 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_it.jsonl.tar.gz": {
|
223 |
-
"num_bytes": 113153,
|
224 |
-
"checksum": "ed2b7999725f7c392c82f3d37b87b0b51b7e550f607a26feacb38ed95d74205f"
|
225 |
-
},
|
226 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_it_with_para.jsonl.tar.gz": {
|
227 |
-
"num_bytes": 3105594,
|
228 |
-
"checksum": "9bd3349211ba8215e7e7632602886dee2676a4df3ae6cc1513d11db9bcf31a8c"
|
229 |
-
},
|
230 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_it.jsonl.tar.gz": {
|
231 |
-
"num_bytes": 27897,
|
232 |
-
"checksum": "e6323558ff746211a3f534c83d8ba578cb1422df80bec486f2b19ac2a1f0a71c"
|
233 |
-
},
|
234 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_it_with_para.jsonl.tar.gz": {
|
235 |
-
"num_bytes": 755521,
|
236 |
-
"checksum": "ebbf36239b726b01d542386d86f204b7f0b589ea7b75f115720010ac50360f64"
|
237 |
-
},
|
238 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_mk.jsonl.tar.gz": {
|
239 |
-
"num_bytes": 183689,
|
240 |
-
"checksum": "7737847560aa2862a71a2a542efe70ecd0809f474e477e93c31e34aa00ba429f"
|
241 |
-
},
|
242 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_mk_with_para.jsonl.tar.gz": {
|
243 |
-
"num_bytes": 4983245,
|
244 |
-
"checksum": "aef0a36d8e98a5933e112daa12a9943c4fdfd62d0a9c0993b45c3c4a200d31b2"
|
245 |
-
},
|
246 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_mk.jsonl.tar.gz": {
|
247 |
-
"num_bytes": 48344,
|
248 |
-
"checksum": "58ad89e802865ae68fada9d3591326aba6502d1761667764d6be436e9d02f786"
|
249 |
-
},
|
250 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_mk_with_para.jsonl.tar.gz": {
|
251 |
-
"num_bytes": 1274490,
|
252 |
-
"checksum": "954c077c592c9734ad5d2970962e7fd7148c81922eeab87803ad298428123d18"
|
253 |
-
},
|
254 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_pl.jsonl.tar.gz": {
|
255 |
-
"num_bytes": 171608,
|
256 |
-
"checksum": "a8ae8bb02400ae2242a2b7b7ce03434579b3059dc8c485180613aa046c23741f"
|
257 |
-
},
|
258 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_pl_with_para.jsonl.tar.gz": {
|
259 |
-
"num_bytes": 2990255,
|
260 |
-
"checksum": "9dbfd98091a174f535fd8e8b8f272ef1abdc49942152ea868a0b0e64485704f6"
|
261 |
-
},
|
262 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_pl.jsonl.tar.gz": {
|
263 |
-
"num_bytes": 43183,
|
264 |
-
"checksum": "37a882d92ee692052ff46e5fe74a88fae659ef25a67e8ff4baae6d50c8e7b7bf"
|
265 |
-
},
|
266 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_pl_with_para.jsonl.tar.gz": {
|
267 |
-
"num_bytes": 749262,
|
268 |
-
"checksum": "2aeb2f3558ddd97651d24cc8270cacdc88f89c6fa631aa5c2aace252c1519b13"
|
269 |
-
},
|
270 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_pt.jsonl.tar.gz": {
|
271 |
-
"num_bytes": 98894,
|
272 |
-
"checksum": "660dafd1078e31359a8dcf5b9cef1487ad8f9a3c4e68e8ffcf173af0b56dcc22"
|
273 |
-
},
|
274 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_pt_with_para.jsonl.tar.gz": {
|
275 |
-
"num_bytes": 2216366,
|
276 |
-
"checksum": "be700ad7b821e6b04477d7b2ed3d8918567b670ca06512e863acadadb227b61a"
|
277 |
-
},
|
278 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_pt.jsonl.tar.gz": {
|
279 |
-
"num_bytes": 25253,
|
280 |
-
"checksum": "91d664be240dc8e60f7a22fcac2123e03a8067e9317b04ac5cf11c94ea914c71"
|
281 |
-
},
|
282 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_pt_with_para.jsonl.tar.gz": {
|
283 |
-
"num_bytes": 559847,
|
284 |
-
"checksum": "61f4fd18d4ecc5306ca9e338dbddc0879f5e1bfb9c5181e50f3805a3535bd23e"
|
285 |
-
},
|
286 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_sq.jsonl.tar.gz": {
|
287 |
-
"num_bytes": 123464,
|
288 |
-
"checksum": "01631d80688ff6ad7b8bf9ca7533921a62022acdf5251e33ca4180cc3434d8e0"
|
289 |
-
},
|
290 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_sq_with_para.jsonl.tar.gz": {
|
291 |
-
"num_bytes": 3217235,
|
292 |
-
"checksum": "76df84c639dd25a00e08c671da8887c5eb24da04842467e60ebc42a454a1a6bd"
|
293 |
-
},
|
294 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_sq.jsonl.tar.gz": {
|
295 |
-
"num_bytes": 33985,
|
296 |
-
"checksum": "344715896df9a839ce9198052ff8b37bfe1a5c5bafb7bbbb956c89ea6d12e1ac"
|
297 |
-
},
|
298 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_sq_with_para.jsonl.tar.gz": {
|
299 |
-
"num_bytes": 855786,
|
300 |
-
"checksum": "5813304c6cd942572c53164f49d7606066352b50fc5dd3a2b8f8a92891a2226b"
|
301 |
-
},
|
302 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_sr.jsonl.tar.gz": {
|
303 |
-
"num_bytes": 160264,
|
304 |
-
"checksum": "1dd7d863aab01103909b3fbfcd86c4290d644f5ff58d4bd9e131fb8f269c60a7"
|
305 |
-
},
|
306 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_sr_with_para.jsonl.tar.gz": {
|
307 |
-
"num_bytes": 3359444,
|
308 |
-
"checksum": "99f758ea931a62f5b402d69ad352208c202742be021fc6bb248ce7474edf16fe"
|
309 |
-
},
|
310 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_sr.jsonl.tar.gz": {
|
311 |
-
"num_bytes": 38978,
|
312 |
-
"checksum": "5011570a2fe09c131d3d2ad44d1abd8a44ebe53aff376861f7b75e363c2f14cd"
|
313 |
-
},
|
314 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_sr_with_para.jsonl.tar.gz": {
|
315 |
-
"num_bytes": 791106,
|
316 |
-
"checksum": "52005dfc3f41283a56d8b299254d9393878fc7f6bda5f6a3ec2365038e804d71"
|
317 |
-
},
|
318 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_tr.jsonl.tar.gz": {
|
319 |
-
"num_bytes": 217619,
|
320 |
-
"checksum": "0c15fa0c058769dea2e013ba7f87797d0e7b4bc82d2ca22a3bc76918e4a838d0"
|
321 |
-
},
|
322 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_tr_with_para.jsonl.tar.gz": {
|
323 |
-
"num_bytes": 3313469,
|
324 |
-
"checksum": "0daa166ca4d5540a4c875e309b7854d50720d8ce0728e10cc2205f989921adb4"
|
325 |
-
},
|
326 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_tr.jsonl.tar.gz": {
|
327 |
-
"num_bytes": 58036,
|
328 |
-
"checksum": "40d7ff9c442695f204120c3f26d04420845630881933ee3a657139cc1d4eb2c1"
|
329 |
-
},
|
330 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_tr_with_para.jsonl.tar.gz": {
|
331 |
-
"num_bytes": 862076,
|
332 |
-
"checksum": "21071665733bb691f65aa6731cd852a885e4be111b4d60e6947b70e4e093cc80"
|
333 |
-
},
|
334 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_vi.jsonl.tar.gz": {
|
335 |
-
"num_bytes": 231505,
|
336 |
-
"checksum": "f29c3550e9b09186493e59d199e684b41c78940f6a95b19e64f8226110100768"
|
337 |
-
},
|
338 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_vi_with_para.jsonl.tar.gz": {
|
339 |
-
"num_bytes": 5555122,
|
340 |
-
"checksum": "c76bee0438ca84289be1ec76b82717c686297f2f1d8d9ac557b794710adc4c1e"
|
341 |
-
},
|
342 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_vi.jsonl.tar.gz": {
|
343 |
-
"num_bytes": 60271,
|
344 |
-
"checksum": "a8f0634b9bff14d4d373b4004b3f6db53782b9b6fe2f2928bd142e2163189853"
|
345 |
-
},
|
346 |
-
"https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_vi_with_para.jsonl.tar.gz": {
|
347 |
-
"num_bytes": 1387632,
|
348 |
-
"checksum": "1b9e280429d73d51d614e4bc55b53fdef82b3a6ca2fb13234d1f79f846e20c1a"
|
349 |
}
|
350 |
},
|
351 |
-
"download_size":
|
352 |
-
"
|
353 |
-
"
|
354 |
-
"size_in_bytes": 180027734
|
355 |
},
|
356 |
"multilingual_with_para": {
|
357 |
"description": "EXAMS is a benchmark dataset for multilingual and cross-lingual question answering from high school examinations.\nIt consists of more than 24,000 high-quality high school exam questions in 16 languages,\ncovering 8 language families and 24 school subjects from Natural Sciences and Social Sciences, among others.\n",
|
|
|
47 |
"features": {
|
48 |
"id": {
|
49 |
"dtype": "string",
|
|
|
50 |
"_type": "Value"
|
51 |
},
|
52 |
"question": {
|
53 |
"stem": {
|
54 |
"dtype": "string",
|
|
|
55 |
"_type": "Value"
|
56 |
},
|
57 |
"choices": {
|
58 |
"feature": {
|
59 |
"text": {
|
60 |
"dtype": "string",
|
|
|
61 |
"_type": "Value"
|
62 |
},
|
63 |
"label": {
|
64 |
"dtype": "string",
|
|
|
65 |
"_type": "Value"
|
66 |
},
|
67 |
"para": {
|
68 |
"dtype": "string",
|
|
|
69 |
"_type": "Value"
|
70 |
}
|
71 |
},
|
|
|
|
|
72 |
"_type": "Sequence"
|
73 |
}
|
74 |
},
|
75 |
"answerKey": {
|
76 |
"dtype": "string",
|
|
|
77 |
"_type": "Value"
|
78 |
},
|
79 |
"info": {
|
80 |
"grade": {
|
81 |
"dtype": "int32",
|
|
|
82 |
"_type": "Value"
|
83 |
},
|
84 |
"subject": {
|
85 |
"dtype": "string",
|
|
|
86 |
"_type": "Value"
|
87 |
},
|
88 |
"language": {
|
89 |
"dtype": "string",
|
|
|
90 |
"_type": "Value"
|
91 |
}
|
92 |
}
|
93 |
},
|
|
|
|
|
|
|
94 |
"builder_name": "exams",
|
95 |
+
"dataset_name": "exams",
|
96 |
"config_name": "multilingual",
|
97 |
"version": {
|
98 |
"version_str": "1.0.0",
|
|
|
104 |
"splits": {
|
105 |
"train": {
|
106 |
"name": "train",
|
107 |
+
"num_bytes": 3381837,
|
108 |
"num_examples": 7961,
|
109 |
+
"dataset_name": null
|
110 |
},
|
111 |
"validation": {
|
112 |
"name": "validation",
|
113 |
+
"num_bytes": 1141687,
|
114 |
"num_examples": 2672,
|
115 |
+
"dataset_name": null
|
116 |
},
|
117 |
"test": {
|
118 |
"name": "test",
|
119 |
+
"num_bytes": 5746781,
|
120 |
"num_examples": 13510,
|
121 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
}
|
123 |
},
|
124 |
+
"download_size": 4323915,
|
125 |
+
"dataset_size": 10270305,
|
126 |
+
"size_in_bytes": 14594220
|
|
|
127 |
},
|
128 |
"multilingual_with_para": {
|
129 |
"description": "EXAMS is a benchmark dataset for multilingual and cross-lingual question answering from high school examinations.\nIt consists of more than 24,000 high-quality high school exam questions in 16 languages,\ncovering 8 language families and 24 school subjects from Natural Sciences and Social Sciences, among others.\n",
|
multilingual/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f48b135adf69063fda3a3907391eea582b6b36673c860b1cea05e69b9c69f594
|
3 |
+
size 2394202
|
multilingual/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2640ae098bede3ceab6813cabd18587cf406d1fe017e19cb71f4982b3e58c5ed
|
3 |
+
size 1424156
|
multilingual/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6498bd9aee8c2b52657c41e12f680cb623fdae7c5b1f46482a33b6bcf1eff65
|
3 |
+
size 505557
|