Papers › An Empirical Study of Data Ability Boundary in LLMs' Math Reasoning

An Empirical Study of Data Ability Boundary in LLMs' Math Reasoning

23 Feb 2024arXiv:2403.00799archive 2025-07-28

Zui Chen, Yezeng Chen, Jiaqi Han, Zhijie Huang, Ji Qi, Yi Zhou

Large language models (LLMs) are displaying emergent abilities for math reasoning tasks,and there is a growing attention on enhancing the ability of open-source LLMs through supervised fine-tuning (SFT).In this paper, we aim to explore a general data strategy for supervised data to help optimize and expand math reasoning ability.Firstly, we determine the ability boundary of reasoning paths augmentation by identifying these paths' minimal optimal set.Secondly, we validate that different abilities of the model can be cumulatively enhanced by Mix of Minimal Optimal Sets of corresponding types of data, while our models MMOS achieve SOTA performance on series base models under much lower construction costs.Besides, we point out GSM-HARD is not really hard and today's LLMs no longer lack numerical robustness.Also, we provide an Auto Problem Generator for robustness testing and educational applications.Our code and data are publicly available at https://github.com/cyzhh/MMOS.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.00799")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cyzhh/MMOS officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
7ran
2unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from cyzhh/MMOS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_with_messages_format cyzhh/MMOS/train/finetune.py official repository ran · our draft was wrong no licence file found · pointer only · bc1a96ec28a11a5f · report
encode_with_prompt_completion_format cyzhh/MMOS/train/finetune.py official repository ran · our draft was wrong no licence file found · pointer only · 1906977026be9a86 · report
is_digit cyzhh/MMOS/src/grader.py official repository ran no licence file found · pointer only · 8ae8c583b21633b3 · report
majority_vote cyzhh/MMOS/eval/evaluate.py official repository ran fingerprinted no licence file found · pointer only · c6427c534ee50108 · report
math_equal cyzhh/MMOS/src/grader.py official repository ran no licence file found · pointer only · 65c738adb08e913c · report
math_equal_process cyzhh/MMOS/src/grader.py official repository ran fingerprinted no licence file found · pointer only · f63c83de2a26f67c · report
move_key_to_first cyzhh/MMOS/src/rerank.py official repository ran no licence file found · pointer only · 38ab3477602c199f · report
replace_var_names_in_code_blocks cyzhh/MMOS/src/nodup.py official repository ran no licence file found · pointer only · adff4d5b0a7ae14f · report
show_example cyzhh/MMOS/src/rerank.py official repository ran no licence file found · pointer only · 2c87889db2b36bfb · report
build_paths cyzhh/MMOS/src/utils.py official repository unverified no licence file found · pointer only · 65de7160ff3afee9 · report
replace_var_names cyzhh/MMOS/src/nodup.py official repository unverified no licence file found · pointer only · 74f23325e7b85336 · report

Tasks

Arithmetic ReasoningAutomated Theorem ProvingMath Word Problem Solving

Datasets

Introduced by this paper, per the archive.

MMOS

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Arithmetic Reasoning GSM8K MMOS-DeepSeekMath-7B(0-shot,k=50) Accuracy 87.2 #35 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-DeepSeekMath-7B(0-shot,k=50) Parameters (Billion) 7 #35 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-DeepSeekMath-7B(0-shot) Accuracy 80.5 #72 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-DeepSeekMath-7B(0-shot) Parameters (Billion) 7 #72 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-CODE-34B(0-shot) Accuracy 80.4 #73 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-CODE-34B(0-shot) Parameters (Billion) 34 #73 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-CODE-7B(0-shot) Accuracy 73.9 #92 of 164 Archive leaderboard report
Arithmetic Reasoning GSM8K MMOS-CODE-7B(0-shot) Parameters (Billion) 7 #92 of 164 Archive leaderboard report
Automated Theorem Proving miniF2F-test MMOS-DeepSeekMath-7B ITP Lean #19 of 29 Archive leaderboard report
Automated Theorem Proving miniF2F-test MMOS-DeepSeekMath-7B Pass@1 28.3 #19 of 29 Archive leaderboard report
Automated Theorem Proving miniF2F-test MMOS-DeepSeekMath-7B cumulative 28.3 #19 of 29 Archive leaderboard report
Math Word Problem Solving ASDiv-A MMOS-DeepSeekMath-7B(0-shot) Execution Accuracy 87.6 #2 of 9 Archive leaderboard report
Math Word Problem Solving ASDiv-A MMOS-CODE-34B(0-shot) Execution Accuracy 85.1 #4 of 9 Archive leaderboard report
Math Word Problem Solving ASDiv-A MMOS-CODE-7B(0-shot) Execution Accuracy 78.6 #8 of 9 Archive leaderboard report
Math Word Problem Solving MATH MMOS-DeepSeekMath-7B(0-shot,k=50) Accuracy 63.7 #23 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-DeepSeekMath-7B(0-shot,k=50) Parameters (Billions) 7 #23 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-DeepSeekMath-7B(0-shot) Accuracy 55.0 #37 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-DeepSeekMath-7B(0-shot) Parameters (Billions) 7 #37 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-CODE-34B(0-shot) Accuracy 49.5 #50 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-CODE-34B(0-shot) Parameters (Billions) 34 #50 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-CODE-7B(0-shot) Accuracy 44.3 #69 of 135 Archive leaderboard report
Math Word Problem Solving MATH MMOS-CODE-7B(0-shot) Parameters (Billions) 7 #69 of 135 Archive leaderboard report
Math Word Problem Solving SVAMP MMOS-CODE-34B(0-shot) Execution Accuracy 80.6 #9 of 26 Archive leaderboard report
Math Word Problem Solving SVAMP MMOS-DeepSeekMath-7B(0-shot) Execution Accuracy 79.3 #10 of 26 Archive leaderboard report
Math Word Problem Solving SVAMP MMOS-CODE-7B(0-shot) Execution Accuracy 76.4 #11 of 26 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

BASE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections