paper-with-me

홈 › Papers

Can Large Models Teach Student Models to Solve Mathematical Problems Like Human Beings? A Reasoning Distillation Method via Multi-LoRA Interaction

2025-08-18 · Xinhe Li, Jiajun Liu, Peng Wang arxiv

Recent studies have demonstrated that Large Language Models (LLMs) have strong mathematical reasoning abilities but rely on hundreds of billions of parameters. To tackle the challenge of poor reasoning in Small Language Models (SLMs), existing methods typically leverage LLMs to generate massive amounts of data for cramming training. In psychology, they are akin to System 1 thinking, which resolves reasoning problems rapidly based on experience and intuition. However, human learning also requires System 2 thinking, where knowledge is first acquired and then reinforced through practice. Inspired by such two distinct modes of thinking, we propose a novel method based on the multi-LoRA Interaction for mathematical reasoning Distillation (LoRID). First, we input the question and reasoning of each sample into an LLM to create knowledge-enhanced datasets. Subsequently, we train a LoRA block on the student model as an Intuitive Reasoner (IR), which directly generates Chain-of-Thoughts for problem-solving. Then, to imitate System 2 thinking, we train the Knowledge Generator (KG) and Deep Reasoner (DR), respectively. The former outputs only knowledge after receiving problems, while the latter uses that knowledge to perform reasoning. Finally, to address the randomness in the generation of IR and DR, we evaluate whether their outputs are consistent, and the inference process needs to be iterated if not. This step can enhance the mathematical reasoning ability of SLMs through mutual feedback. Experimental results show that LoRID achieves state-of-the-art performance, especially on the GSM8K dataset, where it outperforms the second-best method by 2.3%, 16.1%, 2.4%, 12.3%, and 1.8% accuracy across the five base models, respectively.

📄 PDF Abstract BibTeX arXiv:2508.13037

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Mathematics Teachers Interactions with a Multi-Agent System for Personalized Problem Generation

2026-04-13 · Candace Walkington, Theodora Beauchamp, Fareya Ikram, Merve Koçyiğit Gürbüz 외 arxiv

Large language models can increasingly adapt educational tasks to learners characteristics. In the present study, we examine a multi-agent teacher-in-the-loop system for personalizing middle school math problems. The tea…

RLTutor: Reinforcement Learning Based Adaptive Tutoring System by Modeling Virtual Student with Fewer Interactions

2021-07-31 · Yoshiki Kubotani, Yoshihiro Fukuhara, Shigeo Morishima

A major challenge in the field of education is providing review schedules that present learned items at appropriate intervals to each student so that memory is retained over time. In recent years, attempts have been made…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

AgentDistill: Training-Free Agent Distillation with Generalizable MCP Boxes

2025-06-17 · Jiahao Qiu, Xinzhe Juan, Yimin Wang, Ling Yang 외

While knowledge distillation has become a mature field for compressing large language models (LLMs) into smaller ones by aligning their outputs or internal representations, the distillation of LLM-based agents, which inv…

Knowledge DistillationTransfer Learning

Long-Chain Reasoning Distillation via Adaptive Prefix Alignment

2026-01-15 · Zhenghao Liu, Zhuoyang Wu, Xinze Li, Yukun Yan 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities, particularly in solving complex mathematical problems. Recent studies show that distilling long reasoning trajectories can effectively enh…

Mathematical Reasoning

SuperCorrect: Supervising and Correcting Language Models with Error-Driven Insights

2024-10-11 · Ling Yang, Zhaochen Yu, Tianjun Zhang, Minkai Xu 외

Large language models (LLMs) like GPT-4, PaLM, and LLaMA have shown significant improvements in various reasoning tasks. However, smaller models such as Llama-3-8B and DeepSeekMath-Base still struggle with complex mathem…

GSM8KMathMathematical Reasoning