paper-with-me

홈 › Papers

MathCAMPS: Fine-grained Synthesis of Mathematical Problems From Human Curricula

2024-07-01 · Shubhra Mishra, Gabriel Poesia, Belinda Mo, Noah D. Goodman

Mathematical problem solving is an important skill for Large Language Models (LLMs), both as an important capability and a proxy for a range of reasoning abilities. Existing benchmarks probe a diverse set of skills, but they yield aggregate accuracy metrics, obscuring specific abilities or weaknesses. Furthermore, they are difficult to extend with new problems, risking data contamination over time. To address these challenges, we propose MathCAMPS: a method to synthesize high-quality mathematical problems at scale, grounded on 44 fine-grained "standards" from the Mathematics Common Core (CC) Standard for K-8 grades. We encode each standard in a formal grammar, allowing us to sample diverse symbolic problems and their answers. We then use LLMs to realize the symbolic problems into word problems. We propose a cycle-consistency method for validating problem faithfulness. Finally, we derive follow-up questions from symbolic structures and convert them into follow-up word problems - a novel task of mathematical dialogue that probes for robustness in understanding. Experiments on 23 LLMs show surprising failures even in the strongest models (in particular when asked simple follow-up questions). Moreover, we evaluate training checkpoints of Pythia 12B on MathCAMPS, allowing us to analyze when particular mathematical skills develop during its training. Our framework enables the community to reproduce and extend our pipeline for a fraction of the typical cost of building new high-quality datasets.

📄 PDF Abstract BibTeX arXiv:2407.00900

Code (1)

gpoesia/mathcamps 공식 구현 pytorch

Tasks

Mathematical Problem-Solving

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

FineMath: A Fine-Grained Mathematical Evaluation Benchmark for Chinese Large Language Models

2024-03-12 · Yan Liu, Renren Jin, Ling Shi, Zheng Yao 외

To thoroughly assess the mathematical reasoning abilities of Large Language Models (LLMs), we need to carefully curate evaluation datasets covering diverse mathematical concepts and mathematical problems at different dif…

MathMathematical Reasoning

CoTEvol: Self-Evolving Chain-of-Thoughts for Data Synthesis in Mathematical Reasoning

2026-04-16 · Zhuo Wang, Zhuo Zhang, Yafu Li, Yu Cheng 외 arxiv

Large Language Models (LLMs) exhibit strong mathematical reasoning when trained on high-quality Chain-of-Thought (CoT) that articulates intermediate steps, yet costly CoT curation hinders further progress. While existing…

Mathematical Reasoning

MathMixup: Boosting LLM Mathematical Reasoning with Difficulty-Controllable Data Synthesis and Curriculum Learning

2026-01-14 · Xuchen Li, Jing Chen, Xuzhao Li, Hao Liang 외 arxiv

In mathematical reasoning tasks, the advancement of Large Language Models (LLMs) relies heavily on high-quality training data with clearly defined and well-graded difficulty levels. However, existing data synthesis metho…

Mathematical Reasoning

WarriorMath: Enhancing the Mathematical Ability of Large Language Models with a Defect-aware Framework

2025-08-02 · Yue Chen, Minghua He, Fangkai Yang, Pu Zhao 외 arxiv

Large Language Models (LLMs) excel in solving mathematical problems, yet their performance is often limited by the availability of high-quality, diverse training data. Existing methods focus on augmenting datasets throug…

ConceptMath: A Bilingual Concept-wise Benchmark for Measuring Mathematical Reasoning of Large Language Models

2024-02-22 · Yanan Wu, Jie Liu, Xingyuan Bu, Jiaheng Liu 외

This paper introduces ConceptMath, a bilingual (English and Chinese), fine-grained benchmark that evaluates concept-wise mathematical reasoning of Large Language Models (LLMs). Unlike traditional benchmarks that evaluate…

MathMathematical Reasoning