Convert dataset to Parquet
#7
by
shaswat123
- opened
This view is limited to 50 files because it contains too many changes.
See the raw diff here.
- README.md +673 -336
- 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
|
@@ -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"
|
|
|
|
| 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: 53794289
|
| 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: 116980646
|
| 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: 72541635
|
| 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: 139245969
|
| 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: 110048104
|
| 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: 147179308
|
| 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: 84358821
|
| 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: 104919903
|
| 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: 65946361
|
| 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: 50856070
|
| 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: 43918268
|
| 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: 48242650
|
| 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: 55454004
|
| 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: 51400942
|
| 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: 52807323
|
| 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: 39955381
|
| 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: 98222777
|
| 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: 114867038
|
| 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: 139140353
|
| 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: 54577343
|
| 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: 110297663
|
| 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: 60495139
|
| 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: 111369829
|
| 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: 46456344
|
| 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: 107602741
|
| 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: 70375419
|
| 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: 126861478
|
| 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: 56661513
|
| 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: 40502573
|
| 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: 45252296
|
| 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: 37576651
|
| 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: 103338569
|
| 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: 42962407
|
| 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: 111700014
|
| 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: 31140590
|
| 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: 101746351
|
| 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: 27874616
|
| 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: 100067006
|
| 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: 59427339
|
| 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: 111982922
|
| 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: 45841653
|
| 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: 102849681
|
| 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: 27944451
|
| 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: 98949374
|
| 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: 53984836
|
| 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: 109105229
|
| 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: 155192509
|
| 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: 122391677
|
| 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: 76588969
|
| 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: 137345705
|
| 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: 63472783
|
| 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: 127127855
|
| 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: 120408158
|
| 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: 111191144
|
| 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: 68618178
|
| 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: 64664278
|
| 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:d66206d2575eb94023db510918c0eab8283aee5b1e7d832bb3d5e3e1d6be507a
|
| 3 |
+
size 313568
|
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:045bf766260eaa24e0066efdc9a3781370aee15256724fac94c874de606938f7
|
| 3 |
+
size 53480721
|
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:2b2a169953baf7a2858bd4ba9846037394a5efdf267998da67461698e5e94e63
|
| 3 |
+
size 604299
|
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:deeea6b0514cd31875afd3ba0fe2b9b4abb664c39f6a02ba1cc472673c36df86
|
| 3 |
+
size 116376347
|
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:275a7f17cf9b53c0b154c8392e6bfa44a81f87b90bcbeaa8a68e6bbeafe517e3
|
| 3 |
+
size 392884
|
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:7d82f5036ce20bdf9461992cab000099f1316833713229620ef5c79c7e787521
|
| 3 |
+
size 72148751
|
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:1f2e4d6ca47368d827f5824db13e2ac4e4ab41b59da7d461a324f7d7bddc46d1
|
| 3 |
+
size 709966
|
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:86a01bee189a648b5a9d5acb770526ac1a44110b6936a5c9346de6a4a27fc405
|
| 3 |
+
size 138536003
|
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:5f4396a6fffaf10ec93dfb422c4ae3fb171f41222029efa73d021250a3e87f08
|
| 3 |
+
size 606086
|
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:3e5ea73bb3664762438db7830aadcc93d7413d59fd003f5ffe30307f1671f590
|
| 3 |
+
size 109442018
|
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:3f3cfb207b3a792ea746fa9f0b4f3675ccf1d8b1ae35ecd5eee3cda2ea75fa30
|
| 3 |
+
size 767885
|
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:f4cc7ce3cd8e1fc73f9aa123cb1acec344d54cf969f9eb51c3103659c383342a
|
| 3 |
+
size 146411423
|
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:499b56ccf53bc057e78f692b057a80dd47ceed5062f243560e0cc55984c54847
|
| 3 |
+
size 476745
|
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:fc993fd94fa5b9e5e8abeafe86951463b83d6736e864b1b3558f0c19ce24fb14
|
| 3 |
+
size 83882076
|
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:516706aa095d38d2481028dc09e9db7d80c469f106195e294dd7b3810570301c
|
| 3 |
+
size 586551
|
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:ea6aef3b387f2a2d2b8779c1e33ce5c61fb1bcb2428a3b7e9c2330ac2a3f36b8
|
| 3 |
+
size 104333352
|
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:bc5b4c8ebeeeee7318c13cc2c3050871a9df31159575190c5090ac1f9ff2ab53
|
| 3 |
+
size 363170
|
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:ecd942b5115cdcfd093a2bbd8f1deffdcf214eba9c682a3317cb3e955c22d197
|
| 3 |
+
size 65583191
|
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:5b697763e6792d9a2195a0f68e12846e316ef79045df0111638b10decc94480d
|
| 3 |
+
size 284382
|
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:858080a5405b71bd516bd21ac830006fc7a40374b66b52c2db05d3ad9871a858
|
| 3 |
+
size 50571688
|
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:61cccd4735f86079b822b0847b01b4865d31d5eff8a9aba3a10761f4da689f17
|
| 3 |
+
size 245876
|
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:38ac22bd57de0796473b0b62333a8186bb6fdb09eccacab4c3141b6e2064a82e
|
| 3 |
+
size 43672392
|
arithmetic__div/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1feb90399b47941850ab19ff32f478ec232afc4a3a711b117e7f0024ba6336bb
|
| 3 |
+
size 273581
|
arithmetic__div/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:780b88bbf0034644913ead58e12d6b8b2b9d6472a02b95d604ebb9cc4c714129
|
| 3 |
+
size 47969069
|
arithmetic__mixed/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0266a7c2e8ff02f671a932d14988f7ad826453a303fe734ebd8b61f3ce579ea
|
| 3 |
+
size 315063
|
arithmetic__mixed/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dac61913df815ae0ef0c4e388f1b05b88807126ee13543b97ba381a31d02556
|
| 3 |
+
size 55138941
|
arithmetic__mul/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49f43ad3e057aceb23cc4aafc0e2ffd120a63c86de90a311671adcb9c5b197b0
|
| 3 |
+
size 285699
|
arithmetic__mul/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44696a3dc07322c3daedaf7e0cb30fef7ea63d03a82afaad1f9c2fe8d3d79d9f
|
| 3 |
+
size 51115243
|
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:c6a6b9ad2dd571b3d586f67c60584708022ece564c3eb5fb1d1ac1ae46cc0b2f
|
| 3 |
+
size 299498
|
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:31744ab654941332e69051da99df8a193258b898eb2066df7e0a0b1323bf2b6b
|
| 3 |
+
size 52507825
|
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:9494e76d6442e199518ba5f195178c4157b18b3afcb97f74139d43c894cae1df
|
| 3 |
+
size 212500
|
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:dacf991b0b65981f0f483fd88e943fc646336a97c5682ddb79534975d9ae00fe
|
| 3 |
+
size 39742881
|
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:4de215ad0e572d1b38a76231f0297c121b4e072f4848d092ebc14a1a8f10b16a
|
| 3 |
+
size 594158
|
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:9255f4aa599b29ffbcbb6b40a618260d9423f327465f2367e512812935e49ec9
|
| 3 |
+
size 97628619
|
calculus__differentiate/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97a7b9188854d0092c162e15317f168053cd6e645ca776dde674de1880830f2e
|
| 3 |
+
size 609501
|
calculus__differentiate/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b58097ea0db1d9c30ddda01b9ee8e7aab496c461fa0095ef5e709eabc8602858
|
| 3 |
+
size 114257537
|
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:d2eec4cf77d1d8a4f038a9c4c285b4ec6775dc97f0e44d0d2e7c968a8c589d59
|
| 3 |
+
size 730411
|
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:7d7b73aec885b8779e5ba05baa588f8d8b6db5ea7cd3187d12b1046f02b06961
|
| 3 |
+
size 138409942
|
comparison__closest/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:259256043dfa65ecae878440d81f09a5f8a5ee5392d602c8edd74eb3512dd456
|
| 3 |
+
size 295012
|
comparison__closest/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97342bb8e378a514c1b2765f83bdcaa639bb3c350ad7db2339f0066454d594b6
|
| 3 |
+
size 54282331
|
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:a1c3b766fa5a4f116cd6696aabcc063966bda276ed5bc8f93fb0542d68bd91f2
|
| 3 |
+
size 571937
|
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:f77be9a474283ed8207247e1b26f20a8c343cd9ab25f2557e2a100f6efb26478
|
| 3 |
+
size 109725726
|
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:7a1439281122f44b7c8cdd14b38e1fd9e7d7db03a411f3178a8845c0dfc54a1c
|
| 3 |
+
size 339812
|
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:e4b4d1c82919610485e6d7397193814c273c8edaa9503f9aece86238e7910565
|
| 3 |
+
size 60155327
|
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:68bd52728889787fc62c39d0007284cfd84f96ffb21506098843080a9ebe6288
|
| 3 |
+
size 588697
|
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:30b9aded32b0f8566b3adb2b3b730ede6b029a0f8996261e372be4b7c0d345d4
|
| 3 |
+
size 110781132
|
comparison__pair/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a047571c3cadbd30f6416fa7d77f294e72f7c58aa7f28bce5fe45cd23e521bd8
|
| 3 |
+
size 254471
|
comparison__pair/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d2beba68533a32a3e336807167fa26f572559423ac2ca304d27d1a524d88613
|
| 3 |
+
size 46201873
|
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:04f7a241972e9ebd9d04f00952284cfd28f66bac116103c8595283da33acedc3
|
| 3 |
+
size 562100
|