English

Measuring Mathematical Problem Solving With the MATH Dataset

Machine Learning 2021-11-10 v2 Artificial Intelligence Computation and Language

Abstract

Many intellectual endeavors require mathematical problem solving, but this skill remains beyond the capabilities of computers. To measure this ability in machine learning models, we introduce MATH, a new dataset of 12,500 challenging competition mathematics problems. Each problem in MATH has a full step-by-step solution which can be used to teach models to generate answer derivations and explanations. To facilitate future research and increase accuracy on MATH, we also contribute a large auxiliary pretraining dataset which helps teach models the fundamentals of mathematics. Even though we are able to increase accuracy on MATH, our results show that accuracy remains relatively low, even with enormous Transformer models. Moreover, we find that simply increasing budgets and model parameter counts will be impractical for achieving strong mathematical reasoning if scaling trends continue. While scaling Transformers is automatically solving most other text-based tasks, scaling is not currently solving MATH. To have more traction on mathematical problem solving we will likely need new algorithmic advancements from the broader research community.

Keywords

Cite

@article{arxiv.2103.03874,
  title  = {Measuring Mathematical Problem Solving With the MATH Dataset},
  author = {Dan Hendrycks and Collin Burns and Saurav Kadavath and Akul Arora and Steven Basart and Eric Tang and Dawn Song and Jacob Steinhardt},
  journal= {arXiv preprint arXiv:2103.03874},
  year   = {2021}
}

Comments

NeurIPS 2021. Code and the MATH dataset is available at https://github.com/hendrycks/math/

R2 v1 2026-06-23T23:49:03.014Z