Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MathFusion: Enhancing Mathematical Problem-solving of LLM through Instruction Fusion

About

Large Language Models (LLMs) have shown impressive progress in mathematical reasoning. While data augmentation is promising to enhance mathematical problem-solving ability, current approaches are predominantly limited to instance-level modifications-such as rephrasing or generating syntactic variations-which fail to capture and leverage the intrinsic relational structures inherent in mathematical knowledge. Inspired by human learning processes, where mathematical proficiency develops through systematic exposure to interconnected concepts, we introduce MathFusion, a novel framework that enhances mathematical reasoning through cross-problem instruction synthesis. MathFusion implements this through three fusion strategies: (1) sequential fusion, which chains related problems to model solution dependencies; (2) parallel fusion, which combines analogous problems to reinforce conceptual understanding; and (3) conditional fusion, which creates context-aware selective problems to enhance reasoning flexibility. By applying these strategies, we generate a new dataset, \textbf{MathFusionQA}, followed by fine-tuning models (DeepSeekMath-7B, Mistral-7B, Llama3-8B) on it. Experimental results demonstrate that MathFusion achieves substantial improvements in mathematical reasoning while maintaining high data efficiency, boosting performance by 18.0 points in accuracy across diverse benchmarks while requiring only 45K additional synthetic instructions, representing a substantial improvement over traditional single-instruction approaches. Our datasets, models, and code are publicly available at https://github.com/QizhiPei/mathfusion.

Qizhi Pei, Lijun Wu, Zhuoshi Pan, Yu Li, Honglin Lin, Chenlin Ming, Xin Gao, Conghui He, Rui Yan• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy79.8
1362
Mathematical ReasoningGSM8K (test)
Accuracy92.42
900
Mathematical ReasoningMATH
Accuracy58.2
882
Mathematical ReasoningMATH500 (test)
Accuracy79.8
514
Mathematical ReasoningAIME 2024
Accuracy6.67
370
Mathematical ReasoningCollegeMATH
Accuracy40.3
276
Mathematical ReasoningOlympiad
Accuracy13.6
137
Mathematical ReasoningMATH
Pass@153.4
112
Mathematical ReasoningOmni-MATH
Accuracy27.46
93
Mathematical ReasoningCollegeMath (test)
Accuracy39.8
89
Showing 10 of 24 rows

Other info

Code

Follow for update