paper-with-me

Papers

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

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

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.

📄 PDF Abstract BibTeX arXiv:2503.16212

Code (1)

qizhipei/mathfusion 공식 구현 pytorch

Tasks

Data AugmentationMathematical Problem-SolvingMathematical Reasoning

Similar Papers 제목 키워드 기반

Does Learning Mathematical Problem-Solving Generalize to Broader Reasoning?

2025-07-06 · Ruochen Zhou, Minrui Xu, Shiqi Chen, Junteng Liu 외 arxiv

There has been a growing interest in enhancing the mathematical problem-solving (MPS) capabilities of large language models. While the majority of research efforts concentrate on creating specialized models to solve math…

Reinforcement LearningContinual Pretraining

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…

Can reasoning models comprehend mathematical problems in Chinese ancient texts? An empirical study based on data from Suanjing Shishu

2025-05-22 · Liu Chang, Wang Dongbo, Liu Liu, Zhao Zhixiao

This study addresses the challenges in intelligent processing of Chinese ancient mathematical classics by constructing Guji_MATH, a benchmark for evaluating classical texts based on Suanjing Shishu. It systematically ass…

Mathematical Problem-Solving

End-to-End Bangla AI for Solving Math Olympiad Problem Benchmark: Leveraging Large Language Model Using Integrated Approach

2025-01-08 · H. M. Shadman Tabib, Jaber Ahmed Deedar

This work introduces systematic approach for enhancing large language models (LLMs) to address Bangla AI mathematical challenges. Through the assessment of diverse LLM configurations, fine-tuning with specific datasets, …

Language ModelingLanguage ModellingLarge Language ModelMath+3

HintMR: Eliciting Stronger Mathematical Reasoning in Small Language Models

2026-04-14 · Jawad Hossain, Xiangyu Guo, Jiawei Zhou, Chong Liu arxiv

Small language models (SLMs) often struggle with complex mathematical reasoning due to limited capacity to maintain long chains of intermediate steps and to recover from early errors. We address this challenge by introdu…

Mathematical Reasoning