CLMay 22, 2025

ToDi: Token-wise Distillation via Fine-Grained Divergence Control

arXiv:2505.16297v212 citationsh-index: 3EMNLP
Originality Incremental advance
AI Analysis

This work addresses the deployment of large language models in resource-constrained environments, offering an incremental improvement in distillation techniques.

The paper tackles the problem of inefficient knowledge distillation for large language models by proposing ToDi, a token-wise distillation method that adaptively combines Forward KL and Reverse KL divergences per token, which consistently outperforms existing baselines on instruction-following benchmarks.

Large language models (LLMs) offer impressive performance but are impractical for resource-constrained deployment due to high latency and energy consumption. Knowledge distillation (KD) addresses this by transferring knowledge from a large teacher to a smaller student model. However, conventional KD, notably approaches like Forward KL (FKL) and Reverse KL (RKL), apply uniform divergence loss across the entire vocabulary, neglecting token-level prediction discrepancies. By investigating these representative divergences via gradient analysis, we reveal that FKL boosts underestimated tokens, while RKL suppresses overestimated ones, showing their complementary roles. Based on this observation, we propose Token-wise Distillation (ToDi), a novel method that adaptively combines FKL and RKL per token using a sigmoid-based weighting function derived from the teacher-student probability log-ratio. ToDi dynamically emphasizes the appropriate divergence for each token, enabling precise distribution alignment. We demonstrate that ToDi consistently outperforms recent distillation baselines using uniform or less granular strategies across instruction-following benchmarks. Extensive ablation studies and efficiency analysis further validate ToDi's effectiveness and practicality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes