Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,451 +7,6 @@ pretty_name: Tokenization Robustness
|
|
7 |
tags:
|
8 |
- multilingual
|
9 |
- tokenization
|
10 |
-
configs:
|
11 |
-
- config_name: cannonical
|
12 |
-
data_files:
|
13 |
-
- split: dev
|
14 |
-
path: cannonical/dev-*
|
15 |
-
- config_name: context-dependent_ambiguities
|
16 |
-
data_files:
|
17 |
-
- split: dev
|
18 |
-
path: context-dependent_ambiguities/dev-*
|
19 |
-
- split: test
|
20 |
-
path: context-dependent_ambiguities/test-*
|
21 |
-
- config_name: mathematical_scientific_notation
|
22 |
-
data_files:
|
23 |
-
- split: dev
|
24 |
-
path: mathematical_scientific_notation/dev-*
|
25 |
-
- split: test
|
26 |
-
path: mathematical_scientific_notation/test-*
|
27 |
-
- config_name: morphological_challenges
|
28 |
-
data_files:
|
29 |
-
- split: dev
|
30 |
-
path: morphological_challenges/dev-*
|
31 |
-
- split: test
|
32 |
-
path: morphological_challenges/test-*
|
33 |
-
- config_name: multi-linguality
|
34 |
-
data_files:
|
35 |
-
- split: dev
|
36 |
-
path: multi-linguality/dev-*
|
37 |
-
- split: test
|
38 |
-
path: multi-linguality/test-*
|
39 |
-
- config_name: named_entities
|
40 |
-
data_files:
|
41 |
-
- split: dev
|
42 |
-
path: named_entities/dev-*
|
43 |
-
- split: test
|
44 |
-
path: named_entities/test-*
|
45 |
-
- config_name: orthographic_variations
|
46 |
-
data_files:
|
47 |
-
- split: dev
|
48 |
-
path: orthographic_variations/dev-*
|
49 |
-
- split: test
|
50 |
-
path: orthographic_variations/test-*
|
51 |
-
- config_name: social_media_informal_text
|
52 |
-
data_files:
|
53 |
-
- split: dev
|
54 |
-
path: social_media_informal_text/dev-*
|
55 |
-
- split: test
|
56 |
-
path: social_media_informal_text/test-*
|
57 |
-
- config_name: structural_text_elements
|
58 |
-
data_files:
|
59 |
-
- split: dev
|
60 |
-
path: structural_text_elements/dev-*
|
61 |
-
- split: test
|
62 |
-
path: structural_text_elements/test-*
|
63 |
-
- config_name: temporal_expressions
|
64 |
-
data_files:
|
65 |
-
- split: dev
|
66 |
-
path: temporal_expressions/dev-*
|
67 |
-
- split: test
|
68 |
-
path: temporal_expressions/test-*
|
69 |
-
dataset_info:
|
70 |
-
- config_name: cannonical
|
71 |
-
features:
|
72 |
-
- name: question
|
73 |
-
dtype: string
|
74 |
-
- name: choices
|
75 |
-
sequence: string
|
76 |
-
- name: answer
|
77 |
-
dtype: int64
|
78 |
-
- name: answer_label
|
79 |
-
dtype: string
|
80 |
-
- name: split
|
81 |
-
dtype: string
|
82 |
-
- name: subcategories
|
83 |
-
dtype: string
|
84 |
-
- name: lang
|
85 |
-
dtype: string
|
86 |
-
- name: second_lang
|
87 |
-
dtype: string
|
88 |
-
- name: coding_lang
|
89 |
-
dtype: string
|
90 |
-
- name: notes
|
91 |
-
dtype: string
|
92 |
-
- name: id
|
93 |
-
dtype: string
|
94 |
-
- name: set_id
|
95 |
-
dtype: string
|
96 |
-
- name: variation_id
|
97 |
-
dtype: string
|
98 |
-
splits:
|
99 |
-
- name: dev
|
100 |
-
num_bytes: 302
|
101 |
-
num_examples: 1
|
102 |
-
download_size: 5944
|
103 |
-
dataset_size: 302
|
104 |
-
- config_name: context-dependent_ambiguities
|
105 |
-
features:
|
106 |
-
- name: question
|
107 |
-
dtype: string
|
108 |
-
- name: choices
|
109 |
-
sequence: string
|
110 |
-
- name: answer
|
111 |
-
dtype: int64
|
112 |
-
- name: answer_label
|
113 |
-
dtype: string
|
114 |
-
- name: split
|
115 |
-
dtype: string
|
116 |
-
- name: subcategories
|
117 |
-
dtype: string
|
118 |
-
- name: lang
|
119 |
-
dtype: string
|
120 |
-
- name: second_lang
|
121 |
-
dtype: string
|
122 |
-
- name: coding_lang
|
123 |
-
dtype: string
|
124 |
-
- name: notes
|
125 |
-
dtype: string
|
126 |
-
- name: id
|
127 |
-
dtype: string
|
128 |
-
- name: set_id
|
129 |
-
dtype: string
|
130 |
-
- name: variation_id
|
131 |
-
dtype: string
|
132 |
-
- name: __index_level_0__
|
133 |
-
dtype: int64
|
134 |
-
splits:
|
135 |
-
- name: dev
|
136 |
-
num_bytes: 2395
|
137 |
-
num_examples: 7
|
138 |
-
- name: test
|
139 |
-
num_bytes: 5421
|
140 |
-
num_examples: 18
|
141 |
-
download_size: 17055
|
142 |
-
dataset_size: 7816
|
143 |
-
- config_name: mathematical_scientific_notation
|
144 |
-
features:
|
145 |
-
- name: question
|
146 |
-
dtype: string
|
147 |
-
- name: choices
|
148 |
-
sequence: string
|
149 |
-
- name: answer
|
150 |
-
dtype: int64
|
151 |
-
- name: answer_label
|
152 |
-
dtype: string
|
153 |
-
- name: split
|
154 |
-
dtype: string
|
155 |
-
- name: subcategories
|
156 |
-
dtype: string
|
157 |
-
- name: lang
|
158 |
-
dtype: string
|
159 |
-
- name: second_lang
|
160 |
-
dtype: string
|
161 |
-
- name: coding_lang
|
162 |
-
dtype: string
|
163 |
-
- name: notes
|
164 |
-
dtype: string
|
165 |
-
- name: id
|
166 |
-
dtype: string
|
167 |
-
- name: set_id
|
168 |
-
dtype: string
|
169 |
-
- name: variation_id
|
170 |
-
dtype: string
|
171 |
-
- name: __index_level_0__
|
172 |
-
dtype: int64
|
173 |
-
splits:
|
174 |
-
- name: dev
|
175 |
-
num_bytes: 12435
|
176 |
-
num_examples: 56
|
177 |
-
- name: test
|
178 |
-
num_bytes: 45841
|
179 |
-
num_examples: 202
|
180 |
-
download_size: 29424
|
181 |
-
dataset_size: 58276
|
182 |
-
- config_name: morphological_challenges
|
183 |
-
features:
|
184 |
-
- name: question
|
185 |
-
dtype: string
|
186 |
-
- name: choices
|
187 |
-
sequence: string
|
188 |
-
- name: answer
|
189 |
-
dtype: int64
|
190 |
-
- name: answer_label
|
191 |
-
dtype: string
|
192 |
-
- name: split
|
193 |
-
dtype: string
|
194 |
-
- name: subcategories
|
195 |
-
dtype: string
|
196 |
-
- name: lang
|
197 |
-
dtype: string
|
198 |
-
- name: second_lang
|
199 |
-
dtype: string
|
200 |
-
- name: coding_lang
|
201 |
-
dtype: string
|
202 |
-
- name: notes
|
203 |
-
dtype: string
|
204 |
-
- name: id
|
205 |
-
dtype: string
|
206 |
-
- name: set_id
|
207 |
-
dtype: string
|
208 |
-
- name: variation_id
|
209 |
-
dtype: string
|
210 |
-
- name: __index_level_0__
|
211 |
-
dtype: int64
|
212 |
-
splits:
|
213 |
-
- name: dev
|
214 |
-
num_bytes: 13554
|
215 |
-
num_examples: 44
|
216 |
-
- name: test
|
217 |
-
num_bytes: 17159
|
218 |
-
num_examples: 57
|
219 |
-
download_size: 25763
|
220 |
-
dataset_size: 30713
|
221 |
-
- config_name: multi-linguality
|
222 |
-
features:
|
223 |
-
- name: question
|
224 |
-
dtype: string
|
225 |
-
- name: choices
|
226 |
-
sequence: string
|
227 |
-
- name: answer
|
228 |
-
dtype: int64
|
229 |
-
- name: answer_label
|
230 |
-
dtype: string
|
231 |
-
- name: split
|
232 |
-
dtype: string
|
233 |
-
- name: subcategories
|
234 |
-
dtype: string
|
235 |
-
- name: lang
|
236 |
-
dtype: string
|
237 |
-
- name: second_lang
|
238 |
-
dtype: string
|
239 |
-
- name: coding_lang
|
240 |
-
dtype: string
|
241 |
-
- name: notes
|
242 |
-
dtype: string
|
243 |
-
- name: id
|
244 |
-
dtype: string
|
245 |
-
- name: set_id
|
246 |
-
dtype: string
|
247 |
-
- name: variation_id
|
248 |
-
dtype: string
|
249 |
-
- name: __index_level_0__
|
250 |
-
dtype: int64
|
251 |
-
splits:
|
252 |
-
- name: dev
|
253 |
-
num_bytes: 4881
|
254 |
-
num_examples: 22
|
255 |
-
- name: test
|
256 |
-
num_bytes: 14811
|
257 |
-
num_examples: 60
|
258 |
-
download_size: 19987
|
259 |
-
dataset_size: 19692
|
260 |
-
- config_name: named_entities
|
261 |
-
features:
|
262 |
-
- name: question
|
263 |
-
dtype: string
|
264 |
-
- name: choices
|
265 |
-
sequence: string
|
266 |
-
- name: answer
|
267 |
-
dtype: int64
|
268 |
-
- name: answer_label
|
269 |
-
dtype: string
|
270 |
-
- name: split
|
271 |
-
dtype: string
|
272 |
-
- name: subcategories
|
273 |
-
dtype: string
|
274 |
-
- name: lang
|
275 |
-
dtype: string
|
276 |
-
- name: second_lang
|
277 |
-
dtype: string
|
278 |
-
- name: coding_lang
|
279 |
-
dtype: string
|
280 |
-
- name: notes
|
281 |
-
dtype: string
|
282 |
-
- name: id
|
283 |
-
dtype: string
|
284 |
-
- name: set_id
|
285 |
-
dtype: string
|
286 |
-
- name: variation_id
|
287 |
-
dtype: string
|
288 |
-
- name: __index_level_0__
|
289 |
-
dtype: int64
|
290 |
-
splits:
|
291 |
-
- name: dev
|
292 |
-
num_bytes: 187
|
293 |
-
num_examples: 1
|
294 |
-
- name: test
|
295 |
-
num_bytes: 13791
|
296 |
-
num_examples: 51
|
297 |
-
download_size: 17738
|
298 |
-
dataset_size: 13978
|
299 |
-
- config_name: orthographic_variations
|
300 |
-
features:
|
301 |
-
- name: question
|
302 |
-
dtype: string
|
303 |
-
- name: choices
|
304 |
-
sequence: string
|
305 |
-
- name: answer
|
306 |
-
dtype: int64
|
307 |
-
- name: answer_label
|
308 |
-
dtype: string
|
309 |
-
- name: split
|
310 |
-
dtype: string
|
311 |
-
- name: subcategories
|
312 |
-
dtype: string
|
313 |
-
- name: lang
|
314 |
-
dtype: string
|
315 |
-
- name: second_lang
|
316 |
-
dtype: string
|
317 |
-
- name: coding_lang
|
318 |
-
dtype: string
|
319 |
-
- name: notes
|
320 |
-
dtype: string
|
321 |
-
- name: id
|
322 |
-
dtype: string
|
323 |
-
- name: set_id
|
324 |
-
dtype: string
|
325 |
-
- name: variation_id
|
326 |
-
dtype: string
|
327 |
-
- name: __index_level_0__
|
328 |
-
dtype: int64
|
329 |
-
splits:
|
330 |
-
- name: dev
|
331 |
-
num_bytes: 222
|
332 |
-
num_examples: 1
|
333 |
-
- name: test
|
334 |
-
num_bytes: 223
|
335 |
-
num_examples: 1
|
336 |
-
download_size: 12056
|
337 |
-
dataset_size: 445
|
338 |
-
- config_name: social_media_informal_text
|
339 |
-
features:
|
340 |
-
- name: question
|
341 |
-
dtype: string
|
342 |
-
- name: choices
|
343 |
-
sequence: string
|
344 |
-
- name: answer
|
345 |
-
dtype: int64
|
346 |
-
- name: answer_label
|
347 |
-
dtype: string
|
348 |
-
- name: split
|
349 |
-
dtype: string
|
350 |
-
- name: subcategories
|
351 |
-
dtype: string
|
352 |
-
- name: lang
|
353 |
-
dtype: string
|
354 |
-
- name: second_lang
|
355 |
-
dtype: string
|
356 |
-
- name: coding_lang
|
357 |
-
dtype: string
|
358 |
-
- name: notes
|
359 |
-
dtype: string
|
360 |
-
- name: id
|
361 |
-
dtype: string
|
362 |
-
- name: set_id
|
363 |
-
dtype: string
|
364 |
-
- name: variation_id
|
365 |
-
dtype: string
|
366 |
-
- name: __index_level_0__
|
367 |
-
dtype: int64
|
368 |
-
splits:
|
369 |
-
- name: dev
|
370 |
-
num_bytes: 10168
|
371 |
-
num_examples: 47
|
372 |
-
- name: test
|
373 |
-
num_bytes: 13438
|
374 |
-
num_examples: 59
|
375 |
-
download_size: 22927
|
376 |
-
dataset_size: 23606
|
377 |
-
- config_name: structural_text_elements
|
378 |
-
features:
|
379 |
-
- name: question
|
380 |
-
dtype: string
|
381 |
-
- name: choices
|
382 |
-
sequence: string
|
383 |
-
- name: answer
|
384 |
-
dtype: int64
|
385 |
-
- name: answer_label
|
386 |
-
dtype: string
|
387 |
-
- name: split
|
388 |
-
dtype: string
|
389 |
-
- name: subcategories
|
390 |
-
dtype: string
|
391 |
-
- name: lang
|
392 |
-
dtype: string
|
393 |
-
- name: second_lang
|
394 |
-
dtype: string
|
395 |
-
- name: coding_lang
|
396 |
-
dtype: string
|
397 |
-
- name: notes
|
398 |
-
dtype: string
|
399 |
-
- name: id
|
400 |
-
dtype: string
|
401 |
-
- name: set_id
|
402 |
-
dtype: string
|
403 |
-
- name: variation_id
|
404 |
-
dtype: string
|
405 |
-
- name: __index_level_0__
|
406 |
-
dtype: int64
|
407 |
-
splits:
|
408 |
-
- name: dev
|
409 |
-
num_bytes: 238
|
410 |
-
num_examples: 1
|
411 |
-
- name: test
|
412 |
-
num_bytes: 8382
|
413 |
-
num_examples: 33
|
414 |
-
download_size: 17024
|
415 |
-
dataset_size: 8620
|
416 |
-
- config_name: temporal_expressions
|
417 |
-
features:
|
418 |
-
- name: question
|
419 |
-
dtype: string
|
420 |
-
- name: choices
|
421 |
-
sequence: string
|
422 |
-
- name: answer
|
423 |
-
dtype: int64
|
424 |
-
- name: answer_label
|
425 |
-
dtype: string
|
426 |
-
- name: split
|
427 |
-
dtype: string
|
428 |
-
- name: subcategories
|
429 |
-
dtype: string
|
430 |
-
- name: lang
|
431 |
-
dtype: string
|
432 |
-
- name: second_lang
|
433 |
-
dtype: string
|
434 |
-
- name: coding_lang
|
435 |
-
dtype: string
|
436 |
-
- name: notes
|
437 |
-
dtype: string
|
438 |
-
- name: id
|
439 |
-
dtype: string
|
440 |
-
- name: set_id
|
441 |
-
dtype: string
|
442 |
-
- name: variation_id
|
443 |
-
dtype: string
|
444 |
-
- name: __index_level_0__
|
445 |
-
dtype: int64
|
446 |
-
splits:
|
447 |
-
- name: dev
|
448 |
-
num_bytes: 1306
|
449 |
-
num_examples: 6
|
450 |
-
- name: test
|
451 |
-
num_bytes: 4687
|
452 |
-
num_examples: 21
|
453 |
-
download_size: 15255
|
454 |
-
dataset_size: 5993
|
455 |
---
|
456 |
|
457 |
# Dataset Card for Tokenization Robustness
|
|
|
7 |
tags:
|
8 |
- multilingual
|
9 |
- tokenization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Dataset Card for Tokenization Robustness
|