paper-with-me

홈 › Papers

Enhancing the Reasoning Capabilities of Small Language Models via Solution Guidance Fine-Tuning

2024-12-13 · Jing Bi, Yuting Wu, Weiwei Xing, Zhenjie Wei

Large language models (LLMs) have demonstrated remarkable performance across a wide range of tasks. Advances in prompt engineering and fine-tuning techniques have further enhanced their ability to address complex reasoning challenges. However, these advanced capabilities are often exclusive to models exceeding 100 billion parameters. Although Chain-of-Thought (CoT) fine-tuning methods have been explored for smaller models (under 10 billion parameters), they typically depend on extensive CoT training data, which can introduce inconsistencies and limit effectiveness in low-data settings. To overcome these limitations, this paper introduce a new reasoning strategy Solution Guidance (SG) and a plug-and-play training paradigm Solution-Guidance Fine-Tuning (SGFT) for enhancing the reasoning capabilities of small language models. SG focuses on problem understanding and decomposition at the semantic and logical levels, rather than specific computations, which can effectively improve the SLMs' generalization and reasoning abilities. With only a small amount of SG training data, SGFT can fine-tune a SLM to produce accurate problem-solving guidances, which can then be flexibly fed to any SLM as prompts, enabling it to generate correct answers directly. Experimental results demonstrate that our method significantly improves the performance of SLMs on various reasoning tasks, enhancing both their practicality and efficiency within resource-constrained environments.

📄 PDF Abstract BibTeX arXiv:2412.09906

Code (1)

bijings/sgft 공식 구현

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Enhancing Reasoning Capabilities of Small Language Models with Blueprints and Prompt Template Search

2025-06-10 · Dongge Han, Menglin Xia, Daniel Madrigal Diaz, Samuel Kessler 외

Small language models (SLMs) offer promising and efficient alternatives to large language models (LLMs). However, SLMs' limited capacity restricts their reasoning capabilities and makes them sensitive to prompt variation…

GSM8KMathmbpp

Enhancing Reasoning Skills in Small Persian Medical Language Models Can Outperform Large-Scale Data Training

2025-10-22 · Mehrdad Ghassabi, Sadra Hakim, Hamidreza Baradaran Kashani, Pedram Rostami arxiv

Enhancing reasoning capabilities in small language models is critical for specialized applications such as medical question answering, particularly in underrepresented languages like Persian. In this study, we employ Rei…

Reinforcement LearningQuestion Answering

DialCoT Meets PPO: Decomposing and Exploring Reasoning Paths in Smaller Language Models

2023-10-08 · Chengcheng Han, Xiaowei Du, Che Zhang, Yixin Lian 외

Chain-of-Thought (CoT) prompting has proven to be effective in enhancing the reasoning capabilities of Large Language Models (LLMs) with at least 100 billion parameters. However, it is ineffective or even detrimental whe…

Arithmetic Reasoning

GraphReason: Enhancing Reasoning Capabilities of Large Language Models through A Graph-Based Verification Approach

2023-08-18 · Lang Cao

Large Language Models (LLMs) have showcased impressive reasoning capabilities, particularly when guided by specifically designed prompts in complex reasoning tasks such as math word problems. These models typically solve…

Math

Universal Reasoner: A Single, Composable Plug-and-Play Reasoner for Frozen LLMs

2025-05-25 · JaeMin Kim, Hangeol Chang, Hyunmin Hwang, Choonghan Kim 외

Large Language Models (LLMs) have demonstrated remarkable general capabilities, but enhancing skills such as reasoning often demands substantial computational resources and may compromise their generalization. While Para…

Machine TranslationMathematical Reasoningparameter-efficient fine-tuning