Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 5,207 Bytes
bd35614 de226cf bd35614 0a581da 7fb0172 bd35614 7fb0172 0a581da ce43b7b fc7bb40 0a581da 044bdfb d539180 044bdfb ce43b7b d539180 044bdfb bd35614 044bdfb bd35614 7fb0172 044bdfb 7fb0172 044bdfb 7fb0172 044bdfb fc7bb40 ce43b7b 7fb0172 de226cf bd35614 0a581da bd35614 de226cf bd35614 7fb0172 bd35614 2d1f283 0a581da | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | ---
license:
- apache-2.0
- cc-by-nc-sa-4.0
- mit
- unknown
task_categories:
- question-answering
language:
- en
pretty_name: math-vault
size_categories:
- 10K<n<100K
tags:
- math
- reasoning
- benchmark
- mathematics
configs:
- config_name: all
data_files: data/all.jsonl
default: true
- config_name: aime_2024
data_files: data/aime_2024/train.jsonl
- config_name: aime_2025
data_files: data/aime_2025/train.jsonl
- config_name: aime_2026
data_files: data/aime_2026/train.jsonl
- config_name: aimo_validation_aime
data_files: data/aimo_validation_aime/train.jsonl
- config_name: aimo_validation_amc
data_files: data/aimo_validation_amc/train.jsonl
- config_name: amc_2023
data_files: data/amc_2023/train.jsonl
- config_name: brumo_2025
data_files: data/brumo_2025/train.jsonl
- config_name: cmimc_2025
data_files: data/cmimc_2025/train.jsonl
- config_name: dapo_math_17k_dedup
data_files: data/dapo_math_17k_dedup/train.jsonl
- config_name: gsm8k
data_files: data/gsm8k/train.jsonl
- config_name: hmmt_feb_2025
data_files: data/hmmt_feb_2025/train.jsonl
- config_name: math_500
data_files: data/math_500/train.jsonl
- config_name: minerva_math
data_files: data/minerva_math/train.jsonl
- config_name: olympiad_bench
data_files: data/olympiad_bench/train.jsonl
- config_name: omni_math
data_files: data/omni_math/train.jsonl
---
# math-vault
**One format. Clear provenance. Parser-verified. The current snapshot has 15 evaluation subsets, ready to eval.**
Most math datasets on HF come in different shapes — Parquet, JSON, tar.gz, custom splits, inconsistent answer formats. math-vault normalizes them all to a single canonical schema (`id` / `problem` / `answer` / `dataset`) and verifies every answer through a unified parser.
**This repo is the consumption layer.** For full source history, per-dataset provenance READMEs, build scripts, and derived variants, see the complete repository at [Geraldxm/math-vault](https://github.com/Geraldxm/math-vault).
| | Typical HF dataset | math-vault |
|---|---|---|
| **Format** | Per-dataset custom schema | Unified `id/problem/answer/dataset` JSONL |
| **Provenance** | Often unclear | Each dataset tracked to upstream — see GitHub |
| **Answer verification** | None | All answers parsed through Math-Verify 0.9.0 |
| **Ready to eval** | Requires custom loading scripts | Drop into [math-eval](https://github.com/Geraldxm/math-eval) directly |
## Quick start
```python
from datasets import load_dataset
# Load all 32,226 rows (`all` is the default config)
ds = load_dataset("Geraldxm/math-vault", split="train")
# Or load one subset directly by its named config
aime = load_dataset("Geraldxm/math-vault", "aime_2024", split="train")
```
Config names exactly match the machine-readable `dataset` values below. Each ID is globally unique: `aime_2024/60`, `gsm8k/0`, `dapo_math_17k_dedup/a5676144-...`.
The collection is open to future additions: add a normalized `data/<dataset>/train.jsonl` file and a matching config entry for each new subset, while retaining the same schema and provenance requirements.
## Dataset contents
Use the exact value in the `dataset` column when filtering. The current snapshot contains 15 evaluation subsets and 32,226 parser-valid evaluation rows. A further 19 Omni-MATH records are quarantined for audit and are not included here or in evaluation.
| Display name | `dataset` value | Rows |
|---|---|---:|
| DAPO-Math-17K Dedup | `dapo_math_17k_dedup` | 17,176 |
| GSM8K | `gsm8k` | 8,792 |
| Omni-MATH | `omni_math` | 4,409 |
| OlympiadBench | `olympiad_bench` | 674 |
| MATH-500 | `math_500` | 500 |
| Minerva-Math | `minerva_math` | 272 |
| AIMO Validation AIME | `aimo_validation_aime` | 90 |
| AIMO Validation AMC | `aimo_validation_amc` | 83 |
| AMC 2023 | `amc_2023` | 40 |
| CMIMC 2025 | `cmimc_2025` | 40 |
| AIME 2024 | `aime_2024` | 30 |
| AIME 2025 | `aime_2025` | 30 |
| AIME 2026 | `aime_2026` | 30 |
| BrUMO 2025 | `brumo_2025` | 30 |
| HMMT February 2025 | `hmmt_feb_2025` | 30 |
| **Total** | — | **32,226** |
## Licensing
The repository code and documentation are MIT-licensed. Dataset rows retain their upstream terms; this collection does not relicense them. The card metadata lists every license class present: Apache-2.0, CC BY-NC-SA 4.0, MIT, and `unknown` where an upstream source declares no license. Check the [per-dataset provenance and license records](https://github.com/Geraldxm/math-vault#%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95) before use or redistribution.
## Citation
**math-vault** (this dataset):
```bibtex
@dataset{ge_math_vault_2026,
author = {Ge, Xinmu},
title = {math-vault: Curated, Traceable Snapshots of Public Mathematical Reasoning Datasets},
year = {2026},
version = {v0.1.0},
doi = {10.5281/zenodo.21411214},
url = {https://doi.org/10.5281/zenodo.21411214}
}
```
**math-eval** (the evaluation framework):
```bibtex
@software{ge_math_eval_2026,
author = {Ge, Xinmu},
title = {math-eval: Reproducible Mathematical Reasoning Generation and Evaluation},
year = {2026},
doi = {10.5281/zenodo.21411207},
url = {https://github.com/Geraldxm/math-eval},
license = {Apache-2.0}
}
```
|