paper-with-me

Papers

Being Strong Progressively! Enhancing Knowledge Distillation of Large Language Models through a Curriculum Learning Framework

2025-06-06 · Lingyuan Liu, Mengxiang Zhang

Knowledge Distillation (KD) compresses large language models (LLMs) by transferring the teacher model's capabilities to a smaller student model, reducing inference cost and memory usage while maintaining performance. However, existing KD methods for LLMs often fail to prevent significant shifts in the student model's distribution during training, leading to issues such as catastrophic forgetting, mode collapse, and training-inference mismatch. To address these challenges, we propose a novel, plug-in curriculum learning framework inspired by the strength training principle of "progressive overload" (POCL), which can be seamlessly integrated into existing white-box KD approaches with minimal computational overhead. The framework comprises two core components: (1) a difficulty measurer that ranks and partitions training samples from easy to hard, and (2) a training scheduler that incrementally introduces these subsets into the distillation process at fixed intervals while applying loss functions with progressively rising temperatures. By starting with the easiest samples and progressively increasing the difficulty, the approach enhances both the stability and efficiency of learning. Extensive experiments in instruction-following settings demonstrate that POCL consistently improves the performance of distilled student models across various white-box KD methods and model families. Our findings highlight the effectiveness of sorted training samples in KD for LLMs. More generally, our work demonstrates how to structure training data within the KD process to enhance the stability and performance of distilled LLMs.

📄 PDF Abstract BibTeX arXiv:2506.05695

Code (1)

liuliuyuan6/POCL 공식 구현 pytorch

Tasks

Instruction FollowingKnowledge Distillation

Similar Papers 제목 키워드 기반

AgentPose: Progressive Distribution Alignment via Feature Agent for Human Pose Distillation

2025-01-14 · Feng Zhang, Jinwei Liu, Xiatian Zhu, Lei Chen

Pose distillation is widely adopted to reduce model size in human pose estimation. However, existing methods primarily emphasize the transfer of teacher knowledge while often neglecting the performance degradation result…

Pose EstimationTransfer Learning

STEPER: Step-wise Knowledge Distillation for Enhancing Reasoning Ability in Multi-Step Retrieval-Augmented Language Models

2025-10-09 · Kyumin Lee, Minjin Jeon, Sanghwan Jang, Hwanjo Yu arxiv

Answering complex real-world questions requires step-by-step retrieval and integration of relevant information to generate well-grounded responses. However, existing knowledge distillation methods overlook the need for d…

Knowledge Distillation

Distilling Policy Distillation

2019-02-06 · Wojciech Marian Czarnecki, Razvan Pascanu, Simon Osindero, Siddhant M. Jayakumar 외

The transfer of knowledge from one policy to another is an important tool in Deep Reinforcement Learning. This process, referred to as distillation, has been used to great success, for example, by enhancing the optimisat…

Deep Reinforcement LearningReinforcement Learning

Progressive Label Distillation: Learning Input-Efficient Deep Neural Networks

2019-01-26 · Zhong Qiu Lin, Alexander Wong

Much of the focus in the area of knowledge distillation has been on distilling knowledge from a larger teacher network to a smaller student network. However, there has been little research on how the concept of distillat…

Knowledge Distillationspeech-recognitionSpeech Recognition

DistillCSE: Distilled Contrastive Learning for Sentence Embeddings

2023-10-20 · Jiahao Xu, Wei Shao, Lihui Chen, Lemao Liu

This paper proposes the DistillCSE framework, which performs contrastive learning under the self-training paradigm with knowledge distillation. The potential advantage of DistillCSE is its self-enhancing feature: using a…

Contrastive LearningKnowledge DistillationSentenceSentence Embeddings