GammaCorpus
Collection
The Full GammaCorpus Dataset Collection
•
14 items
•
Updated
•
10
question
stringlengths 5
11
| answer
stringlengths 1
7
|
---|---|
108 - 924
|
-816
|
512 - 187
|
325
|
592 * 65
|
38480
|
724 - 712
|
12
|
686 - 843
|
-157
|
580 - 512
|
68
|
235 - 836
|
-601
|
783 + 890
|
1673
|
962 + 361
|
1323
|
162 + 732
|
894
|
931 * 738
|
687078
|
62 + 578
|
640
|
314 * 725
|
227650
|
357 + 581
|
938
|
863 + 431
|
1294
|
262 - 194
|
68
|
463 * 452
|
209276
|
352 - 854
|
-502
|
517 + 72
|
589
|
430 - 311
|
119
|
935 * 949
|
887315
|
412 * 370
|
152440
|
647 + 869
|
1516
|
65 * 344
|
22360
|
431 * 357
|
153867
|
909 * 671
|
609939
|
452 * 857
|
387364
|
96 - 886
|
-790
|
649 - 960
|
-311
|
930 - 27
|
903
|
707 + 530
|
1237
|
822 * 408
|
335376
|
660 - 409
|
251
|
752 + 393
|
1145
|
884 + 556
|
1440
|
350 * 424
|
148400
|
716 - 89
|
627
|
826 + 90
|
916
|
467 + 707
|
1174
|
943 - 572
|
371
|
676 - 790
|
-114
|
739 - 151
|
588
|
173 * 315
|
54495
|
456 * 294
|
134064
|
820 * 880
|
721600
|
386 * 341
|
131626
|
480 * 921
|
442080
|
381 + 536
|
917
|
188 * 2
|
376
|
43 - 459
|
-416
|
356 + 454
|
810
|
119 + 556
|
675
|
131 + 423
|
554
|
775 - 230
|
545
|
179 + 706
|
885
|
310 - 391
|
-81
|
555 - 425
|
130
|
968 - 849
|
119
|
720 * 433
|
311760
|
244 - 863
|
-619
|
883 * 899
|
793817
|
870 * 544
|
473280
|
763 - 31
|
732
|
473 * 325
|
153725
|
709 - 928
|
-219
|
653 + 595
|
1248
|
435 - 986
|
-551
|
741 * 103
|
76323
|
214 * 336
|
71904
|
976 - 482
|
494
|
811 * 414
|
335754
|
488 - 547
|
-59
|
668 - 995
|
-327
|
241 - 539
|
-298
|
788 * 730
|
575240
|
53 + 55
|
108
|
49 - 182
|
-133
|
111 - 509
|
-398
|
925 - 18
|
907
|
316 + 75
|
391
|
600 * 333
|
199800
|
283 * 104
|
29432
|
916 + 827
|
1743
|
990 + 696
|
1686
|
404 + 731
|
1135
|
69 - 720
|
-651
|
979 + 987
|
1966
|
752 * 492
|
369984
|
839 + 536
|
1375
|
447 + 891
|
1338
|
976 * 298
|
290848
|
415 - 954
|
-539
|
907 - 98
|
809
|
879 + 995
|
1874
|
656 * 438
|
287328
|
522 - 116
|
406
|
420 + 471
|
891
|
77 - 809
|
-732
|
613 - 197
|
416
|
893 + 257
|
1150
|
GammaCorpus Math QA 2m is a dataset that consists of 2,760,000 mathematical question-and-answer. It consists of 917,196 addition questions, 916,662 subtraction questions, 917,015 multiplication questions, and 9,126 division questions.
The dataset is formatted in JSONL, where each line is a JSON object representing a single question-answer pair. Below is an example:
{
"question": "108 - 924",
"answer": "-816"
}
{
"question": "62 + 578",
"answer": "640"
}
{
"question": "592 * 65",
"answer": "38480"
}
{
"question": "81 / 6",
"answer": "13.5"
}
question
(string): The math question to be answered.answer
(string): The corresponding answer to the question.While this dataset is designed to minimise biases, the following considerations should be kept in mind:
The dataset is released under the Apache 2.0 License. Please refer to the license for usage rights and restrictions.