A broad survey of knowledge distillation for LLMs that summarizes published methods but contains no new results and several citation errors.
Gradient Knowledge Distillation for Pre-trained Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Knowledge distillation (KD) is an effective framework to transfer knowledge from a large-scale teacher to a compact yet well-performing student. Previous KD practices for pre-trained language models mainly transfer knowledge by aligning instance-wise outputs between the teacher and student, while neglecting an important knowledge source, i.e., the gradient of the teacher. The gradient characterizes how the teacher responds to changes in inputs, which we assume is beneficial for the student to better approximate the underlying mapping function of the teacher. Therefore, we propose Gradient Knowledge Distillation (GKD) to incorporate the gradient alignment objective into the distillation process. Experimental results show that GKD outperforms previous KD methods regarding student performance. Further analysis shows that incorporating gradient knowledge makes the student behave more consistently with the teacher, improving the interpretability greatly.
fields
cs.CL 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Feature Alignment and Representation Transfer in Knowledge Distillation for Large Language Models
A broad survey of knowledge distillation for LLMs that summarizes published methods but contains no new results and several citation errors.