paper-with-me

홈 › Papers

Big-Math: A Large-Scale, High-Quality Math Dataset for Reinforcement Learning in Language Models

2025-02-24 · Alon Albalak, Duy Phung, Nathan Lile, Rafael Rafailov, Kanishk Gandhi, Louis Castricato, Anikait Singh, Chase Blagden, Violet Xiang, Dakota Mahan, Nick Haber

Increasing interest in reasoning models has led math to become a prominent testing ground for algorithmic and methodological improvements. However, existing open math datasets either contain a small collection of high-quality, human-written problems or a large corpus of machine-generated problems of uncertain quality, forcing researchers to choose between quality and quantity. In this work, we present Big-Math, a dataset of over 250,000 high-quality math questions with verifiable answers, purposefully made for reinforcement learning (RL). To create Big-Math, we rigorously filter, clean, and curate openly available datasets, extracting questions that satisfy our three desiderata: (1) problems with uniquely verifiable solutions, (2) problems that are open-ended, (3) and problems with a closed-form solution. To ensure the quality of Big-Math, we manually verify each step in our filtering process. Based on the findings from our filtering process, we introduce 47,000 new questions with verified answers, Big-Math-Reformulated: closed-ended questions (i.e. multiple choice questions) that have been reformulated as open-ended questions through a systematic reformulation algorithm. Compared to the most commonly used existing open-source datasets for math reasoning, GSM8k and MATH, Big-Math is an order of magnitude larger, while our rigorous filtering ensures that we maintain the questions most suitable for RL. We also provide a rigorous analysis of the dataset, finding that Big-Math contains a high degree of diversity across problem domains, and incorporates a wide range of problem difficulties, enabling a wide range of downstream uses for models of varying capabilities and training requirements. By bridging the gap between data quality and quantity, Big-Math establish a robust foundation for advancing reasoning in LLMs.

📄 PDF Abstract BibTeX arXiv:2502.17387

Code (1)

synthlabsai/big-math 공식 구현

Tasks

GSM8KMathMultiple-choiceReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Nemotron-CC-Math: A 133 Billion-Token-Scale High Quality Math Pretraining Dataset

2025-08-20 · Rabeeh Karimi Mahabadi, Sanjeev Satheesh, Shrimai Prabhumoye, Mostofa Patwary 외 arxiv

Pretraining large language models (LLMs) on high-quality, structured data such as mathematics and code substantially enhances reasoning capabilities. However, existing math-focused datasets built from Common Crawl suffer…

MegaMath: Pushing the Limits of Open Math Corpora

2025-04-03 · Fan Zhou, Zengzhi Wang, Nikhil Ranjan, Zhoujun Cheng 외

Mathematical reasoning is a cornerstone of human intelligence and a key benchmark for advanced capabilities in large language models (LLMs). However, the research community still lacks an open, large-scale, high-quality …

DiversityMathMathematical Reasoning

MathPile: A Billion-Token-Scale Pretraining Corpus for Math

2023-12-28 · Zengzhi Wang, Xuefeng Li, Rui Xia, PengFei Liu

High-quality, large-scale corpora are the cornerstone of building foundation models. In this work, we introduce MathPile, a diverse and high-quality math-centric corpus comprising about 9.5 billion tokens. Throughout its…

Language IdentificationMathMathematical Reasoning

OpenWebMath: An Open Dataset of High-Quality Mathematical Web Text

2023-10-10 · Keiran Paster, Marco Dos Santos, Zhangir Azerbayev, Jimmy Ba

There is growing evidence that pretraining on high quality, carefully thought-out tokens such as code or mathematics plays an important role in improving the reasoning abilities of large language models. For example, Min…

MathScale: Scaling Instruction Tuning for Mathematical Reasoning

2024-03-05 · Zhengyang Tang, Xingxing Zhang, Benyou Wan, Furu Wei

Large language models (LLMs) have demonstrated remarkable capabilities in problem-solving. However, their proficiency in solving mathematical problems remains inadequate. We propose MathScale, a simple and scalable metho…

GSM8KMathMathematical Reasoning