English

Delta Knowledge Distillation for Large Language Models

Computation and Language 2025-09-19 v1 Artificial Intelligence Machine Learning

Abstract

Knowledge distillation (KD) is a widely adopted approach for compressing large neural networks by transferring knowledge from a large teacher model to a smaller student model. In the context of large language models, token level KD, typically minimizing the KL divergence between student output distribution and teacher output distribution, has shown strong empirical performance. However, prior work assumes student output distribution and teacher output distribution share the same optimal representation space, a premise that may not hold in many cases. To solve this problem, we propose Delta Knowledge Distillation (Delta-KD), a novel extension of token level KD that encourages the student to approximate an optimal representation space by explicitly preserving the distributional shift Delta introduced during the teacher's supervised finetuning (SFT). Empirical results on ROUGE metrics demonstrate that Delta KD substantially improves student performance while preserving more of the teacher's knowledge.

Keywords

Cite

@article{arxiv.2509.14526,
  title  = {Delta Knowledge Distillation for Large Language Models},
  author = {Yihan Cao and Yanbin Kang and Zhengming Xing and Ruijie Jiang},
  journal= {arXiv preprint arXiv:2509.14526},
  year   = {2025}
}

Comments

8 pages, 3 figures

R2 v1 2026-07-01T05:43:00.067Z