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