paper-with-me

홈 › Papers

Learning from Committee: Reasoning Distillation from a Mixture of Teachers with Peer-Review

2024-10-04 · Zhuochun Li, Yuelyu Ji, Rui Meng, Daqing He

While reasoning capabilities typically emerge in large language models (LLMs) with tens of billions of parameters, recent research focuses on improving smaller open-source models through knowledge distillation (KD) from commercial LLMs. However, many of these studies rely solely on responses from a single LLM as the gold rationale, unlike the natural human learning process, which involves understanding both the correct answers and the reasons behind mistakes. In this paper, we introduce a novel Fault-Aware DistIllation via Peer-Review (FAIR) approach: 1) instead of merely obtaining rationales from teachers, our method asks teachers to identify and explain the student's mistakes, providing customized instruction learning data; 2) we design a simulated peer-review process between teacher LLMs, and selects only the generated rationales above the acceptance threshold, which reduces the chance of teachers guessing correctly with flawed rationale, improving instructional data quality. Comprehensive experiments and analysis on mathematical, commonsense, and logical reasoning tasks demonstrate the effectiveness of our method. Our code is available at https://github.com/zhuochunli/Learn-from-Committee.

📄 PDF Abstract BibTeX arXiv:2410.03663

Code (1)

zhuochunli/learn-from-committee 공식 구현 pytorch

Tasks

Knowledge DistillationLogical Reasoning

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 제목 키워드 기반

Merge-of-Thought Distillation

2025-09-10 · Zhanming Shen, Zeyu Qin, Zenan Huang, Hao Chen 외 arxiv

Efficient reasoning distillation for long chain-of-thought (CoT) models is increasingly constrained by the assumption of a single oracle teacher, despite the practical availability of multiple candidate teachers and grow…

Wisdom of Committee: Distilling from Foundation Model to Specialized Application Model

2024-02-21 · Zichang Liu, Qingyun Liu, Yuening Li, Liang Liu 외

Recent advancements in foundation models have yielded impressive performance across a wide range of tasks. Meanwhile, for specific applications, practitioners have been developing specialized application models. To enjoy…

Knowledge DistillationmodelTransfer Learning

Improving Reasoning Capabilities in Small Models through Mixture-of-Layers Distillation with Stepwise Attention on Key Information

2026-04-17 · Yao Chen, Jiawei Sheng, Wenyuan Zhang, Tingwen Liu arxiv

The significant computational demands of large language models have increased interest in distilling reasoning abilities into smaller models via Chain-of-Thought (CoT) distillation. Current CoT distillation methods mainl…

Student as an Inherent Denoiser of Noisy Teacher

2023-12-15 · Jiachen Zhao

Knowledge distillation (KD) has been widely employed to transfer knowledge from a large language model (LLM) to a specialized model in low-data regimes through pseudo label learning. However, pseudo labels generated by t…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1

Transfer Heterogeneous Knowledge Among Peer-to-Peer Teammates: A Model Distillation Approach

2020-02-06 · Zeyue Xue, Shuang Luo, Chao Wu, Pan Zhou 외

Peer-to-peer knowledge transfer in distributed environments has emerged as a promising method since it could accelerate learning and improve team-wide performance without relying on pre-trained teachers in deep reinforce…

Deep Reinforcement LearningReinforcement LearningTransfer Learning