paper-with-me

홈 › Papers

LightReasoner: Can Small Language Models Teach Large Language Models Reasoning?

2025-10-09 · Jingyuan Wang, Yankai Chen, Zhonghang Li, Chao Huang arxiv

Large language models (LLMs) have demonstrated remarkable progress in reasoning, often through supervised fine-tuning (SFT). However, SFT is resource-intensive, relying on large curated datasets, rejection-sampled demonstrations, and uniform optimization across all tokens, even though only a fraction carry meaningful learning value. In this work, we explore a counterintuitive idea: can smaller language models (SLMs) teach larger language models (LLMs) by revealing high-value reasoning moments that reflect the latter's unique strength? We propose LightReasoner, a novel framework that leverages the behavioral divergence between a stronger expert model (LLM) and a weaker amateur model (SLM). LightReasoner operates in two stages: (1) a sampling stage that pinpoints critical reasoning moments and constructs supervision examples capturing the expert's advantage through expert-amateur contrast, and (2) a fine-tuning stage that aligns the expert model with these distilled examples, amplifying its reasoning strengths. Across seven mathematical benchmarks, LightReasoner improves accuracy by up to 28.1%, while reducing time consumption by 90%, sampled problems by 80%, and tuned token usage by 99%, all without relying on ground-truth labels. By turning weaker SLMs into effective teaching signals, LightReasoner offers a scalable and resource-efficient approach for advancing LLM reasoning. Code is available at: https://github.com/HKUDS/LightReasoner

📄 PDF Abstract BibTeX arXiv:2510.07962

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large Language Models Are Reasoning Teachers

2022-12-20 · Namgyu Ho, Laura Schmid, Se-Young Yun

Recent works have shown that chain-of-thought (CoT) prompting can elicit language models to solve complex reasoning tasks, step-by-step. However, prompt-based CoT methods are dependent on very large models such as GPT-3 …

CLIPPING: Distilling CLIP-Based Models With a Student Base for Video-Language Retrieval

2023-01-01 · CVPR 2023 1 · Renjing Pei, Jianzhuang Liu, Weimian Li, Bin Shao 외

Pre-training a vison-language model and then fine-tuning it on downstream tasks have become a popular paradigm. However, pre-trained vison-language models with the Transformer architecture usually take long inference…

Knowledge DistillationLanguage ModellingRetrieval

MedCritical: Enhancing Medical Reasoning in Small Language Models via Self-Collaborative Correction

2025-09-27 · Xinchun Su, Chunxu Luo, Yixuan Li, Weidong Yang 외 arxiv

In the field of medicine, complex reasoning tasks such as clinical diagnosis, treatment planning, and medical knowledge integration pose significant challenges, where small language models often underperform compared to …

Knowledge Distillation

Beyond Answers: Transferring Reasoning Capabilities to Smaller LLMs Using Multi-Teacher Knowledge Distillation

2024-02-07 · Yijun Tian, Yikun Han, Xiusi Chen, Wei Wang 외

Transferring the reasoning capability from stronger large language models (LLMs) to smaller ones has been quite appealing, as smaller LLMs are more flexible to deploy with less expense. Among the existing solutions, know…

DiversityKnowledge Distillation

Overcoming Vocabulary Mismatch: Vocabulary-agnostic Teacher Guided Language Modeling

2025-03-24 · Haebin Shin, Lei Ji, Xiao Liu, Yeyun Gong

Using large teacher models to guide the training of smaller student models has become the prevailing paradigm for efficient and effective learning. However, vocabulary mismatches between teacher and student language mode…

Continual PretrainingLanguage ModelingLanguage ModellingMath