--- 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/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} } ```