paper-with-me

홈 › Papers

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

2024-02-07 · Yijun Tian, Yikun Han, Xiusi Chen, Wei Wang, Nitesh V. Chawla

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, knowledge distillation stands out due to its outstanding efficiency and generalization. However, existing methods suffer from several drawbacks, including limited knowledge diversity and the lack of rich contextual information. To solve the problems and facilitate the learning of compact language models, we propose TinyLLM, a new knowledge distillation paradigm to learn a small student LLM from multiple large teacher LLMs. In particular, we encourage the student LLM to not only generate the correct answers but also understand the rationales behind these answers. Given that different LLMs possess diverse reasoning skills, we guide the student model to assimilate knowledge from various teacher LLMs. We further introduce an in-context example generator and a teacher-forcing Chain-of-Thought strategy to ensure that the rationales are accurate and grounded in contextually appropriate scenarios. Extensive experiments on six datasets across two reasoning tasks demonstrate the superiority of our method. Results show that TinyLLM can outperform large teacher LLMs significantly, despite a considerably smaller model size. The source code is available at: https://github.com/YikunHan42/TinyLLM.

📄 PDF Abstract BibTeX arXiv:2402.04616

Code (1)

yikunhan42/tinyllm 공식 구현 pytorch

Tasks

DiversityKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Beyond Correctness: Confidence-Aware Reward Modeling for Enhancing Large Language Model Reasoning

2025-11-09 · Qianxi He, Qingyu Ren, Shanzhe Lei, Xuhong Wang 외 arxiv

Recent advancements in large language models (LLMs) have shifted the post-training paradigm from traditional instruction tuning and human preference alignment toward reinforcement learning (RL) focused on reasoning capab…

Reinforcement Learning

Sci-CoT: Leveraging Large Language Models for Enhanced Knowledge Distillation in Small Models for Scientific QA

2023-08-09 · Yuhan Ma, Haiqi Jiang, Chenyou Fan

Large Language Models (LLMs) have shown outstanding performance across wide range of downstream tasks. This competency is attributed to their substantial parameter size and pre-training on extensive corpus. Moreover, LLM…

ARCKnowledge DistillationQuestion Answering

CoT2Align: Cross-Chain of Thought Distillation via Optimal Transport Alignment for Language Models with Different Tokenizers

2025-02-24 · Anh Duc Le, Tu Vu, Nam Le Hai, Nguyen Thi Ngoc Diep 외

Large Language Models (LLMs) achieve state-of-the-art performance across various NLP tasks but face deployment challenges due to high computational costs and memory constraints. Knowledge distillation (KD) is a promising…

Knowledge Distillation

Large Model Strategic Thinking, Small Model Efficiency: Transferring Theory of Mind in Large Language Models

2024-08-05 · Nunzio Lore, Sepehr Ilami, Babak Heydari

As the performance of larger, newer Large Language Models continues to improve for strategic Theory of Mind (ToM) tasks, the demand for these state-of-the-art models increases commensurately. However, their deployment is…

Decision MakingmodelNavigate

Deep Self-Evolving Reasoning

2025-10-20 · Zihan Liu, Shun Zheng, Xumeng Wen, Yang Wang 외 arxiv

Long-form chain-of-thought reasoning has become a cornerstone of advanced reasoning in large language models. While recent verification-refinement frameworks have enabled proprietary models to solve Olympiad-level proble…