AMiD: Knowledge Distillation for LLMs with $α$-mixture Assistant Distribution
Donghyeok Shin, Yeongmin Kim, Suhyeon Jo, Byeonghu Na, Il-Chul Moon
TL;DR
This work tackles the large computational burden of autoregressive LLMs by proposing a unified knowledge distillation framework anchored in the α-mixture assistant distribution. By introducing the extra design parameter $\alpha$ over the traditional interpolation, AMiD generalizes both $m$-mixture and $e$-mixture approaches and supports arbitrary divergences, achieving better mode coverage or mode seeking as needed. The authors prove the optimality of AMiD under perfect optimization and provide gradient analyses illustrating how $\alpha$ shapes learning dynamics. Extensive experiments on instruction-following and task-specific distillation show AMiD consistently outperforms prior methods, improving stability and generalization across SGOs and model scales. Overall, AMiD offers a flexible, theoretically grounded path to more efficient and robust KD for large language models.
Abstract
Autoregressive large language models (LLMs) have achieved remarkable improvement across many tasks but incur high computational and memory costs. Knowledge distillation (KD) mitigates this issue by transferring knowledge from a large teacher to a smaller student through distributional alignment. Previous studies have proposed various discrepancy metrics, but the capacity gap and training instability caused by near-zero probabilities, stemming from the high-dimensional output of LLMs, remain fundamental limitations. To overcome these challenges, several approaches implicitly or explicitly incorporating assistant distribution have recently been proposed. However, the past proposals of assistant distributions have been a fragmented approach without a systematic investigation of the interpolation path and the divergence. This paper proposes $α$-mixture assistant distribution, a novel generalized family of assistant distributions, and $α$-mixture distillation, coined AMiD, a unified framework for KD using the assistant distribution. The $α$-mixture assistant distribution provides a continuous extension of the assistant distribution by introducing a new distribution design variable $α$, which has been fixed in all previous approaches. Furthermore, AMiD generalizes the family of divergences used with the assistant distributions based on optimality, which has also been restricted in previous works. Through extensive experiments, we demonstrate that AMiD offers superior performance and training stability by leveraging a broader and theoretically grounded assistant distribution space.
