paper-with-me

Papers

Knowledge Distillation for Large Language Models

2026-03-14 · Alejandro Paredes La Torre, Barbara Flores, Diego Rodriguez arxiv

We propose a resource-efficient framework for compressing large language models through knowledge distillation, combined with guided chain-of-thought reinforcement learning. Using Qwen 3B as the teacher and Qwen 0.5B as the student, we apply knowledge distillation across English Dolly-15k, Spanish Dolly-15k, and code BugNet and PyTorrent datasets, with hyperparameters tuned in the English setting to optimize student performance. Across tasks, the distilled student retains a substantial portion of the teacher's capability while remaining significantly smaller: 70% to 91% in English, up to 95% in Spanish, and up to 93.5% Rouge-L in code. For coding tasks, integrating chain-of-thought prompting with Group Relative Policy Optimization using CoT-annotated Codeforces data improves reasoning coherence and solution correctness compared to knowledge distillation alone. Post-training 4-bit weight quantization further reduces memory footprint and inference latency. These results show that knowledge distillation combined with chain-of-thought guided reinforcement learning can produce compact, efficient models suitable for deployment in resource-constrained settings.

📄 PDF Abstract BibTeX arXiv:2603.13765

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationReinforcement Learning

Similar Papers 제목 키워드 기반

GKD: A General Knowledge Distillation Framework for Large-scale Pre-trained Language Model

2023-06-11 · Shicheng Tan, Weng Lam Tam, Yuanchun Wang, Wenwen Gong 외

Currently, the reduction in the parameter scale of large-scale pre-trained language models (PLMs) through knowledge distillation has greatly facilitated their widespread deployment on various devices. However, the deploy…

General KnowledgeKnowledge DistillationLanguage ModelingLanguage Modelling

Why Knowledge Distillation Amplifies Gender Bias and How to Mitigate from the Perspective of DistilBERT

2022-07-01 · NAACL (GeBNLP) 2022 7 · Jaimeen Ahn, Hwaran Lee, JinHwa Kim, Alice Oh

Knowledge distillation is widely used to transfer the language understanding of a large model to a smaller model.However, after knowledge distillation, it was found that the smaller model is more biased by gender compare…

Knowledge Distillation

AME: Aligned Manifold Entropy for Robust Vision-Language Distillation

2025-08-12 · Guiming Cao, Yuming Ou arxiv

Knowledge distillation is a long-established technique for knowledge transfer, and has regained attention in the context of the recent emergence of large vision-language models (VLMs). However, vision-language knowledge …

Knowledge Distillation

DDK: Distilling Domain Knowledge for Efficient Large Language Models

2024-07-23 · Jiaheng Liu, Chenchen Zhang, Jinyang Guo, Yuanxing Zhang 외

Despite the advanced intelligence abilities of large language models (LLMs) in various applications, they still face significant computational and storage demands. Knowledge Distillation (KD) has emerged as an effective …

Knowledge Distillation

Feature Alignment and Representation Transfer in Knowledge Distillation for Large Language Models

2025-04-18 · Junjie Yang, Junhao Song, Xudong Han, Ziqian Bi 외

Knowledge distillation (KD) is a technique for transferring knowledge from complex teacher models to simpler student models, significantly enhancing model efficiency and accuracy. It has demonstrated substantial advancem…

image-classificationImage ClassificationKnowledge DistillationLanguage Modeling+7