Convert dataset to Parquet
#5
by
garrethlee
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- README.md +674 -337
- algebra__linear_1d/test-00000-of-00001.parquet +3 -0
- algebra__linear_1d/train-00000-of-00001.parquet +3 -0
- algebra__linear_1d_composed/test-00000-of-00001.parquet +3 -0
- algebra__linear_1d_composed/train-00000-of-00001.parquet +3 -0
- algebra__linear_2d/test-00000-of-00001.parquet +3 -0
- algebra__linear_2d/train-00000-of-00001.parquet +3 -0
- algebra__linear_2d_composed/test-00000-of-00001.parquet +3 -0
- algebra__linear_2d_composed/train-00000-of-00001.parquet +3 -0
- algebra__polynomial_roots/test-00000-of-00001.parquet +3 -0
- algebra__polynomial_roots/train-00000-of-00001.parquet +3 -0
- algebra__polynomial_roots_composed/test-00000-of-00001.parquet +3 -0
- algebra__polynomial_roots_composed/train-00000-of-00001.parquet +3 -0
- algebra__sequence_next_term/test-00000-of-00001.parquet +3 -0
- algebra__sequence_next_term/train-00000-of-00001.parquet +3 -0
- algebra__sequence_nth_term/test-00000-of-00001.parquet +3 -0
- algebra__sequence_nth_term/train-00000-of-00001.parquet +3 -0
- arithmetic__add_or_sub/test-00000-of-00001.parquet +3 -0
- arithmetic__add_or_sub/train-00000-of-00001.parquet +3 -0
- arithmetic__add_or_sub_in_base/test-00000-of-00001.parquet +3 -0
- arithmetic__add_or_sub_in_base/train-00000-of-00001.parquet +3 -0
- arithmetic__add_sub_multiple/test-00000-of-00001.parquet +3 -0
- arithmetic__add_sub_multiple/train-00000-of-00001.parquet +3 -0
- arithmetic__div/test-00000-of-00001.parquet +3 -0
- arithmetic__div/train-00000-of-00001.parquet +3 -0
- arithmetic__mixed/test-00000-of-00001.parquet +3 -0
- arithmetic__mixed/train-00000-of-00001.parquet +3 -0
- arithmetic__mul/test-00000-of-00001.parquet +3 -0
- arithmetic__mul/train-00000-of-00001.parquet +3 -0
- arithmetic__mul_div_multiple/test-00000-of-00001.parquet +3 -0
- arithmetic__mul_div_multiple/train-00000-of-00001.parquet +3 -0
- arithmetic__nearest_integer_root/test-00000-of-00001.parquet +3 -0
- arithmetic__nearest_integer_root/train-00000-of-00001.parquet +3 -0
- arithmetic__simplify_surd/test-00000-of-00001.parquet +3 -0
- arithmetic__simplify_surd/train-00000-of-00001.parquet +3 -0
- calculus__differentiate/test-00000-of-00001.parquet +3 -0
- calculus__differentiate/train-00000-of-00001.parquet +3 -0
- calculus__differentiate_composed/test-00000-of-00001.parquet +3 -0
- calculus__differentiate_composed/train-00000-of-00001.parquet +3 -0
- comparison__closest/test-00000-of-00001.parquet +3 -0
- comparison__closest/train-00000-of-00001.parquet +3 -0
- comparison__closest_composed/test-00000-of-00001.parquet +3 -0
- comparison__closest_composed/train-00000-of-00001.parquet +3 -0
- comparison__kth_biggest/test-00000-of-00001.parquet +3 -0
- comparison__kth_biggest/train-00000-of-00001.parquet +3 -0
- comparison__kth_biggest_composed/test-00000-of-00001.parquet +3 -0
- comparison__kth_biggest_composed/train-00000-of-00001.parquet +3 -0
- comparison__pair/test-00000-of-00001.parquet +3 -0
- comparison__pair/train-00000-of-00001.parquet +3 -0
- comparison__pair_composed/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
pretty_name: Mathematics Dataset
|
3 |
language:
|
4 |
- en
|
5 |
paperswithcode_id: mathematics
|
|
|
6 |
dataset_info:
|
7 |
- config_name: algebra__linear_1d
|
8 |
features:
|
@@ -11,14 +11,14 @@ dataset_info:
|
|
11 |
- name: answer
|
12 |
dtype: string
|
13 |
splits:
|
14 |
-
- name: test
|
15 |
-
num_bytes: 516405
|
16 |
-
num_examples: 10000
|
17 |
- name: train
|
18 |
-
num_bytes:
|
19 |
num_examples: 1999998
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
22 |
- config_name: algebra__linear_1d_composed
|
23 |
features:
|
24 |
- name: question
|
@@ -26,14 +26,14 @@ dataset_info:
|
|
26 |
- name: answer
|
27 |
dtype: string
|
28 |
splits:
|
29 |
-
- name: test
|
30 |
-
num_bytes: 1018090
|
31 |
-
num_examples: 10000
|
32 |
- name: train
|
33 |
-
num_bytes:
|
34 |
num_examples: 1999998
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
37 |
- config_name: algebra__linear_2d
|
38 |
features:
|
39 |
- name: question
|
@@ -41,14 +41,14 @@ dataset_info:
|
|
41 |
- name: answer
|
42 |
dtype: string
|
43 |
splits:
|
44 |
-
- name: test
|
45 |
-
num_bytes: 666095
|
46 |
-
num_examples: 10000
|
47 |
- name: train
|
48 |
-
num_bytes:
|
49 |
num_examples: 1999998
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
52 |
- config_name: algebra__linear_2d_composed
|
53 |
features:
|
54 |
- name: question
|
@@ -56,14 +56,14 @@ dataset_info:
|
|
56 |
- name: answer
|
57 |
dtype: string
|
58 |
splits:
|
59 |
-
- name: test
|
60 |
-
num_bytes: 1184664
|
61 |
-
num_examples: 10000
|
62 |
- name: train
|
63 |
-
num_bytes:
|
64 |
num_examples: 1999998
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
67 |
- config_name: algebra__polynomial_roots
|
68 |
features:
|
69 |
- name: question
|
@@ -71,14 +71,14 @@ dataset_info:
|
|
71 |
- name: answer
|
72 |
dtype: string
|
73 |
splits:
|
74 |
-
- name: test
|
75 |
-
num_bytes: 868630
|
76 |
-
num_examples: 10000
|
77 |
- name: train
|
78 |
-
num_bytes:
|
79 |
num_examples: 1999998
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
82 |
- config_name: algebra__polynomial_roots_composed
|
83 |
features:
|
84 |
- name: question
|
@@ -86,14 +86,14 @@ dataset_info:
|
|
86 |
- name: answer
|
87 |
dtype: string
|
88 |
splits:
|
89 |
-
- name: test
|
90 |
-
num_bytes: 1281321
|
91 |
-
num_examples: 10000
|
92 |
- name: train
|
93 |
-
num_bytes:
|
94 |
num_examples: 1999998
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
97 |
- config_name: algebra__sequence_next_term
|
98 |
features:
|
99 |
- name: question
|
@@ -101,14 +101,14 @@ dataset_info:
|
|
101 |
- name: answer
|
102 |
dtype: string
|
103 |
splits:
|
104 |
-
- name: test
|
105 |
-
num_bytes: 752459
|
106 |
-
num_examples: 10000
|
107 |
- name: train
|
108 |
-
num_bytes:
|
109 |
num_examples: 1999998
|
110 |
-
|
111 |
-
|
|
|
|
|
|
|
112 |
- config_name: algebra__sequence_nth_term
|
113 |
features:
|
114 |
- name: question
|
@@ -116,14 +116,14 @@ dataset_info:
|
|
116 |
- name: answer
|
117 |
dtype: string
|
118 |
splits:
|
119 |
-
- name: test
|
120 |
-
num_bytes: 947764
|
121 |
-
num_examples: 10000
|
122 |
- name: train
|
123 |
-
num_bytes:
|
124 |
num_examples: 1999998
|
125 |
-
|
126 |
-
|
|
|
|
|
|
|
127 |
- config_name: arithmetic__add_or_sub
|
128 |
features:
|
129 |
- name: question
|
@@ -131,14 +131,14 @@ dataset_info:
|
|
131 |
- name: answer
|
132 |
dtype: string
|
133 |
splits:
|
134 |
-
- name: test
|
135 |
-
num_bytes: 483725
|
136 |
-
num_examples: 10000
|
137 |
- name: train
|
138 |
-
num_bytes:
|
139 |
num_examples: 1999998
|
140 |
-
|
141 |
-
|
|
|
|
|
|
|
142 |
- config_name: arithmetic__add_or_sub_in_base
|
143 |
features:
|
144 |
- name: question
|
@@ -146,14 +146,14 @@ dataset_info:
|
|
146 |
- name: answer
|
147 |
dtype: string
|
148 |
splits:
|
149 |
-
- name: test
|
150 |
-
num_bytes: 502221
|
151 |
-
num_examples: 10000
|
152 |
- name: train
|
153 |
-
num_bytes:
|
154 |
num_examples: 1999998
|
155 |
-
|
156 |
-
|
|
|
|
|
|
|
157 |
- config_name: arithmetic__add_sub_multiple
|
158 |
features:
|
159 |
- name: question
|
@@ -161,14 +161,14 @@ dataset_info:
|
|
161 |
- name: answer
|
162 |
dtype: string
|
163 |
splits:
|
164 |
-
- name: test
|
165 |
-
num_bytes: 498421
|
166 |
-
num_examples: 10000
|
167 |
- name: train
|
168 |
-
num_bytes:
|
169 |
num_examples: 1999998
|
170 |
-
|
171 |
-
|
|
|
|
|
|
|
172 |
- config_name: arithmetic__div
|
173 |
features:
|
174 |
- name: question
|
@@ -176,14 +176,14 @@ dataset_info:
|
|
176 |
- name: answer
|
177 |
dtype: string
|
178 |
splits:
|
179 |
-
- name: test
|
180 |
-
num_bytes: 421520
|
181 |
-
num_examples: 10000
|
182 |
- name: train
|
183 |
-
num_bytes:
|
184 |
num_examples: 1999998
|
185 |
-
|
186 |
-
|
|
|
|
|
|
|
187 |
- config_name: arithmetic__mixed
|
188 |
features:
|
189 |
- name: question
|
@@ -191,14 +191,14 @@ dataset_info:
|
|
191 |
- name: answer
|
192 |
dtype: string
|
193 |
splits:
|
194 |
-
- name: test
|
195 |
-
num_bytes: 513364
|
196 |
-
num_examples: 10000
|
197 |
- name: train
|
198 |
-
num_bytes:
|
199 |
num_examples: 1999998
|
200 |
-
|
201 |
-
|
|
|
|
|
|
|
202 |
- config_name: arithmetic__mul
|
203 |
features:
|
204 |
- name: question
|
@@ -206,14 +206,14 @@ dataset_info:
|
|
206 |
- name: answer
|
207 |
dtype: string
|
208 |
splits:
|
209 |
-
- name: test
|
210 |
-
num_bytes: 394004
|
211 |
-
num_examples: 10000
|
212 |
- name: train
|
213 |
-
num_bytes:
|
214 |
num_examples: 1999998
|
215 |
-
|
216 |
-
|
|
|
|
|
|
|
217 |
- config_name: arithmetic__mul_div_multiple
|
218 |
features:
|
219 |
- name: question
|
@@ -221,14 +221,14 @@ dataset_info:
|
|
221 |
- name: answer
|
222 |
dtype: string
|
223 |
splits:
|
224 |
-
- name: test
|
225 |
-
num_bytes: 497308
|
226 |
-
num_examples: 10000
|
227 |
- name: train
|
228 |
-
num_bytes:
|
229 |
num_examples: 1999998
|
230 |
-
|
231 |
-
|
|
|
|
|
|
|
232 |
- config_name: arithmetic__nearest_integer_root
|
233 |
features:
|
234 |
- name: question
|
@@ -236,14 +236,14 @@ dataset_info:
|
|
236 |
- name: answer
|
237 |
dtype: string
|
238 |
splits:
|
239 |
-
- name: test
|
240 |
-
num_bytes: 705630
|
241 |
-
num_examples: 10000
|
242 |
- name: train
|
243 |
-
num_bytes:
|
244 |
num_examples: 1999998
|
245 |
-
|
246 |
-
|
|
|
|
|
|
|
247 |
- config_name: arithmetic__simplify_surd
|
248 |
features:
|
249 |
- name: question
|
@@ -251,14 +251,14 @@ dataset_info:
|
|
251 |
- name: answer
|
252 |
dtype: string
|
253 |
splits:
|
254 |
-
- name: test
|
255 |
-
num_bytes: 1261753
|
256 |
-
num_examples: 10000
|
257 |
- name: train
|
258 |
-
num_bytes:
|
259 |
num_examples: 1999998
|
260 |
-
|
261 |
-
|
|
|
|
|
|
|
262 |
- config_name: calculus__differentiate
|
263 |
features:
|
264 |
- name: question
|
@@ -266,14 +266,14 @@ dataset_info:
|
|
266 |
- name: answer
|
267 |
dtype: string
|
268 |
splits:
|
269 |
-
- name: test
|
270 |
-
num_bytes: 1025947
|
271 |
-
num_examples: 10000
|
272 |
- name: train
|
273 |
-
num_bytes:
|
274 |
num_examples: 1999998
|
275 |
-
|
276 |
-
|
|
|
|
|
|
|
277 |
- config_name: calculus__differentiate_composed
|
278 |
features:
|
279 |
- name: question
|
@@ -281,14 +281,14 @@ dataset_info:
|
|
281 |
- name: answer
|
282 |
dtype: string
|
283 |
splits:
|
284 |
-
- name: test
|
285 |
-
num_bytes: 1343416
|
286 |
-
num_examples: 10000
|
287 |
- name: train
|
288 |
-
num_bytes:
|
289 |
num_examples: 1999998
|
290 |
-
|
291 |
-
|
|
|
|
|
|
|
292 |
- config_name: comparison__closest
|
293 |
features:
|
294 |
- name: question
|
@@ -296,14 +296,14 @@ dataset_info:
|
|
296 |
- name: answer
|
297 |
dtype: string
|
298 |
splits:
|
299 |
-
- name: test
|
300 |
-
num_bytes: 681229
|
301 |
-
num_examples: 10000
|
302 |
- name: train
|
303 |
-
num_bytes:
|
304 |
num_examples: 1999998
|
305 |
-
|
306 |
-
|
|
|
|
|
|
|
307 |
- config_name: comparison__closest_composed
|
308 |
features:
|
309 |
- name: question
|
@@ -311,14 +311,14 @@ dataset_info:
|
|
311 |
- name: answer
|
312 |
dtype: string
|
313 |
splits:
|
314 |
-
- name: test
|
315 |
-
num_bytes: 1071089
|
316 |
-
num_examples: 10000
|
317 |
- name: train
|
318 |
-
num_bytes:
|
319 |
num_examples: 1999998
|
320 |
-
|
321 |
-
|
|
|
|
|
|
|
322 |
- config_name: comparison__kth_biggest
|
323 |
features:
|
324 |
- name: question
|
@@ -326,14 +326,14 @@ dataset_info:
|
|
326 |
- name: answer
|
327 |
dtype: string
|
328 |
splits:
|
329 |
-
- name: test
|
330 |
-
num_bytes: 797185
|
331 |
-
num_examples: 10000
|
332 |
- name: train
|
333 |
-
num_bytes:
|
334 |
num_examples: 1999998
|
335 |
-
|
336 |
-
|
|
|
|
|
|
|
337 |
- config_name: comparison__kth_biggest_composed
|
338 |
features:
|
339 |
- name: question
|
@@ -341,14 +341,14 @@ dataset_info:
|
|
341 |
- name: answer
|
342 |
dtype: string
|
343 |
splits:
|
344 |
-
- name: test
|
345 |
-
num_bytes: 1144556
|
346 |
-
num_examples: 10000
|
347 |
- name: train
|
348 |
-
num_bytes:
|
349 |
num_examples: 1999998
|
350 |
-
|
351 |
-
|
|
|
|
|
|
|
352 |
- config_name: comparison__pair
|
353 |
features:
|
354 |
- name: question
|
@@ -356,14 +356,14 @@ dataset_info:
|
|
356 |
- name: answer
|
357 |
dtype: string
|
358 |
splits:
|
359 |
-
- name: test
|
360 |
-
num_bytes: 452528
|
361 |
-
num_examples: 10000
|
362 |
- name: train
|
363 |
-
num_bytes:
|
364 |
num_examples: 1999998
|
365 |
-
|
366 |
-
|
|
|
|
|
|
|
367 |
- config_name: comparison__pair_composed
|
368 |
features:
|
369 |
- name: question
|
@@ -371,14 +371,14 @@ dataset_info:
|
|
371 |
- name: answer
|
372 |
dtype: string
|
373 |
splits:
|
374 |
-
- name: test
|
375 |
-
num_bytes: 946187
|
376 |
-
num_examples: 10000
|
377 |
- name: train
|
378 |
-
num_bytes:
|
379 |
num_examples: 1999998
|
380 |
-
|
381 |
-
|
|
|
|
|
|
|
382 |
- config_name: comparison__sort
|
383 |
features:
|
384 |
- name: question
|
@@ -386,14 +386,14 @@ dataset_info:
|
|
386 |
- name: answer
|
387 |
dtype: string
|
388 |
splits:
|
389 |
-
- name: test
|
390 |
-
num_bytes: 712498
|
391 |
-
num_examples: 10000
|
392 |
- name: train
|
393 |
-
num_bytes:
|
394 |
num_examples: 1999998
|
395 |
-
|
396 |
-
|
|
|
|
|
|
|
397 |
- config_name: comparison__sort_composed
|
398 |
features:
|
399 |
- name: question
|
@@ -401,14 +401,14 @@ dataset_info:
|
|
401 |
- name: answer
|
402 |
dtype: string
|
403 |
splits:
|
404 |
-
- name: test
|
405 |
-
num_bytes: 1114257
|
406 |
-
num_examples: 10000
|
407 |
- name: train
|
408 |
-
num_bytes:
|
409 |
num_examples: 1999998
|
410 |
-
|
411 |
-
|
|
|
|
|
|
|
412 |
- config_name: measurement__conversion
|
413 |
features:
|
414 |
- name: question
|
@@ -416,14 +416,14 @@ dataset_info:
|
|
416 |
- name: answer
|
417 |
dtype: string
|
418 |
splits:
|
419 |
-
- name: test
|
420 |
-
num_bytes: 592904
|
421 |
-
num_examples: 10000
|
422 |
- name: train
|
423 |
-
num_bytes:
|
424 |
num_examples: 1999998
|
425 |
-
|
426 |
-
|
|
|
|
|
|
|
427 |
- config_name: measurement__time
|
428 |
features:
|
429 |
- name: question
|
@@ -431,14 +431,14 @@ dataset_info:
|
|
431 |
- name: answer
|
432 |
dtype: string
|
433 |
splits:
|
434 |
-
- name: test
|
435 |
-
num_bytes: 584278
|
436 |
-
num_examples: 10000
|
437 |
- name: train
|
438 |
-
num_bytes:
|
439 |
num_examples: 1999998
|
440 |
-
|
441 |
-
|
|
|
|
|
|
|
442 |
- config_name: numbers__base_conversion
|
443 |
features:
|
444 |
- name: question
|
@@ -446,14 +446,14 @@ dataset_info:
|
|
446 |
- name: answer
|
447 |
dtype: string
|
448 |
splits:
|
449 |
-
- name: test
|
450 |
-
num_bytes: 490881
|
451 |
-
num_examples: 10000
|
452 |
- name: train
|
453 |
-
num_bytes:
|
454 |
num_examples: 1999998
|
455 |
-
|
456 |
-
|
|
|
|
|
|
|
457 |
- config_name: numbers__div_remainder
|
458 |
features:
|
459 |
- name: question
|
@@ -461,14 +461,14 @@ dataset_info:
|
|
461 |
- name: answer
|
462 |
dtype: string
|
463 |
splits:
|
464 |
-
- name: test
|
465 |
-
num_bytes: 644523
|
466 |
-
num_examples: 10000
|
467 |
- name: train
|
468 |
-
num_bytes:
|
469 |
num_examples: 1999998
|
470 |
-
|
471 |
-
|
|
|
|
|
|
|
472 |
- config_name: numbers__div_remainder_composed
|
473 |
features:
|
474 |
- name: question
|
@@ -476,14 +476,14 @@ dataset_info:
|
|
476 |
- name: answer
|
477 |
dtype: string
|
478 |
splits:
|
479 |
-
- name: test
|
480 |
-
num_bytes: 1151347
|
481 |
-
num_examples: 10000
|
482 |
- name: train
|
483 |
-
num_bytes:
|
484 |
num_examples: 1999998
|
485 |
-
|
486 |
-
|
|
|
|
|
|
|
487 |
- config_name: numbers__gcd
|
488 |
features:
|
489 |
- name: question
|
@@ -491,14 +491,14 @@ dataset_info:
|
|
491 |
- name: answer
|
492 |
dtype: string
|
493 |
splits:
|
494 |
-
- name: test
|
495 |
-
num_bytes: 659492
|
496 |
-
num_examples: 10000
|
497 |
- name: train
|
498 |
-
num_bytes:
|
499 |
num_examples: 1999998
|
500 |
-
|
501 |
-
|
|
|
|
|
|
|
502 |
- config_name: numbers__gcd_composed
|
503 |
features:
|
504 |
- name: question
|
@@ -506,14 +506,14 @@ dataset_info:
|
|
506 |
- name: answer
|
507 |
dtype: string
|
508 |
splits:
|
509 |
-
- name: test
|
510 |
-
num_bytes: 1206805
|
511 |
-
num_examples: 10000
|
512 |
- name: train
|
513 |
-
num_bytes:
|
514 |
num_examples: 1999998
|
515 |
-
|
516 |
-
|
|
|
|
|
|
|
517 |
- config_name: numbers__is_factor
|
518 |
features:
|
519 |
- name: question
|
@@ -521,14 +521,14 @@ dataset_info:
|
|
521 |
- name: answer
|
522 |
dtype: string
|
523 |
splits:
|
524 |
-
- name: test
|
525 |
-
num_bytes: 396129
|
526 |
-
num_examples: 10000
|
527 |
- name: train
|
528 |
-
num_bytes:
|
529 |
num_examples: 1999998
|
530 |
-
|
531 |
-
|
|
|
|
|
|
|
532 |
- config_name: numbers__is_factor_composed
|
533 |
features:
|
534 |
- name: question
|
@@ -536,14 +536,14 @@ dataset_info:
|
|
536 |
- name: answer
|
537 |
dtype: string
|
538 |
splits:
|
539 |
-
- name: test
|
540 |
-
num_bytes: 949828
|
541 |
-
num_examples: 10000
|
542 |
- name: train
|
543 |
-
num_bytes:
|
544 |
num_examples: 1999998
|
545 |
-
|
546 |
-
|
|
|
|
|
|
|
547 |
- config_name: numbers__is_prime
|
548 |
features:
|
549 |
- name: question
|
@@ -551,14 +551,14 @@ dataset_info:
|
|
551 |
- name: answer
|
552 |
dtype: string
|
553 |
splits:
|
554 |
-
- name: test
|
555 |
-
num_bytes: 385749
|
556 |
-
num_examples: 10000
|
557 |
- name: train
|
558 |
-
num_bytes:
|
559 |
num_examples: 1999998
|
560 |
-
|
561 |
-
|
|
|
|
|
|
|
562 |
- config_name: numbers__is_prime_composed
|
563 |
features:
|
564 |
- name: question
|
@@ -566,14 +566,14 @@ dataset_info:
|
|
566 |
- name: answer
|
567 |
dtype: string
|
568 |
splits:
|
569 |
-
- name: test
|
570 |
-
num_bytes: 947888
|
571 |
-
num_examples: 10000
|
572 |
- name: train
|
573 |
-
num_bytes:
|
574 |
num_examples: 1999998
|
575 |
-
|
576 |
-
|
|
|
|
|
|
|
577 |
- config_name: numbers__lcm
|
578 |
features:
|
579 |
- name: question
|
@@ -581,14 +581,14 @@ dataset_info:
|
|
581 |
- name: answer
|
582 |
dtype: string
|
583 |
splits:
|
584 |
-
- name: test
|
585 |
-
num_bytes: 717978
|
586 |
-
num_examples: 10000
|
587 |
- name: train
|
588 |
-
num_bytes:
|
589 |
num_examples: 1999998
|
590 |
-
|
591 |
-
|
|
|
|
|
|
|
592 |
- config_name: numbers__lcm_composed
|
593 |
features:
|
594 |
- name: question
|
@@ -596,14 +596,14 @@ dataset_info:
|
|
596 |
- name: answer
|
597 |
dtype: string
|
598 |
splits:
|
599 |
-
- name: test
|
600 |
-
num_bytes: 1127744
|
601 |
-
num_examples: 10000
|
602 |
- name: train
|
603 |
-
num_bytes:
|
604 |
num_examples: 1999998
|
605 |
-
|
606 |
-
|
|
|
|
|
|
|
607 |
- config_name: numbers__list_prime_factors
|
608 |
features:
|
609 |
- name: question
|
@@ -611,14 +611,14 @@ dataset_info:
|
|
611 |
- name: answer
|
612 |
dtype: string
|
613 |
splits:
|
614 |
-
- name: test
|
615 |
-
num_bytes: 585749
|
616 |
-
num_examples: 10000
|
617 |
- name: train
|
618 |
-
num_bytes:
|
619 |
num_examples: 1999998
|
620 |
-
|
621 |
-
|
|
|
|
|
|
|
622 |
- config_name: numbers__list_prime_factors_composed
|
623 |
features:
|
624 |
- name: question
|
@@ -626,14 +626,14 @@ dataset_info:
|
|
626 |
- name: answer
|
627 |
dtype: string
|
628 |
splits:
|
629 |
-
- name: test
|
630 |
-
num_bytes: 1053510
|
631 |
-
num_examples: 10000
|
632 |
- name: train
|
633 |
-
num_bytes:
|
634 |
num_examples: 1999998
|
635 |
-
|
636 |
-
|
|
|
|
|
|
|
637 |
- config_name: numbers__place_value
|
638 |
features:
|
639 |
- name: question
|
@@ -641,14 +641,14 @@ dataset_info:
|
|
641 |
- name: answer
|
642 |
dtype: string
|
643 |
splits:
|
644 |
-
- name: test
|
645 |
-
num_bytes: 496977
|
646 |
-
num_examples: 10000
|
647 |
- name: train
|
648 |
-
num_bytes:
|
649 |
num_examples: 1999998
|
650 |
-
|
651 |
-
|
|
|
|
|
|
|
652 |
- config_name: numbers__place_value_composed
|
653 |
features:
|
654 |
- name: question
|
@@ -656,14 +656,14 @@ dataset_info:
|
|
656 |
- name: answer
|
657 |
dtype: string
|
658 |
splits:
|
659 |
-
- name: test
|
660 |
-
num_bytes: 1011130
|
661 |
-
num_examples: 10000
|
662 |
- name: train
|
663 |
-
num_bytes:
|
664 |
num_examples: 1999998
|
665 |
-
|
666 |
-
|
|
|
|
|
|
|
667 |
- config_name: numbers__round_number
|
668 |
features:
|
669 |
- name: question
|
@@ -671,14 +671,14 @@ dataset_info:
|
|
671 |
- name: answer
|
672 |
dtype: string
|
673 |
splits:
|
674 |
-
- name: test
|
675 |
-
num_bytes: 570636
|
676 |
-
num_examples: 10000
|
677 |
- name: train
|
678 |
-
num_bytes:
|
679 |
num_examples: 1999998
|
680 |
-
|
681 |
-
|
|
|
|
|
|
|
682 |
- config_name: numbers__round_number_composed
|
683 |
features:
|
684 |
- name: question
|
@@ -686,14 +686,14 @@ dataset_info:
|
|
686 |
- name: answer
|
687 |
dtype: string
|
688 |
splits:
|
689 |
-
- name: test
|
690 |
-
num_bytes: 1016754
|
691 |
-
num_examples: 10000
|
692 |
- name: train
|
693 |
-
num_bytes:
|
694 |
num_examples: 1999998
|
695 |
-
|
696 |
-
|
|
|
|
|
|
|
697 |
- config_name: polynomials__add
|
698 |
features:
|
699 |
- name: question
|
@@ -701,14 +701,14 @@ dataset_info:
|
|
701 |
- name: answer
|
702 |
dtype: string
|
703 |
splits:
|
704 |
-
- name: test
|
705 |
-
num_bytes: 1308455
|
706 |
-
num_examples: 10000
|
707 |
- name: train
|
708 |
-
num_bytes:
|
709 |
num_examples: 1999998
|
710 |
-
|
711 |
-
|
|
|
|
|
|
|
712 |
- config_name: polynomials__coefficient_named
|
713 |
features:
|
714 |
- name: question
|
@@ -716,14 +716,14 @@ dataset_info:
|
|
716 |
- name: answer
|
717 |
dtype: string
|
718 |
splits:
|
719 |
-
- name: test
|
720 |
-
num_bytes: 1137226
|
721 |
-
num_examples: 10000
|
722 |
- name: train
|
723 |
-
num_bytes:
|
724 |
num_examples: 1999998
|
725 |
-
|
726 |
-
|
|
|
|
|
|
|
727 |
- config_name: polynomials__collect
|
728 |
features:
|
729 |
- name: question
|
@@ -731,14 +731,14 @@ dataset_info:
|
|
731 |
- name: answer
|
732 |
dtype: string
|
733 |
splits:
|
734 |
-
- name: test
|
735 |
-
num_bytes: 774709
|
736 |
-
num_examples: 10000
|
737 |
- name: train
|
738 |
-
num_bytes:
|
739 |
num_examples: 1999998
|
740 |
-
|
741 |
-
|
|
|
|
|
|
|
742 |
- config_name: polynomials__compose
|
743 |
features:
|
744 |
- name: question
|
@@ -746,14 +746,14 @@ dataset_info:
|
|
746 |
- name: answer
|
747 |
dtype: string
|
748 |
splits:
|
749 |
-
- name: test
|
750 |
-
num_bytes: 1209763
|
751 |
-
num_examples: 10000
|
752 |
- name: train
|
753 |
-
num_bytes:
|
754 |
num_examples: 1999998
|
755 |
-
|
756 |
-
|
|
|
|
|
|
|
757 |
- config_name: polynomials__evaluate
|
758 |
features:
|
759 |
- name: question
|
@@ -761,14 +761,14 @@ dataset_info:
|
|
761 |
- name: answer
|
762 |
dtype: string
|
763 |
splits:
|
764 |
-
- name: test
|
765 |
-
num_bytes: 599446
|
766 |
-
num_examples: 10000
|
767 |
- name: train
|
768 |
-
num_bytes:
|
769 |
num_examples: 1999998
|
770 |
-
|
771 |
-
|
|
|
|
|
|
|
772 |
- config_name: polynomials__evaluate_composed
|
773 |
features:
|
774 |
- name: question
|
@@ -776,14 +776,14 @@ dataset_info:
|
|
776 |
- name: answer
|
777 |
dtype: string
|
778 |
splits:
|
779 |
-
- name: test
|
780 |
-
num_bytes: 1148362
|
781 |
-
num_examples: 10000
|
782 |
- name: train
|
783 |
-
num_bytes:
|
784 |
num_examples: 1999998
|
785 |
-
|
786 |
-
|
|
|
|
|
|
|
787 |
- config_name: polynomials__expand
|
788 |
features:
|
789 |
- name: question
|
@@ -791,14 +791,14 @@ dataset_info:
|
|
791 |
- name: answer
|
792 |
dtype: string
|
793 |
splits:
|
794 |
-
- name: test
|
795 |
-
num_bytes: 1057353
|
796 |
-
num_examples: 10000
|
797 |
- name: train
|
798 |
-
num_bytes:
|
799 |
num_examples: 1999998
|
800 |
-
|
801 |
-
|
|
|
|
|
|
|
802 |
- config_name: polynomials__simplify_power
|
803 |
features:
|
804 |
- name: question
|
@@ -806,14 +806,14 @@ dataset_info:
|
|
806 |
- name: answer
|
807 |
dtype: string
|
808 |
splits:
|
809 |
-
- name: test
|
810 |
-
num_bytes: 1248040
|
811 |
-
num_examples: 10000
|
812 |
- name: train
|
813 |
-
num_bytes:
|
814 |
num_examples: 1999998
|
815 |
-
|
816 |
-
|
|
|
|
|
|
|
817 |
- config_name: probability__swr_p_level_set
|
818 |
features:
|
819 |
- name: question
|
@@ -821,14 +821,14 @@ dataset_info:
|
|
821 |
- name: answer
|
822 |
dtype: string
|
823 |
splits:
|
824 |
-
- name: test
|
825 |
-
num_bytes: 1159050
|
826 |
-
num_examples: 10000
|
827 |
- name: train
|
828 |
-
num_bytes:
|
829 |
num_examples: 1999998
|
830 |
-
|
831 |
-
|
|
|
|
|
|
|
832 |
- config_name: probability__swr_p_sequence
|
833 |
features:
|
834 |
- name: question
|
@@ -836,14 +836,351 @@ dataset_info:
|
|
836 |
- name: answer
|
837 |
dtype: string
|
838 |
splits:
|
839 |
-
- name: test
|
840 |
-
num_bytes: 1097442
|
841 |
-
num_examples: 10000
|
842 |
- name: train
|
843 |
-
num_bytes:
|
844 |
num_examples: 1999998
|
845 |
-
|
846 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
847 |
---
|
848 |
|
849 |
# Dataset Card for "math_dataset"
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
paperswithcode_id: mathematics
|
5 |
+
pretty_name: Mathematics Dataset
|
6 |
dataset_info:
|
7 |
- config_name: algebra__linear_1d
|
8 |
features:
|
|
|
11 |
- name: answer
|
12 |
dtype: string
|
13 |
splits:
|
|
|
|
|
|
|
14 |
- name: train
|
15 |
+
num_bytes: 111336065
|
16 |
num_examples: 1999998
|
17 |
+
- name: test
|
18 |
+
num_bytes: 612647
|
19 |
+
num_examples: 10000
|
20 |
+
download_size: 54228938
|
21 |
+
dataset_size: 111948712
|
22 |
- config_name: algebra__linear_1d_composed
|
23 |
features:
|
24 |
- name: question
|
|
|
26 |
- name: answer
|
27 |
dtype: string
|
28 |
splits:
|
|
|
|
|
|
|
29 |
- name: train
|
30 |
+
num_bytes: 218816746
|
31 |
num_examples: 1999998
|
32 |
+
- name: test
|
33 |
+
num_bytes: 1114332
|
34 |
+
num_examples: 10000
|
35 |
+
download_size: 117621982
|
36 |
+
dataset_size: 219931078
|
37 |
- config_name: algebra__linear_2d
|
38 |
features:
|
39 |
- name: question
|
|
|
41 |
- name: answer
|
42 |
dtype: string
|
43 |
splits:
|
|
|
|
|
|
|
44 |
- name: train
|
45 |
+
num_bytes: 145993346
|
46 |
num_examples: 1999998
|
47 |
+
- name: test
|
48 |
+
num_bytes: 762337
|
49 |
+
num_examples: 10000
|
50 |
+
download_size: 73049076
|
51 |
+
dataset_size: 146755683
|
52 |
- config_name: algebra__linear_2d_composed
|
53 |
features:
|
54 |
- name: question
|
|
|
56 |
- name: answer
|
57 |
dtype: string
|
58 |
splits:
|
|
|
|
|
|
|
59 |
- name: train
|
60 |
+
num_bytes: 253655705
|
61 |
num_examples: 1999998
|
62 |
+
- name: test
|
63 |
+
num_bytes: 1280906
|
64 |
+
num_examples: 10000
|
65 |
+
download_size: 139962852
|
66 |
+
dataset_size: 254936611
|
67 |
- config_name: algebra__polynomial_roots
|
68 |
features:
|
69 |
- name: question
|
|
|
71 |
- name: answer
|
72 |
dtype: string
|
73 |
splits:
|
|
|
|
|
|
|
74 |
- name: train
|
75 |
+
num_bytes: 182384019
|
76 |
num_examples: 1999998
|
77 |
+
- name: test
|
78 |
+
num_bytes: 964872
|
79 |
+
num_examples: 10000
|
80 |
+
download_size: 110695774
|
81 |
+
dataset_size: 183348891
|
82 |
- config_name: algebra__polynomial_roots_composed
|
83 |
features:
|
84 |
- name: question
|
|
|
86 |
- name: answer
|
87 |
dtype: string
|
88 |
splits:
|
|
|
|
|
|
|
89 |
- name: train
|
90 |
+
num_bytes: 270685132
|
91 |
num_examples: 1999998
|
92 |
+
- name: test
|
93 |
+
num_bytes: 1377563
|
94 |
+
num_examples: 10000
|
95 |
+
download_size: 147819945
|
96 |
+
dataset_size: 272062695
|
97 |
- config_name: algebra__sequence_next_term
|
98 |
features:
|
99 |
- name: question
|
|
|
101 |
- name: answer
|
102 |
dtype: string
|
103 |
splits:
|
|
|
|
|
|
|
104 |
- name: train
|
105 |
+
num_bytes: 157985014
|
106 |
num_examples: 1999998
|
107 |
+
- name: test
|
108 |
+
num_bytes: 848701
|
109 |
+
num_examples: 10000
|
110 |
+
download_size: 84899939
|
111 |
+
dataset_size: 158833715
|
112 |
- config_name: algebra__sequence_nth_term
|
113 |
features:
|
114 |
- name: question
|
|
|
116 |
- name: answer
|
117 |
dtype: string
|
118 |
splits:
|
|
|
|
|
|
|
119 |
- name: train
|
120 |
+
num_bytes: 195195463
|
121 |
num_examples: 1999998
|
122 |
+
- name: test
|
123 |
+
num_bytes: 1044006
|
124 |
+
num_examples: 10000
|
125 |
+
download_size: 105547176
|
126 |
+
dataset_size: 196239469
|
127 |
- config_name: arithmetic__add_or_sub
|
128 |
features:
|
129 |
- name: question
|
|
|
131 |
- name: answer
|
132 |
dtype: string
|
133 |
splits:
|
|
|
|
|
|
|
134 |
- name: train
|
135 |
+
num_bytes: 108940176
|
136 |
num_examples: 1999998
|
137 |
+
- name: test
|
138 |
+
num_bytes: 579967
|
139 |
+
num_examples: 10000
|
140 |
+
download_size: 66361326
|
141 |
+
dataset_size: 109520143
|
142 |
- config_name: arithmetic__add_or_sub_in_base
|
143 |
features:
|
144 |
- name: question
|
|
|
146 |
- name: answer
|
147 |
dtype: string
|
148 |
splits:
|
|
|
|
|
|
|
149 |
- name: train
|
150 |
+
num_bytes: 113028957
|
151 |
num_examples: 1999998
|
152 |
+
- name: test
|
153 |
+
num_bytes: 598463
|
154 |
+
num_examples: 10000
|
155 |
+
download_size: 51312036
|
156 |
+
dataset_size: 113627420
|
157 |
- config_name: arithmetic__add_sub_multiple
|
158 |
features:
|
159 |
- name: question
|
|
|
161 |
- name: answer
|
162 |
dtype: string
|
163 |
splits:
|
|
|
|
|
|
|
164 |
- name: train
|
165 |
+
num_bytes: 110212602
|
166 |
num_examples: 1999998
|
167 |
+
- name: test
|
168 |
+
num_bytes: 594663
|
169 |
+
num_examples: 10000
|
170 |
+
download_size: 44367994
|
171 |
+
dataset_size: 110807265
|
172 |
- config_name: arithmetic__div
|
173 |
features:
|
174 |
- name: question
|
|
|
176 |
- name: answer
|
177 |
dtype: string
|
178 |
splits:
|
|
|
|
|
|
|
179 |
- name: train
|
180 |
+
num_bytes: 97667728
|
181 |
num_examples: 1999998
|
182 |
+
- name: test
|
183 |
+
num_bytes: 517762
|
184 |
+
num_examples: 10000
|
185 |
+
download_size: 48655111
|
186 |
+
dataset_size: 98185490
|
187 |
- config_name: arithmetic__mixed
|
188 |
features:
|
189 |
- name: question
|
|
|
191 |
- name: answer
|
192 |
dtype: string
|
193 |
splits:
|
|
|
|
|
|
|
194 |
- name: train
|
195 |
+
num_bytes: 113238829
|
196 |
num_examples: 1999998
|
197 |
+
- name: test
|
198 |
+
num_bytes: 609606
|
199 |
+
num_examples: 10000
|
200 |
+
download_size: 55911872
|
201 |
+
dataset_size: 113848435
|
202 |
- config_name: arithmetic__mul
|
203 |
features:
|
204 |
- name: question
|
|
|
206 |
- name: answer
|
207 |
dtype: string
|
208 |
splits:
|
|
|
|
|
|
|
209 |
- name: train
|
210 |
+
num_bytes: 92748913
|
211 |
num_examples: 1999998
|
212 |
+
- name: test
|
213 |
+
num_bytes: 490246
|
214 |
+
num_examples: 10000
|
215 |
+
download_size: 51798371
|
216 |
+
dataset_size: 93239159
|
217 |
- config_name: arithmetic__mul_div_multiple
|
218 |
features:
|
219 |
- name: question
|
|
|
221 |
- name: answer
|
222 |
dtype: string
|
223 |
splits:
|
|
|
|
|
|
|
224 |
- name: train
|
225 |
+
num_bytes: 110656509
|
226 |
num_examples: 1999998
|
227 |
+
- name: test
|
228 |
+
num_bytes: 593550
|
229 |
+
num_examples: 10000
|
230 |
+
download_size: 53261162
|
231 |
+
dataset_size: 111250059
|
232 |
- config_name: arithmetic__nearest_integer_root
|
233 |
features:
|
234 |
- name: question
|
|
|
236 |
- name: answer
|
237 |
dtype: string
|
238 |
splits:
|
|
|
|
|
|
|
239 |
- name: train
|
240 |
+
num_bytes: 157021057
|
241 |
num_examples: 1999998
|
242 |
+
- name: test
|
243 |
+
num_bytes: 801872
|
244 |
+
num_examples: 10000
|
245 |
+
download_size: 40491075
|
246 |
+
dataset_size: 157822929
|
247 |
- config_name: arithmetic__simplify_surd
|
248 |
features:
|
249 |
- name: question
|
|
|
251 |
- name: answer
|
252 |
dtype: string
|
253 |
splits:
|
|
|
|
|
|
|
254 |
- name: train
|
255 |
+
num_bytes: 227003610
|
256 |
num_examples: 1999998
|
257 |
+
- name: test
|
258 |
+
num_bytes: 1357995
|
259 |
+
num_examples: 10000
|
260 |
+
download_size: 98943740
|
261 |
+
dataset_size: 228361605
|
262 |
- config_name: calculus__differentiate
|
263 |
features:
|
264 |
- name: question
|
|
|
266 |
- name: answer
|
267 |
dtype: string
|
268 |
splits:
|
|
|
|
|
|
|
269 |
- name: train
|
270 |
+
num_bytes: 218263813
|
271 |
num_examples: 1999998
|
272 |
+
- name: test
|
273 |
+
num_bytes: 1122189
|
274 |
+
num_examples: 10000
|
275 |
+
download_size: 115531709
|
276 |
+
dataset_size: 219386002
|
277 |
- config_name: calculus__differentiate_composed
|
278 |
features:
|
279 |
- name: question
|
|
|
281 |
- name: answer
|
282 |
dtype: string
|
283 |
splits:
|
|
|
|
|
|
|
284 |
- name: train
|
285 |
+
num_bytes: 283007390
|
286 |
num_examples: 1999998
|
287 |
+
- name: test
|
288 |
+
num_bytes: 1439658
|
289 |
+
num_examples: 10000
|
290 |
+
download_size: 139754587
|
291 |
+
dataset_size: 284447048
|
292 |
- config_name: comparison__closest
|
293 |
features:
|
294 |
- name: question
|
|
|
296 |
- name: answer
|
297 |
dtype: string
|
298 |
splits:
|
|
|
|
|
|
|
299 |
- name: train
|
300 |
+
num_bytes: 151524642
|
301 |
num_examples: 1999998
|
302 |
+
- name: test
|
303 |
+
num_bytes: 777471
|
304 |
+
num_examples: 10000
|
305 |
+
download_size: 55108005
|
306 |
+
dataset_size: 152302113
|
307 |
- config_name: comparison__closest_composed
|
308 |
features:
|
309 |
- name: question
|
|
|
311 |
- name: answer
|
312 |
dtype: string
|
313 |
splits:
|
|
|
|
|
|
|
314 |
- name: train
|
315 |
+
num_bytes: 229907972
|
316 |
num_examples: 1999998
|
317 |
+
- name: test
|
318 |
+
num_bytes: 1167331
|
319 |
+
num_examples: 10000
|
320 |
+
download_size: 111002761
|
321 |
+
dataset_size: 231075303
|
322 |
- config_name: comparison__kth_biggest
|
323 |
features:
|
324 |
- name: question
|
|
|
326 |
- name: answer
|
327 |
dtype: string
|
328 |
splits:
|
|
|
|
|
|
|
329 |
- name: train
|
330 |
+
num_bytes: 168327283
|
331 |
num_examples: 1999998
|
332 |
+
- name: test
|
333 |
+
num_bytes: 893427
|
334 |
+
num_examples: 10000
|
335 |
+
download_size: 61042725
|
336 |
+
dataset_size: 169220710
|
337 |
- config_name: comparison__kth_biggest_composed
|
338 |
features:
|
339 |
- name: question
|
|
|
341 |
- name: answer
|
342 |
dtype: string
|
343 |
splits:
|
|
|
|
|
|
|
344 |
- name: train
|
345 |
+
num_bytes: 240797352
|
346 |
num_examples: 1999998
|
347 |
+
- name: test
|
348 |
+
num_bytes: 1240798
|
349 |
+
num_examples: 10000
|
350 |
+
download_size: 112100311
|
351 |
+
dataset_size: 242038150
|
352 |
- config_name: comparison__pair
|
353 |
features:
|
354 |
- name: question
|
|
|
356 |
- name: answer
|
357 |
dtype: string
|
358 |
splits:
|
|
|
|
|
|
|
359 |
- name: train
|
360 |
+
num_bytes: 104957363
|
361 |
num_examples: 1999998
|
362 |
+
- name: test
|
363 |
+
num_bytes: 548770
|
364 |
+
num_examples: 10000
|
365 |
+
download_size: 46891543
|
366 |
+
dataset_size: 105506133
|
367 |
- config_name: comparison__pair_composed
|
368 |
features:
|
369 |
- name: question
|
|
|
371 |
- name: answer
|
372 |
dtype: string
|
373 |
splits:
|
|
|
|
|
|
|
374 |
- name: train
|
375 |
+
num_bytes: 203952818
|
376 |
num_examples: 1999998
|
377 |
+
- name: test
|
378 |
+
num_bytes: 1042429
|
379 |
+
num_examples: 10000
|
380 |
+
download_size: 108232924
|
381 |
+
dataset_size: 204995247
|
382 |
- config_name: comparison__sort
|
383 |
features:
|
384 |
- name: question
|
|
|
386 |
- name: answer
|
387 |
dtype: string
|
388 |
splits:
|
|
|
|
|
|
|
389 |
- name: train
|
390 |
+
num_bytes: 151002525
|
391 |
num_examples: 1999998
|
392 |
+
- name: test
|
393 |
+
num_bytes: 808740
|
394 |
+
num_examples: 10000
|
395 |
+
download_size: 70905412
|
396 |
+
dataset_size: 151811265
|
397 |
- config_name: comparison__sort_composed
|
398 |
features:
|
399 |
- name: question
|
|
|
401 |
- name: answer
|
402 |
dtype: string
|
403 |
splits:
|
|
|
|
|
|
|
404 |
- name: train
|
405 |
+
num_bytes: 233121716
|
406 |
num_examples: 1999998
|
407 |
+
- name: test
|
408 |
+
num_bytes: 1210499
|
409 |
+
num_examples: 10000
|
410 |
+
download_size: 127566659
|
411 |
+
dataset_size: 234332215
|
412 |
- config_name: measurement__conversion
|
413 |
features:
|
414 |
- name: question
|
|
|
416 |
- name: answer
|
417 |
dtype: string
|
418 |
splits:
|
|
|
|
|
|
|
419 |
- name: train
|
420 |
+
num_bytes: 137900672
|
421 |
num_examples: 1999998
|
422 |
+
- name: test
|
423 |
+
num_bytes: 689146
|
424 |
+
num_examples: 10000
|
425 |
+
download_size: 57174911
|
426 |
+
dataset_size: 138589818
|
427 |
- config_name: measurement__time
|
428 |
features:
|
429 |
- name: question
|
|
|
431 |
- name: answer
|
432 |
dtype: string
|
433 |
splits:
|
|
|
|
|
|
|
434 |
- name: train
|
435 |
+
num_bytes: 136212419
|
436 |
num_examples: 1999998
|
437 |
+
- name: test
|
438 |
+
num_bytes: 680520
|
439 |
+
num_examples: 10000
|
440 |
+
download_size: 40987781
|
441 |
+
dataset_size: 136892939
|
442 |
- config_name: numbers__base_conversion
|
443 |
features:
|
444 |
- name: question
|
|
|
446 |
- name: answer
|
447 |
dtype: string
|
448 |
splits:
|
|
|
|
|
|
|
449 |
- name: train
|
450 |
+
num_bytes: 109613153
|
451 |
num_examples: 1999998
|
452 |
+
- name: test
|
453 |
+
num_bytes: 587123
|
454 |
+
num_examples: 10000
|
455 |
+
download_size: 45689320
|
456 |
+
dataset_size: 110200276
|
457 |
- config_name: numbers__div_remainder
|
458 |
features:
|
459 |
- name: question
|
|
|
461 |
- name: answer
|
462 |
dtype: string
|
463 |
splits:
|
|
|
|
|
|
|
464 |
- name: train
|
465 |
+
num_bytes: 144296032
|
466 |
num_examples: 1999998
|
467 |
+
- name: test
|
468 |
+
num_bytes: 740765
|
469 |
+
num_examples: 10000
|
470 |
+
download_size: 38081777
|
471 |
+
dataset_size: 145036797
|
472 |
- config_name: numbers__div_remainder_composed
|
473 |
features:
|
474 |
- name: question
|
|
|
476 |
- name: answer
|
477 |
dtype: string
|
478 |
splits:
|
|
|
|
|
|
|
479 |
- name: train
|
480 |
+
num_bytes: 245591690
|
481 |
num_examples: 1999998
|
482 |
+
- name: test
|
483 |
+
num_bytes: 1247589
|
484 |
+
num_examples: 10000
|
485 |
+
download_size: 103918515
|
486 |
+
dataset_size: 246839279
|
487 |
- config_name: numbers__gcd
|
488 |
features:
|
489 |
- name: question
|
|
|
491 |
- name: answer
|
492 |
dtype: string
|
493 |
splits:
|
|
|
|
|
|
|
494 |
- name: train
|
495 |
+
num_bytes: 147164709
|
496 |
num_examples: 1999998
|
497 |
+
- name: test
|
498 |
+
num_bytes: 755734
|
499 |
+
num_examples: 10000
|
500 |
+
download_size: 43477107
|
501 |
+
dataset_size: 147920443
|
502 |
- config_name: numbers__gcd_composed
|
503 |
features:
|
504 |
- name: question
|
|
|
506 |
- name: answer
|
507 |
dtype: string
|
508 |
splits:
|
|
|
|
|
|
|
509 |
- name: train
|
510 |
+
num_bytes: 256784009
|
511 |
num_examples: 1999998
|
512 |
+
- name: test
|
513 |
+
num_bytes: 1303047
|
514 |
+
num_examples: 10000
|
515 |
+
download_size: 112425865
|
516 |
+
dataset_size: 258087056
|
517 |
- config_name: numbers__is_factor
|
518 |
features:
|
519 |
- name: question
|
|
|
521 |
- name: answer
|
522 |
dtype: string
|
523 |
splits:
|
|
|
|
|
|
|
524 |
- name: train
|
525 |
+
num_bytes: 95125808
|
526 |
num_examples: 1999998
|
527 |
+
- name: test
|
528 |
+
num_bytes: 492371
|
529 |
+
num_examples: 10000
|
530 |
+
download_size: 31548143
|
531 |
+
dataset_size: 95618179
|
532 |
- config_name: numbers__is_factor_composed
|
533 |
features:
|
534 |
- name: question
|
|
|
536 |
- name: answer
|
537 |
dtype: string
|
538 |
splits:
|
|
|
|
|
|
|
539 |
- name: train
|
540 |
+
num_bytes: 204619662
|
541 |
num_examples: 1999998
|
542 |
+
- name: test
|
543 |
+
num_bytes: 1046070
|
544 |
+
num_examples: 10000
|
545 |
+
download_size: 102307553
|
546 |
+
dataset_size: 205665732
|
547 |
- config_name: numbers__is_prime
|
548 |
features:
|
549 |
- name: question
|
|
|
551 |
- name: answer
|
552 |
dtype: string
|
553 |
splits:
|
|
|
|
|
|
|
554 |
- name: train
|
555 |
+
num_bytes: 93233459
|
556 |
num_examples: 1999998
|
557 |
+
- name: test
|
558 |
+
num_bytes: 481991
|
559 |
+
num_examples: 10000
|
560 |
+
download_size: 28279776
|
561 |
+
dataset_size: 93715450
|
562 |
- config_name: numbers__is_prime_composed
|
563 |
features:
|
564 |
- name: question
|
|
|
566 |
- name: answer
|
567 |
dtype: string
|
568 |
splits:
|
|
|
|
|
|
|
569 |
- name: train
|
570 |
+
num_bytes: 204058303
|
571 |
num_examples: 1999998
|
572 |
+
- name: test
|
573 |
+
num_bytes: 1044130
|
574 |
+
num_examples: 10000
|
575 |
+
download_size: 100638499
|
576 |
+
dataset_size: 205102433
|
577 |
- config_name: numbers__lcm
|
578 |
features:
|
579 |
- name: question
|
|
|
581 |
- name: answer
|
582 |
dtype: string
|
583 |
splits:
|
|
|
|
|
|
|
584 |
- name: train
|
585 |
+
num_bytes: 156075870
|
586 |
num_examples: 1999998
|
587 |
+
- name: test
|
588 |
+
num_bytes: 814220
|
589 |
+
num_examples: 10000
|
590 |
+
download_size: 59967383
|
591 |
+
dataset_size: 156890090
|
592 |
- config_name: numbers__lcm_composed
|
593 |
features:
|
594 |
- name: question
|
|
|
596 |
- name: answer
|
597 |
dtype: string
|
598 |
splits:
|
|
|
|
|
|
|
599 |
- name: train
|
600 |
+
num_bytes: 240398488
|
601 |
num_examples: 1999998
|
602 |
+
- name: test
|
603 |
+
num_bytes: 1223986
|
604 |
+
num_examples: 10000
|
605 |
+
download_size: 112579287
|
606 |
+
dataset_size: 241622474
|
607 |
- config_name: numbers__list_prime_factors
|
608 |
features:
|
609 |
- name: question
|
|
|
611 |
- name: answer
|
612 |
dtype: string
|
613 |
splits:
|
|
|
|
|
|
|
614 |
- name: train
|
615 |
+
num_bytes: 129232636
|
616 |
num_examples: 1999998
|
617 |
+
- name: test
|
618 |
+
num_bytes: 681991
|
619 |
+
num_examples: 10000
|
620 |
+
download_size: 46310476
|
621 |
+
dataset_size: 129914627
|
622 |
- config_name: numbers__list_prime_factors_composed
|
623 |
features:
|
624 |
- name: question
|
|
|
626 |
- name: answer
|
627 |
dtype: string
|
628 |
splits:
|
|
|
|
|
|
|
629 |
- name: train
|
630 |
+
num_bytes: 224629333
|
631 |
num_examples: 1999998
|
632 |
+
- name: test
|
633 |
+
num_bytes: 1149752
|
634 |
+
num_examples: 10000
|
635 |
+
download_size: 103410854
|
636 |
+
dataset_size: 225779085
|
637 |
- config_name: numbers__place_value
|
638 |
features:
|
639 |
- name: question
|
|
|
641 |
- name: answer
|
642 |
dtype: string
|
643 |
splits:
|
|
|
|
|
|
|
644 |
- name: train
|
645 |
+
num_bytes: 114429911
|
646 |
num_examples: 1999998
|
647 |
+
- name: test
|
648 |
+
num_bytes: 593219
|
649 |
+
num_examples: 10000
|
650 |
+
download_size: 28398829
|
651 |
+
dataset_size: 115023130
|
652 |
- config_name: numbers__place_value_composed
|
653 |
features:
|
654 |
- name: question
|
|
|
656 |
- name: answer
|
657 |
dtype: string
|
658 |
splits:
|
|
|
|
|
|
|
659 |
- name: train
|
660 |
+
num_bytes: 216437738
|
661 |
num_examples: 1999998
|
662 |
+
- name: test
|
663 |
+
num_bytes: 1107372
|
664 |
+
num_examples: 10000
|
665 |
+
download_size: 99496974
|
666 |
+
dataset_size: 217545110
|
667 |
- config_name: numbers__round_number
|
668 |
features:
|
669 |
- name: question
|
|
|
671 |
- name: answer
|
672 |
dtype: string
|
673 |
splits:
|
|
|
|
|
|
|
674 |
- name: train
|
675 |
+
num_bytes: 130722303
|
676 |
num_examples: 1999998
|
677 |
+
- name: test
|
678 |
+
num_bytes: 666878
|
679 |
+
num_examples: 10000
|
680 |
+
download_size: 54478618
|
681 |
+
dataset_size: 131389181
|
682 |
- config_name: numbers__round_number_composed
|
683 |
features:
|
684 |
- name: question
|
|
|
686 |
- name: answer
|
687 |
dtype: string
|
688 |
splits:
|
|
|
|
|
|
|
689 |
- name: train
|
690 |
+
num_bytes: 220307103
|
691 |
num_examples: 1999998
|
692 |
+
- name: test
|
693 |
+
num_bytes: 1112996
|
694 |
+
num_examples: 10000
|
695 |
+
download_size: 109792597
|
696 |
+
dataset_size: 221420099
|
697 |
- config_name: polynomials__add
|
698 |
features:
|
699 |
- name: question
|
|
|
701 |
- name: answer
|
702 |
dtype: string
|
703 |
splits:
|
|
|
|
|
|
|
704 |
- name: train
|
705 |
+
num_bytes: 276825912
|
706 |
num_examples: 1999998
|
707 |
+
- name: test
|
708 |
+
num_bytes: 1404697
|
709 |
+
num_examples: 10000
|
710 |
+
download_size: 156038251
|
711 |
+
dataset_size: 278230609
|
712 |
- config_name: polynomials__coefficient_named
|
713 |
features:
|
714 |
- name: question
|
|
|
716 |
- name: answer
|
717 |
dtype: string
|
718 |
splits:
|
|
|
|
|
|
|
719 |
- name: train
|
720 |
+
num_bytes: 238966071
|
721 |
num_examples: 1999998
|
722 |
+
- name: test
|
723 |
+
num_bytes: 1233468
|
724 |
+
num_examples: 10000
|
725 |
+
download_size: 123165865
|
726 |
+
dataset_size: 240199539
|
727 |
- config_name: polynomials__collect
|
728 |
features:
|
729 |
- name: question
|
|
|
731 |
- name: answer
|
732 |
dtype: string
|
733 |
splits:
|
|
|
|
|
|
|
734 |
- name: train
|
735 |
+
num_bytes: 162993080
|
736 |
num_examples: 1999998
|
737 |
+
- name: test
|
738 |
+
num_bytes: 870951
|
739 |
+
num_examples: 10000
|
740 |
+
download_size: 77128650
|
741 |
+
dataset_size: 163864031
|
742 |
- config_name: polynomials__compose
|
743 |
features:
|
744 |
- name: question
|
|
|
746 |
- name: answer
|
747 |
dtype: string
|
748 |
splits:
|
|
|
|
|
|
|
749 |
- name: train
|
750 |
+
num_bytes: 252901707
|
751 |
num_examples: 1999998
|
752 |
+
- name: test
|
753 |
+
num_bytes: 1306005
|
754 |
+
num_examples: 10000
|
755 |
+
download_size: 138143520
|
756 |
+
dataset_size: 254207712
|
757 |
- config_name: polynomials__evaluate
|
758 |
features:
|
759 |
- name: question
|
|
|
761 |
- name: answer
|
762 |
dtype: string
|
763 |
splits:
|
|
|
|
|
|
|
764 |
- name: train
|
765 |
+
num_bytes: 133788070
|
766 |
num_examples: 1999998
|
767 |
+
- name: test
|
768 |
+
num_bytes: 695688
|
769 |
+
num_examples: 10000
|
770 |
+
download_size: 63963242
|
771 |
+
dataset_size: 134483758
|
772 |
- config_name: polynomials__evaluate_composed
|
773 |
features:
|
774 |
- name: question
|
|
|
776 |
- name: answer
|
777 |
dtype: string
|
778 |
splits:
|
|
|
|
|
|
|
779 |
- name: train
|
780 |
+
num_bytes: 245272275
|
781 |
num_examples: 1999998
|
782 |
+
- name: test
|
783 |
+
num_bytes: 1244604
|
784 |
+
num_examples: 10000
|
785 |
+
download_size: 127845813
|
786 |
+
dataset_size: 246516879
|
787 |
- config_name: polynomials__expand
|
788 |
features:
|
789 |
- name: question
|
|
|
791 |
- name: answer
|
792 |
dtype: string
|
793 |
splits:
|
|
|
|
|
|
|
794 |
- name: train
|
795 |
+
num_bytes: 221588055
|
796 |
num_examples: 1999998
|
797 |
+
- name: test
|
798 |
+
num_bytes: 1153595
|
799 |
+
num_examples: 10000
|
800 |
+
download_size: 121151497
|
801 |
+
dataset_size: 222741650
|
802 |
- config_name: polynomials__simplify_power
|
803 |
features:
|
804 |
- name: question
|
|
|
806 |
- name: answer
|
807 |
dtype: string
|
808 |
splits:
|
|
|
|
|
|
|
809 |
- name: train
|
810 |
+
num_bytes: 235657402
|
811 |
num_examples: 1999998
|
812 |
+
- name: test
|
813 |
+
num_bytes: 1344282
|
814 |
+
num_examples: 10000
|
815 |
+
download_size: 111891473
|
816 |
+
dataset_size: 237001684
|
817 |
- config_name: probability__swr_p_level_set
|
818 |
features:
|
819 |
- name: question
|
|
|
821 |
- name: answer
|
822 |
dtype: string
|
823 |
splits:
|
|
|
|
|
|
|
824 |
- name: train
|
825 |
+
num_bytes: 246789999
|
826 |
num_examples: 1999998
|
827 |
+
- name: test
|
828 |
+
num_bytes: 1255292
|
829 |
+
num_examples: 10000
|
830 |
+
download_size: 69323057
|
831 |
+
dataset_size: 248045291
|
832 |
- config_name: probability__swr_p_sequence
|
833 |
features:
|
834 |
- name: question
|
|
|
836 |
- name: answer
|
837 |
dtype: string
|
838 |
splits:
|
|
|
|
|
|
|
839 |
- name: train
|
840 |
+
num_bytes: 235115545
|
841 |
num_examples: 1999998
|
842 |
+
- name: test
|
843 |
+
num_bytes: 1193684
|
844 |
+
num_examples: 10000
|
845 |
+
download_size: 65352315
|
846 |
+
dataset_size: 236309229
|
847 |
+
configs:
|
848 |
+
- config_name: algebra__linear_1d
|
849 |
+
data_files:
|
850 |
+
- split: train
|
851 |
+
path: algebra__linear_1d/train-*
|
852 |
+
- split: test
|
853 |
+
path: algebra__linear_1d/test-*
|
854 |
+
- config_name: algebra__linear_1d_composed
|
855 |
+
data_files:
|
856 |
+
- split: train
|
857 |
+
path: algebra__linear_1d_composed/train-*
|
858 |
+
- split: test
|
859 |
+
path: algebra__linear_1d_composed/test-*
|
860 |
+
- config_name: algebra__linear_2d
|
861 |
+
data_files:
|
862 |
+
- split: train
|
863 |
+
path: algebra__linear_2d/train-*
|
864 |
+
- split: test
|
865 |
+
path: algebra__linear_2d/test-*
|
866 |
+
- config_name: algebra__linear_2d_composed
|
867 |
+
data_files:
|
868 |
+
- split: train
|
869 |
+
path: algebra__linear_2d_composed/train-*
|
870 |
+
- split: test
|
871 |
+
path: algebra__linear_2d_composed/test-*
|
872 |
+
- config_name: algebra__polynomial_roots
|
873 |
+
data_files:
|
874 |
+
- split: train
|
875 |
+
path: algebra__polynomial_roots/train-*
|
876 |
+
- split: test
|
877 |
+
path: algebra__polynomial_roots/test-*
|
878 |
+
- config_name: algebra__polynomial_roots_composed
|
879 |
+
data_files:
|
880 |
+
- split: train
|
881 |
+
path: algebra__polynomial_roots_composed/train-*
|
882 |
+
- split: test
|
883 |
+
path: algebra__polynomial_roots_composed/test-*
|
884 |
+
- config_name: algebra__sequence_next_term
|
885 |
+
data_files:
|
886 |
+
- split: train
|
887 |
+
path: algebra__sequence_next_term/train-*
|
888 |
+
- split: test
|
889 |
+
path: algebra__sequence_next_term/test-*
|
890 |
+
- config_name: algebra__sequence_nth_term
|
891 |
+
data_files:
|
892 |
+
- split: train
|
893 |
+
path: algebra__sequence_nth_term/train-*
|
894 |
+
- split: test
|
895 |
+
path: algebra__sequence_nth_term/test-*
|
896 |
+
- config_name: arithmetic__add_or_sub
|
897 |
+
data_files:
|
898 |
+
- split: train
|
899 |
+
path: arithmetic__add_or_sub/train-*
|
900 |
+
- split: test
|
901 |
+
path: arithmetic__add_or_sub/test-*
|
902 |
+
- config_name: arithmetic__add_or_sub_in_base
|
903 |
+
data_files:
|
904 |
+
- split: train
|
905 |
+
path: arithmetic__add_or_sub_in_base/train-*
|
906 |
+
- split: test
|
907 |
+
path: arithmetic__add_or_sub_in_base/test-*
|
908 |
+
- config_name: arithmetic__add_sub_multiple
|
909 |
+
data_files:
|
910 |
+
- split: train
|
911 |
+
path: arithmetic__add_sub_multiple/train-*
|
912 |
+
- split: test
|
913 |
+
path: arithmetic__add_sub_multiple/test-*
|
914 |
+
- config_name: arithmetic__div
|
915 |
+
data_files:
|
916 |
+
- split: train
|
917 |
+
path: arithmetic__div/train-*
|
918 |
+
- split: test
|
919 |
+
path: arithmetic__div/test-*
|
920 |
+
- config_name: arithmetic__mixed
|
921 |
+
data_files:
|
922 |
+
- split: train
|
923 |
+
path: arithmetic__mixed/train-*
|
924 |
+
- split: test
|
925 |
+
path: arithmetic__mixed/test-*
|
926 |
+
- config_name: arithmetic__mul
|
927 |
+
data_files:
|
928 |
+
- split: train
|
929 |
+
path: arithmetic__mul/train-*
|
930 |
+
- split: test
|
931 |
+
path: arithmetic__mul/test-*
|
932 |
+
- config_name: arithmetic__mul_div_multiple
|
933 |
+
data_files:
|
934 |
+
- split: train
|
935 |
+
path: arithmetic__mul_div_multiple/train-*
|
936 |
+
- split: test
|
937 |
+
path: arithmetic__mul_div_multiple/test-*
|
938 |
+
- config_name: arithmetic__nearest_integer_root
|
939 |
+
data_files:
|
940 |
+
- split: train
|
941 |
+
path: arithmetic__nearest_integer_root/train-*
|
942 |
+
- split: test
|
943 |
+
path: arithmetic__nearest_integer_root/test-*
|
944 |
+
- config_name: arithmetic__simplify_surd
|
945 |
+
data_files:
|
946 |
+
- split: train
|
947 |
+
path: arithmetic__simplify_surd/train-*
|
948 |
+
- split: test
|
949 |
+
path: arithmetic__simplify_surd/test-*
|
950 |
+
- config_name: calculus__differentiate
|
951 |
+
data_files:
|
952 |
+
- split: train
|
953 |
+
path: calculus__differentiate/train-*
|
954 |
+
- split: test
|
955 |
+
path: calculus__differentiate/test-*
|
956 |
+
- config_name: calculus__differentiate_composed
|
957 |
+
data_files:
|
958 |
+
- split: train
|
959 |
+
path: calculus__differentiate_composed/train-*
|
960 |
+
- split: test
|
961 |
+
path: calculus__differentiate_composed/test-*
|
962 |
+
- config_name: comparison__closest
|
963 |
+
data_files:
|
964 |
+
- split: train
|
965 |
+
path: comparison__closest/train-*
|
966 |
+
- split: test
|
967 |
+
path: comparison__closest/test-*
|
968 |
+
- config_name: comparison__closest_composed
|
969 |
+
data_files:
|
970 |
+
- split: train
|
971 |
+
path: comparison__closest_composed/train-*
|
972 |
+
- split: test
|
973 |
+
path: comparison__closest_composed/test-*
|
974 |
+
- config_name: comparison__kth_biggest
|
975 |
+
data_files:
|
976 |
+
- split: train
|
977 |
+
path: comparison__kth_biggest/train-*
|
978 |
+
- split: test
|
979 |
+
path: comparison__kth_biggest/test-*
|
980 |
+
- config_name: comparison__kth_biggest_composed
|
981 |
+
data_files:
|
982 |
+
- split: train
|
983 |
+
path: comparison__kth_biggest_composed/train-*
|
984 |
+
- split: test
|
985 |
+
path: comparison__kth_biggest_composed/test-*
|
986 |
+
- config_name: comparison__pair
|
987 |
+
data_files:
|
988 |
+
- split: train
|
989 |
+
path: comparison__pair/train-*
|
990 |
+
- split: test
|
991 |
+
path: comparison__pair/test-*
|
992 |
+
- config_name: comparison__pair_composed
|
993 |
+
data_files:
|
994 |
+
- split: train
|
995 |
+
path: comparison__pair_composed/train-*
|
996 |
+
- split: test
|
997 |
+
path: comparison__pair_composed/test-*
|
998 |
+
- config_name: comparison__sort
|
999 |
+
data_files:
|
1000 |
+
- split: train
|
1001 |
+
path: comparison__sort/train-*
|
1002 |
+
- split: test
|
1003 |
+
path: comparison__sort/test-*
|
1004 |
+
- config_name: comparison__sort_composed
|
1005 |
+
data_files:
|
1006 |
+
- split: train
|
1007 |
+
path: comparison__sort_composed/train-*
|
1008 |
+
- split: test
|
1009 |
+
path: comparison__sort_composed/test-*
|
1010 |
+
- config_name: measurement__conversion
|
1011 |
+
data_files:
|
1012 |
+
- split: train
|
1013 |
+
path: measurement__conversion/train-*
|
1014 |
+
- split: test
|
1015 |
+
path: measurement__conversion/test-*
|
1016 |
+
- config_name: measurement__time
|
1017 |
+
data_files:
|
1018 |
+
- split: train
|
1019 |
+
path: measurement__time/train-*
|
1020 |
+
- split: test
|
1021 |
+
path: measurement__time/test-*
|
1022 |
+
- config_name: numbers__base_conversion
|
1023 |
+
data_files:
|
1024 |
+
- split: train
|
1025 |
+
path: numbers__base_conversion/train-*
|
1026 |
+
- split: test
|
1027 |
+
path: numbers__base_conversion/test-*
|
1028 |
+
- config_name: numbers__div_remainder
|
1029 |
+
data_files:
|
1030 |
+
- split: train
|
1031 |
+
path: numbers__div_remainder/train-*
|
1032 |
+
- split: test
|
1033 |
+
path: numbers__div_remainder/test-*
|
1034 |
+
- config_name: numbers__div_remainder_composed
|
1035 |
+
data_files:
|
1036 |
+
- split: train
|
1037 |
+
path: numbers__div_remainder_composed/train-*
|
1038 |
+
- split: test
|
1039 |
+
path: numbers__div_remainder_composed/test-*
|
1040 |
+
- config_name: numbers__gcd
|
1041 |
+
data_files:
|
1042 |
+
- split: train
|
1043 |
+
path: numbers__gcd/train-*
|
1044 |
+
- split: test
|
1045 |
+
path: numbers__gcd/test-*
|
1046 |
+
- config_name: numbers__gcd_composed
|
1047 |
+
data_files:
|
1048 |
+
- split: train
|
1049 |
+
path: numbers__gcd_composed/train-*
|
1050 |
+
- split: test
|
1051 |
+
path: numbers__gcd_composed/test-*
|
1052 |
+
- config_name: numbers__is_factor
|
1053 |
+
data_files:
|
1054 |
+
- split: train
|
1055 |
+
path: numbers__is_factor/train-*
|
1056 |
+
- split: test
|
1057 |
+
path: numbers__is_factor/test-*
|
1058 |
+
- config_name: numbers__is_factor_composed
|
1059 |
+
data_files:
|
1060 |
+
- split: train
|
1061 |
+
path: numbers__is_factor_composed/train-*
|
1062 |
+
- split: test
|
1063 |
+
path: numbers__is_factor_composed/test-*
|
1064 |
+
- config_name: numbers__is_prime
|
1065 |
+
data_files:
|
1066 |
+
- split: train
|
1067 |
+
path: numbers__is_prime/train-*
|
1068 |
+
- split: test
|
1069 |
+
path: numbers__is_prime/test-*
|
1070 |
+
- config_name: numbers__is_prime_composed
|
1071 |
+
data_files:
|
1072 |
+
- split: train
|
1073 |
+
path: numbers__is_prime_composed/train-*
|
1074 |
+
- split: test
|
1075 |
+
path: numbers__is_prime_composed/test-*
|
1076 |
+
- config_name: numbers__lcm
|
1077 |
+
data_files:
|
1078 |
+
- split: train
|
1079 |
+
path: numbers__lcm/train-*
|
1080 |
+
- split: test
|
1081 |
+
path: numbers__lcm/test-*
|
1082 |
+
- config_name: numbers__lcm_composed
|
1083 |
+
data_files:
|
1084 |
+
- split: train
|
1085 |
+
path: numbers__lcm_composed/train-*
|
1086 |
+
- split: test
|
1087 |
+
path: numbers__lcm_composed/test-*
|
1088 |
+
- config_name: numbers__list_prime_factors
|
1089 |
+
data_files:
|
1090 |
+
- split: train
|
1091 |
+
path: numbers__list_prime_factors/train-*
|
1092 |
+
- split: test
|
1093 |
+
path: numbers__list_prime_factors/test-*
|
1094 |
+
- config_name: numbers__list_prime_factors_composed
|
1095 |
+
data_files:
|
1096 |
+
- split: train
|
1097 |
+
path: numbers__list_prime_factors_composed/train-*
|
1098 |
+
- split: test
|
1099 |
+
path: numbers__list_prime_factors_composed/test-*
|
1100 |
+
- config_name: numbers__place_value
|
1101 |
+
data_files:
|
1102 |
+
- split: train
|
1103 |
+
path: numbers__place_value/train-*
|
1104 |
+
- split: test
|
1105 |
+
path: numbers__place_value/test-*
|
1106 |
+
- config_name: numbers__place_value_composed
|
1107 |
+
data_files:
|
1108 |
+
- split: train
|
1109 |
+
path: numbers__place_value_composed/train-*
|
1110 |
+
- split: test
|
1111 |
+
path: numbers__place_value_composed/test-*
|
1112 |
+
- config_name: numbers__round_number
|
1113 |
+
data_files:
|
1114 |
+
- split: train
|
1115 |
+
path: numbers__round_number/train-*
|
1116 |
+
- split: test
|
1117 |
+
path: numbers__round_number/test-*
|
1118 |
+
- config_name: numbers__round_number_composed
|
1119 |
+
data_files:
|
1120 |
+
- split: train
|
1121 |
+
path: numbers__round_number_composed/train-*
|
1122 |
+
- split: test
|
1123 |
+
path: numbers__round_number_composed/test-*
|
1124 |
+
- config_name: polynomials__add
|
1125 |
+
data_files:
|
1126 |
+
- split: train
|
1127 |
+
path: polynomials__add/train-*
|
1128 |
+
- split: test
|
1129 |
+
path: polynomials__add/test-*
|
1130 |
+
- config_name: polynomials__coefficient_named
|
1131 |
+
data_files:
|
1132 |
+
- split: train
|
1133 |
+
path: polynomials__coefficient_named/train-*
|
1134 |
+
- split: test
|
1135 |
+
path: polynomials__coefficient_named/test-*
|
1136 |
+
- config_name: polynomials__collect
|
1137 |
+
data_files:
|
1138 |
+
- split: train
|
1139 |
+
path: polynomials__collect/train-*
|
1140 |
+
- split: test
|
1141 |
+
path: polynomials__collect/test-*
|
1142 |
+
- config_name: polynomials__compose
|
1143 |
+
data_files:
|
1144 |
+
- split: train
|
1145 |
+
path: polynomials__compose/train-*
|
1146 |
+
- split: test
|
1147 |
+
path: polynomials__compose/test-*
|
1148 |
+
- config_name: polynomials__evaluate
|
1149 |
+
data_files:
|
1150 |
+
- split: train
|
1151 |
+
path: polynomials__evaluate/train-*
|
1152 |
+
- split: test
|
1153 |
+
path: polynomials__evaluate/test-*
|
1154 |
+
- config_name: polynomials__evaluate_composed
|
1155 |
+
data_files:
|
1156 |
+
- split: train
|
1157 |
+
path: polynomials__evaluate_composed/train-*
|
1158 |
+
- split: test
|
1159 |
+
path: polynomials__evaluate_composed/test-*
|
1160 |
+
- config_name: polynomials__expand
|
1161 |
+
data_files:
|
1162 |
+
- split: train
|
1163 |
+
path: polynomials__expand/train-*
|
1164 |
+
- split: test
|
1165 |
+
path: polynomials__expand/test-*
|
1166 |
+
- config_name: polynomials__simplify_power
|
1167 |
+
data_files:
|
1168 |
+
- split: train
|
1169 |
+
path: polynomials__simplify_power/train-*
|
1170 |
+
- split: test
|
1171 |
+
path: polynomials__simplify_power/test-*
|
1172 |
+
- config_name: probability__swr_p_level_set
|
1173 |
+
data_files:
|
1174 |
+
- split: train
|
1175 |
+
path: probability__swr_p_level_set/train-*
|
1176 |
+
- split: test
|
1177 |
+
path: probability__swr_p_level_set/test-*
|
1178 |
+
- config_name: probability__swr_p_sequence
|
1179 |
+
data_files:
|
1180 |
+
- split: train
|
1181 |
+
path: probability__swr_p_sequence/train-*
|
1182 |
+
- split: test
|
1183 |
+
path: probability__swr_p_sequence/test-*
|
1184 |
---
|
1185 |
|
1186 |
# Dataset Card for "math_dataset"
|
algebra__linear_1d/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6a38881ce72021b48312a750893edb1779e782bd5c88454449a0972f3482e8d
|
3 |
+
size 315765
|
algebra__linear_1d/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a5fa00b9c67d49b063aab672077feaef3c1de800893d9e41729e9aee886fd70
|
3 |
+
size 53913173
|
algebra__linear_1d_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52e40cf8fc2de7f7e7ae6d23acd8d267e00d5614384bee46f801f7c51407dbcb
|
3 |
+
size 607326
|
algebra__linear_1d_composed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a32c3023e26e622849909b18de6eed54e76aa866bd0a938f7891a06f5d2f68eb
|
3 |
+
size 117014656
|
algebra__linear_2d/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3f9578e369b524ed8a031f0cea2a92af6da3b2d9565b8cef3c4952b3856983a
|
3 |
+
size 395401
|
algebra__linear_2d/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3431dcb3438f6b88812c2fa7686e842daa877007b5c8933caff76e4d16b6b03
|
3 |
+
size 72653675
|
algebra__linear_2d_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87a00a1dd100fc6b260dc9275d9f21528d0fc739f3a185b76bca3189be451e8e
|
3 |
+
size 713627
|
algebra__linear_2d_composed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54070e137ad12f42de7c3fd43fc97dee8a3f5ce837f7c9e3dfa8d23c7c50bfde
|
3 |
+
size 139249225
|
algebra__polynomial_roots/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:267da32ac4fdbe0e95e26a0b5d1351ea9736184807bd65a88b96466e7ec40bb1
|
3 |
+
size 609478
|
algebra__polynomial_roots/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8a0bb245a44e9c80d7c346c24e57ed58efc0c36c9de07dcd00c45d4efc16074
|
3 |
+
size 110086296
|
algebra__polynomial_roots_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6acb9afb2d85995effb6afae30688a77fe7e4cc5356f90fa545c2915d54dc59c
|
3 |
+
size 771037
|
algebra__polynomial_roots_composed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6df1664051222d111448b6cab345da758346b176792b61fe2b4aafaad43e31c3
|
3 |
+
size 147048908
|
algebra__sequence_next_term/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79d1ce4e439df073a2b6f008002bb0466415e2be918a1bc6f80632620935db79
|
3 |
+
size 479498
|
algebra__sequence_next_term/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:862362b0573977147cb4d7f50151aef4f3e63baf909b40a0e76678bfd9572753
|
3 |
+
size 84420441
|
algebra__sequence_nth_term/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fff007ee9f2bb932aafa1ec0b52634dc3342715183f9cf6985c8282beec4e52c
|
3 |
+
size 589670
|
algebra__sequence_nth_term/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9be5727ebd285d75650abd927c07c2658ea7b660c58a170bac85f61225b0fb8
|
3 |
+
size 104957506
|
arithmetic__add_or_sub/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18dc5661a414e19fe65dcecb4153f5116d3bd16c0265513f964db0d735fa2509
|
3 |
+
size 365204
|
arithmetic__add_or_sub/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb5dc8838fcbbe6648c6a1090095331f4b05dbace8e7097c8bfc4ed4b702e131
|
3 |
+
size 65996122
|
arithmetic__add_or_sub_in_base/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ab512f724bfd178167febcf08511486f16adce403609d34ed53cd1d3f0bc8ed
|
3 |
+
size 286631
|
arithmetic__add_or_sub_in_base/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc9681f77f7c4c9d37874cd3731b5493735194a921f9b9f40eb4d78494ea8b2d
|
3 |
+
size 51025405
|
arithmetic__add_sub_multiple/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1163cd50af90be929f6154eea6bc87bf66182b67a179bde69a7cb65fe97d2f1
|
3 |
+
size 248108
|
arithmetic__add_sub_multiple/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3716b7ad5e26fae4aad1ce0260af4df064d6b7b67b6d403d0bdf471a3725cf14
|
3 |
+
size 44119886
|
arithmetic__div/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72719d31392be2aaa11d34ce48a2cfc1014f91e648e67df8a9a2b886c0d6d209
|
3 |
+
size 275598
|
arithmetic__div/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2179a56b91ef2a180afdb37dad9e286f677d468d2806f75c607a0bf1e7b7dcee
|
3 |
+
size 48379513
|
arithmetic__mixed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29eab77eded52e329b3df8fb952498636089ed5cd55cb89020ac64fc57f00f26
|
3 |
+
size 317300
|
arithmetic__mixed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:210277c31e4d4739c1668fafcd9b0675f9bd1998c326966b867c05741fd3da8e
|
3 |
+
size 55594572
|
arithmetic__mul/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f012a1d6cdec4ea060caf4f3863391c5ce3cc48bbaea428fdbb220d66f185cc
|
3 |
+
size 287638
|
arithmetic__mul/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64b7eb2e4ca01837d36b5e50f36dee8d5d554fc96653200b5f71e6f3cb491af7
|
3 |
+
size 51510733
|
arithmetic__mul_div_multiple/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe8270a6e1bb0b492e3723244688aa861d82a4797e171255bfee5861208ca886
|
3 |
+
size 301719
|
arithmetic__mul_div_multiple/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bb772be51156568cae5f76ef9e7257cce0307797d4c4ce667096ac3d2363d11
|
3 |
+
size 52959443
|
arithmetic__nearest_integer_root/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ffc66598f511975666f08dfe7f8f0a20c02712ca97b2872c4e0979ebf7c455b
|
3 |
+
size 215098
|
arithmetic__nearest_integer_root/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e838d0fbcc3f0412edcd451effac45dac9dd9a685022eea2b4916a8bf95bb5b2
|
3 |
+
size 40275977
|
arithmetic__simplify_surd/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d9f9ad99166dfdab8a343ccccec550584b89ac8e2387ecbf5e7e62a1c8c0ee8
|
3 |
+
size 597912
|
arithmetic__simplify_surd/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:101750627c16c7d424ccc6e013d700062dda74fd67c7425d330bc265b4b04b21
|
3 |
+
size 98345828
|
calculus__differentiate/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c324b11d7db8f4ac0c4436966379602ecaee67d7fdb5b82015ad0d2377c09aeb
|
3 |
+
size 612902
|
calculus__differentiate/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a5f0022daf73f26825ccf98f2edee643009af60a325b3ee79e7afe8ac4e734f
|
3 |
+
size 114918807
|
calculus__differentiate_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d18b28c7842d77c4a16b6ce055b2bc324500af158d1e79fd5cc73f47a517ed54
|
3 |
+
size 733449
|
calculus__differentiate_composed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8fae6b9fd4c83ee5f603ed0bc8f5010302c9d21f3d7b0e468631f272128840d
|
3 |
+
size 139021138
|
comparison__closest/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47c502cb1128da9dc5bda34a3a98f8d7f07d83cd295d84155decd95a4a25b4ad
|
3 |
+
size 297587
|
comparison__closest/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e320dc642fa83372136b7dbaea3dad69de778146bf0d3cafcd62c9fe8cff61e6
|
3 |
+
size 54810418
|
comparison__closest_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:936053e14512d18df7a51b34b27828e8b26cf1cab632e04e7d5bf5be763a138b
|
3 |
+
size 575398
|
comparison__closest_composed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3de32ae9dd5850a550eb00639c67b6aae594f49f975f9eb659e338a131db8ea
|
3 |
+
size 110427363
|
comparison__kth_biggest/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b30234b5bc7b29f7b290fc17c5bf4f23ea05fe0c226365152119a44d5a0d0ce0
|
3 |
+
size 342586
|
comparison__kth_biggest/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02cc9d3b8014d56f35920e2fdd594b225b4f7b00c9325641b4a5520b41c1588b
|
3 |
+
size 60700139
|
comparison__kth_biggest_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3240472fa15ef4418ca61c0f6439dcb937d1c48c8c84f07e3075f23f01742f76
|
3 |
+
size 592277
|
comparison__kth_biggest_composed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41cbc7f42bc71e3a66637b8ec4b155b11d645716101055c9844f9376193624d6
|
3 |
+
size 111508034
|
comparison__pair/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0685ed9898a134ae1bc4b7a3be439361dda911dc0a8068d73102c9ff6704fd72
|
3 |
+
size 256573
|
comparison__pair/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:208a6412694ea5d49440f32b04dd6315858f6da9e1bb134526cf5d91606be9ca
|
3 |
+
size 46634970
|
comparison__pair_composed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5027a28b593eb5f350f57e2a9ac8de32e480d9bc7d06c64a8d679047238d6eae
|
3 |
+
size 565069
|