Our new X account is live! Follow @wizwand_team for updates
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
983
Mathematical ReasoningMATH
Accuracy58.2
643
Mathematical ReasoningCollegeMATH
Accuracy40.3
161
Mathematical ReasoningMATH
Pass@153.4
112
Mathematical ReasoningOlympiad
Accuracy13.6
92
Mathematical ReasoningOlympiadBench Math
Accuracy25.5
84
Mathematical ReasoningTheoremQA
Accuracy27
55
Mathematical ReasoningDeepMind-Mathematics
Accuracy69.1
47
Mathematical ReasoningDeepMind-Mathematics
Pass@165.8
22
Mathematical ReasoningOlympiadBench Math
Pass@123.3
18
Showing 10 of 13 rows

Other info

Code

Follow for update