parquet-converter commited on
Commit
d73ed08
·
verified ·
1 Parent(s): 7fbd072

Update parquet files

Browse files
README.md DELETED
@@ -1,89 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: source
5
- dtype: string
6
- - name: problem
7
- dtype: string
8
- - name: solution
9
- dtype: string
10
- - name: messages
11
- list:
12
- - name: content
13
- dtype: string
14
- - name: role
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 2495457595.0398345
19
- num_examples: 859494
20
- - name: test
21
- num_bytes: 290340.31593470514
22
- num_examples: 100
23
- download_size: 1234351634
24
- dataset_size: 2495747935.355769
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- - split: test
31
- path: data/test-*
32
- license: apache-2.0
33
- task_categories:
34
- - text-generation
35
- language:
36
- - en
37
- tags:
38
- - aimo
39
- - math
40
- pretty_name: NuminaMath CoT
41
- ---
42
-
43
- # Dataset Card for NuminaMath CoT
44
-
45
- ## Dataset Description
46
-
47
- - **Homepage:** https://projectnumina.ai
48
- - **Repository:** https://github.com/project-numina/aimo-progress-prize
49
- - **Paper:** https://github.com/project-numina/aimo-progress-prize/blob/main/report/numina_dataset.pdf
50
- - **Leaderboard:**
51
- - **Point of Contact:** [Jia Li]([email protected])
52
-
53
-
54
- ### Dataset Summary
55
-
56
- Approximately 860k math problems, where each solution is formatted in a Chain of Thought (CoT) manner. The sources of the dataset range from Chinese high school math exercises to US and international mathematics olympiad competition problems. The data were primarily collected from online exam paper PDFs and mathematics discussion forums. The processing steps include (a) OCR from the original PDFs, (b) segmentation into problem-solution pairs, (c) Translation into English, (d) realignment to produce a CoT reasoning format, and (e) final answer formatting.
57
-
58
-
59
- ### Source breakdown
60
-
61
- | Source | Number of Samples |
62
- | --- | --- |
63
- | aops_forum | 30201 |
64
- | amc_aime | 4072 |
65
- | cn_k12 | 276591 |
66
- | gsm8k | 7345 |
67
- | math | 7478 |
68
- | olympiads | 150581 |
69
- | orca_math | 153334 |
70
- | synthetic_amc | 62111 |
71
- | synthetic_math | 167895 |
72
- | **Total** | **859608** |
73
-
74
- ### Licensing Information
75
-
76
- The dataset is available under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
77
-
78
- ### Citation Information
79
-
80
- ```
81
- @misc{numina_math_datasets,
82
- author = {Jia LI and Edward Beeching and Lewis Tunstall and Ben Lipkin and Roman Soletskyi and Shengyi Costa Huang and Kashif Rasul and Longhui Yu and Albert Jiang and Ziju Shen and Zihan Qin and Bin Dong and Li Zhou and Yann Fleureau and Guillaume Lample and Stanislas Polu},
83
- title = {NuminaMath},
84
- year = {2024},
85
- publisher = {Numina},
86
- journal = {Hugging Face repository},
87
- howpublished = {\url{[https://huggingface.co/AI-MO/NuminaMath-CoT](https://github.com/project-numina/aimo-progress-prize/blob/main/report/numina_dataset.pdf)}}
88
- }
89
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/test-00000-of-00001.parquet → default/test/0000.parquet RENAMED
File without changes
data/train-00000-of-00005.parquet → default/train/0000.parquet RENAMED
File without changes
data/train-00001-of-00005.parquet → default/train/0001.parquet RENAMED
File without changes
data/train-00002-of-00005.parquet → default/train/0002.parquet RENAMED
File without changes
data/train-00003-of-00005.parquet → default/train/0003.parquet RENAMED
File without changes
data/train-00004-of-00005.parquet → default/train/0004.parquet RENAMED
File without changes