English

Don't Ignore the Tail: Decoupling top-K Probabilities for Efficient Language Model Distillation

Computation and Language 2026-05-11 v3 Machine Learning

Abstract

The core learning signal used in language model distillation is the standard Kullback-Leibler (KL) divergence between the student and teacher distributions. Traditional KL divergence tends to be dominated by the next tokens with the highest probabilities, i.e., the teacher's modes, thereby diminishing the influence of less probable yet potentially informative components of the output distribution. We propose a new tail-aware divergence that decouples the contribution of the teacher model's top-K predicted probabilities from that of lower-probability predictions, while maintaining the same computational profile as the KL Divergence. Our decoupled approach reduces the impact of the teacher modes and, consequently, increases the contribution of the tail of the distribution. Experimental results demonstrate that our modified distillation method yields competitive performance in both pre-training and supervised distillation of decoder models across various datasets. Furthermore, the distillation process is efficient and can be performed with a modest academic budget for large datasets, eliminating the need for industry-scale computing.

Keywords

Cite

@article{arxiv.2602.20816,
  title  = {Don't Ignore the Tail: Decoupling top-K Probabilities for Efficient Language Model Distillation},
  author = {Sayantan Dasgupta and Trevor Cohn and Timothy Baldwin},
  journal= {arXiv preprint arXiv:2602.20816},
  year   = {2026}
}

Comments

ICML 2026

R2 v1 2026-07-01T10:49:46.440Z