Commit ·
25558f2
0
Parent(s):
Duplicate from nlile/NuminaMath-1.5-RL-Verifiable
Browse filesCo-authored-by: nathan lile <nlile@users.noreply.huggingface.co>
- .gitattributes +59 -0
- README.md +247 -0
- data/train-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- question-answering
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- math
|
| 10 |
+
- post-training
|
| 11 |
+
- RL
|
| 12 |
+
- verifiable
|
| 13 |
+
- reasoning
|
| 14 |
+
pretty_name: NuminaMath 1.5 RL Verifiable
|
| 15 |
+
dataset_info:
|
| 16 |
+
features:
|
| 17 |
+
- name: problem
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: solution
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: answer
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: problem_type
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: question_type
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: problem_is_valid
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: solution_is_valid
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: source
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: synthetic
|
| 34 |
+
dtype: bool
|
| 35 |
+
splits:
|
| 36 |
+
- name: train
|
| 37 |
+
num_bytes: 188626432
|
| 38 |
+
num_examples: 131063
|
| 39 |
+
download_size: 85718743
|
| 40 |
+
dataset_size: 188626432
|
| 41 |
+
configs:
|
| 42 |
+
- config_name: default
|
| 43 |
+
data_files:
|
| 44 |
+
- split: train
|
| 45 |
+
path: data/train-*
|
| 46 |
+
---
|
| 47 |
+
|
| 48 |
+
# Dataset Card for NuminaMath-1.5-RL-Verifiable
|
| 49 |
+
|
| 50 |
+
## Dataset Description
|
| 51 |
+
|
| 52 |
+
- **Homepage:** https://huggingface.co/datasets/nlile/NuminaMath-1.5-RL-Verifiable
|
| 53 |
+
- **Repository:** [NuminaMath-1.5-RL-Verifiable](https://huggingface.co/datasets/nlile/NuminaMath-1.5-RL-Verifiable)
|
| 54 |
+
- **Based on:** [NuminaMath-1.5](https://huggingface.co/datasets/AI-MO/NuminaMath-1.5)
|
| 55 |
+
|
| 56 |
+
### Dataset Summary
|
| 57 |
+
|
| 58 |
+
NuminaMath-1.5-RL-Verifiable is a curated subset of the NuminaMath-1.5 dataset, specifically filtered to support reinforcement learning applications requiring verifiable outcomes. This collection consists of 131,063 math word problems from the original dataset that meet strict filtering criteria: all problems have definitive numerical answers, validated problem statements and solutions, and come from high-quality, non-synthetic sources.
|
| 59 |
+
|
| 60 |
+
The filtering process removes multiple-choice questions, proofs, problems without clear numerical answers, and all synthetic content, while preserving the rich diversity of mathematical domains from the original collection.
|
| 61 |
+
|
| 62 |
+
### Filtering Methodology
|
| 63 |
+
|
| 64 |
+
The dataset was created by applying the following filters to the original NuminaMath-1.5 dataset:
|
| 65 |
+
|
| 66 |
+
- **Removed question types**: Multiple-choice questions and proofs
|
| 67 |
+
- **Answer validation**: Retained only problems with non-empty, numerical answers (excluded 'proof', 'notfound' answers)
|
| 68 |
+
- **Source selection**: Excluded potentially lower-quality sources (cn_k12, orca_math, synthetic_math, metamath)
|
| 69 |
+
- **Quality filters**: Retained only problems with validated problem statements and solutions
|
| 70 |
+
- **Authenticity**: Excluded all synthetic problems
|
| 71 |
+
|
| 72 |
+
These filtering steps reduced the original dataset from 896,215 problems to 131,063 problems (approximately 14.6% of the original dataset), all with verifiable outcomes.
|
| 73 |
+
|
| 74 |
+
## Dataset Structure
|
| 75 |
+
|
| 76 |
+
### Data Instances
|
| 77 |
+
|
| 78 |
+
Each instance in the dataset contains:
|
| 79 |
+
- A math word problem statement
|
| 80 |
+
- A Chain of Thought (CoT) solution
|
| 81 |
+
- A definitive numerical answer
|
| 82 |
+
- Problem metadata including math domain type
|
| 83 |
+
|
| 84 |
+
### Data Fields
|
| 85 |
+
|
| 86 |
+
- `problem`: Text description of the mathematical problem
|
| 87 |
+
- `ref_solution`: Step-by-step Chain of Thought (CoT) solution
|
| 88 |
+
- `answer`: Definitive numerical result
|
| 89 |
+
- `problem_type`: Mathematical domain (Algebra, Geometry, Number Theory, etc.)
|
| 90 |
+
- `question_type`: Always "math-word-problem" in this filtered dataset
|
| 91 |
+
- `source`: Origin of the problem (olympiads, cn_contest, aops_forum, etc.)
|
| 92 |
+
- `problem_is_valid`: Always "Yes" in this filtered dataset
|
| 93 |
+
- `solution_is_valid`: Always "Yes" in this filtered dataset
|
| 94 |
+
- `synthetic`: Always false in this filtered dataset
|
| 95 |
+
|
| 96 |
+
### Dataset Statistics
|
| 97 |
+
|
| 98 |
+
#### Distribution by Source
|
| 99 |
+
|
| 100 |
+
| Source | Problem Count |
|
| 101 |
+
|--------|---------------|
|
| 102 |
+
| olympiads | 92,487 |
|
| 103 |
+
| cn_contest | 15,828 |
|
| 104 |
+
| aops_forum | 15,092 |
|
| 105 |
+
| amc_aime | 4,893 |
|
| 106 |
+
| inequalities | 1,145 |
|
| 107 |
+
| olympiads_ref | 1,001 |
|
| 108 |
+
| number_theory | 617 |
|
| 109 |
+
| **Total** | **131,063** |
|
| 110 |
+
|
| 111 |
+
#### Distribution by Problem Type
|
| 112 |
+
|
| 113 |
+
| Problem Type | Problem Count | Percentage |
|
| 114 |
+
|--------------|---------------|------------|
|
| 115 |
+
| Algebra | 42,972 | 32.79% |
|
| 116 |
+
| Geometry | 31,405 | 23.96% |
|
| 117 |
+
| Number Theory | 22,071 | 16.84% |
|
| 118 |
+
| Combinatorics | 17,144 | 13.08% |
|
| 119 |
+
| Logic and Puzzles | 7,250 | 5.53% |
|
| 120 |
+
| Calculus | 4,954 | 3.78% |
|
| 121 |
+
| Inequalities | 4,000 | 3.05% |
|
| 122 |
+
| Other | 1,267 | 0.97% |
|
| 123 |
+
|
| 124 |
+
#### Detailed Breakdown by Problem Type and Source
|
| 125 |
+
|
| 126 |
+
<details>
|
| 127 |
+
<summary>Click to expand detailed breakdown</summary>
|
| 128 |
+
|
| 129 |
+
**Algebra**
|
| 130 |
+
- olympiads: 31,752
|
| 131 |
+
- cn_contest: 6,776
|
| 132 |
+
- amc_aime: 1,886
|
| 133 |
+
- aops_forum: 1,684
|
| 134 |
+
- inequalities: 531
|
| 135 |
+
- olympiads_ref: 265
|
| 136 |
+
- number_theory: 78
|
| 137 |
+
|
| 138 |
+
**Geometry**
|
| 139 |
+
- olympiads: 22,091
|
| 140 |
+
- cn_contest: 4,377
|
| 141 |
+
- aops_forum: 3,316
|
| 142 |
+
- amc_aime: 1,454
|
| 143 |
+
- olympiads_ref: 99
|
| 144 |
+
- inequalities: 60
|
| 145 |
+
- number_theory: 8
|
| 146 |
+
|
| 147 |
+
**Number Theory**
|
| 148 |
+
- olympiads: 14,848
|
| 149 |
+
- aops_forum: 3,614
|
| 150 |
+
- cn_contest: 1,916
|
| 151 |
+
- amc_aime: 744
|
| 152 |
+
- number_theory: 489
|
| 153 |
+
- olympiads_ref: 329
|
| 154 |
+
- inequalities: 131
|
| 155 |
+
|
| 156 |
+
**Combinatorics**
|
| 157 |
+
- olympiads: 11,219
|
| 158 |
+
- aops_forum: 3,176
|
| 159 |
+
- cn_contest: 1,724
|
| 160 |
+
- amc_aime: 612
|
| 161 |
+
- olympiads_ref: 266
|
| 162 |
+
- inequalities: 125
|
| 163 |
+
- number_theory: 22
|
| 164 |
+
|
| 165 |
+
**Logic and Puzzles**
|
| 166 |
+
- olympiads: 5,677
|
| 167 |
+
- aops_forum: 1,197
|
| 168 |
+
- cn_contest: 212
|
| 169 |
+
- amc_aime: 136
|
| 170 |
+
- inequalities: 16
|
| 171 |
+
- number_theory: 7
|
| 172 |
+
- olympiads_ref: 5
|
| 173 |
+
|
| 174 |
+
**Calculus**
|
| 175 |
+
- olympiads: 3,894
|
| 176 |
+
- aops_forum: 907
|
| 177 |
+
- cn_contest: 139
|
| 178 |
+
- inequalities: 8
|
| 179 |
+
- amc_aime: 4
|
| 180 |
+
- olympiads_ref: 1
|
| 181 |
+
- number_theory: 1
|
| 182 |
+
|
| 183 |
+
**Inequalities**
|
| 184 |
+
- olympiads: 2,292
|
| 185 |
+
- aops_forum: 717
|
| 186 |
+
- cn_contest: 657
|
| 187 |
+
- inequalities: 273
|
| 188 |
+
- olympiads_ref: 34
|
| 189 |
+
- amc_aime: 25
|
| 190 |
+
- number_theory: 2
|
| 191 |
+
|
| 192 |
+
**Other**
|
| 193 |
+
- olympiads: 714
|
| 194 |
+
- aops_forum: 481
|
| 195 |
+
- amc_aime: 32
|
| 196 |
+
- cn_contest: 27
|
| 197 |
+
- number_theory: 10
|
| 198 |
+
- olympiads_ref: 2
|
| 199 |
+
- inequalities: 1
|
| 200 |
+
|
| 201 |
+
</details>
|
| 202 |
+
|
| 203 |
+
#### Original NuminaMath-1.5 Source Breakdown
|
| 204 |
+
|
| 205 |
+
| source | problems | question_type:proof | question_type:mcq | question_type:word |
|
| 206 |
+
|:---------------|-----------:|----------------------:|--------------------:|---------------------:|
|
| 207 |
+
| olympiads | 197084 | 62970 | 13529 | 117845 |
|
| 208 |
+
| olympiads_ref | 3638 | 2246 | nan | 1392 |
|
| 209 |
+
| amc_aime | 5872 | 208 | 4374 | 963 |
|
| 210 |
+
| aops_forum | 67841 | 24532 | 5924 | 33486 |
|
| 211 |
+
| cn_contest | 29944 | 8663 | 5602 | 15649 |
|
| 212 |
+
| inequalities | 7314 | 5780 | 49 | 1478 |
|
| 213 |
+
| number_theory | 4043 | 2591 | 15 | 1239 |
|
| 214 |
+
| cn_k12 | 268819 | 3966 | 115800 | 149010 |
|
| 215 |
+
| orca_math | 151934 | 1 | 17 | 151916 |
|
| 216 |
+
| synthetic_math | 148712 | 41 | 1057 | 147612 |
|
| 217 |
+
| metamath | 11014 | nan | 82 | 10932 |
|
| 218 |
+
| Total | 896215 | 110998 | 146449 | 631522 |
|
| 219 |
+
|
| 220 |
+
|
| 221 |
+
## Additional Information
|
| 222 |
+
|
| 223 |
+
### Licensing Information
|
| 224 |
+
|
| 225 |
+
The dataset follows the licensing of the original NuminaMath-1.5 dataset and is available under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 226 |
+
|
| 227 |
+
### Citation Information
|
| 228 |
+
|
| 229 |
+
```
|
| 230 |
+
@misc{nlile2025numinamath15rlverifiable,
|
| 231 |
+
author = {nlile},
|
| 232 |
+
title = {NuminaMath-1.5-RL-Verifiable},
|
| 233 |
+
year = {2025},
|
| 234 |
+
publisher = {Hugging Face},
|
| 235 |
+
journal = {Hugging Face Dataset Repository},
|
| 236 |
+
howpublished = {\url{https://huggingface.co/datasets/nlile/NuminaMath-1.5-RL-Verifiable}}
|
| 237 |
+
}
|
| 238 |
+
|
| 239 |
+
@misc{numina_math_datasets,
|
| 240 |
+
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},
|
| 241 |
+
title = {NuminaMath},
|
| 242 |
+
year = {2024},
|
| 243 |
+
publisher = {Numina},
|
| 244 |
+
journal = {Hugging Face repository},
|
| 245 |
+
howpublished = {\url{https://github.com/project-numina/aimo-progress-prize/blob/main/report/numina_dataset.pdf}}
|
| 246 |
+
}
|
| 247 |
+
```
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e225637a220df6713f419d6972f0d9f355d786a00d59a1e0244a26af12f3d9fa
|
| 3 |
+
size 85718743
|