A broad survey of knowledge distillation for LLMs that summarizes published methods but contains no new results and several citation errors.
Knowledge Distillation for Efficient Sequences of Training Runs
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In many practical scenarios -- like hyperparameter search or continual retraining with new data -- related training runs are performed many times in sequence. Current practice is to train each of these models independently from scratch. We study the problem of exploiting the computation invested in previous runs to reduce the cost of future runs using knowledge distillation (KD). We find that augmenting future runs with KD from previous runs dramatically reduces the time necessary to train these models, even taking into account the overhead of KD. We improve on these results with two strategies that reduce the overhead of KD by 80-90% with minimal effect on accuracy and vast pareto-improvements in overall cost. We conclude that KD is a promising avenue for reducing the cost of the expensive preparatory work that precedes training final models in practice.
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.