Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Rethinking Kullback-Leibler Divergence in Knowledge Distillation for Large Language Models

About

Kullback-Leiber divergence has been widely used in Knowledge Distillation (KD) to compress Large Language Models (LLMs). Contrary to prior assertions that reverse Kullback-Leibler (RKL) divergence is mode-seeking and thus preferable over the mean-seeking forward Kullback-Leibler (FKL) divergence, this study empirically and theoretically demonstrates that neither mode-seeking nor mean-seeking properties manifest in KD for LLMs. Instead, RKL and FKL are found to share the same optimization objective and both converge after a sufficient number of epochs. However, due to practical constraints, LLMs are seldom trained for such an extensive number of epochs. Meanwhile, we further find that RKL focuses on the tail part of the distributions, while FKL focuses on the head part at the beginning epochs. Consequently, we propose a simple yet effective Adaptive Kullback-Leiber (AKL) divergence method, which adaptively allocates weights to combine FKL and RKL. Metric-based and GPT-4-based evaluations demonstrate that the proposed AKL outperforms the baselines across various tasks and improves the diversity and quality of generated responses. Codes are available at \href{https://github.com/wutaiqiang/LLM_KD_AKL}{github}.

Taiqiang Wu, Chaofan Tao, Jiahao Wang, Runming Yang, Zhe Zhao, Ngai Wong• 2024

Related benchmarks

TaskDatasetResultRank
Instruction FollowingS-NI
Rouge-L29.5
94
Instruction FollowingUnNI
Rouge-L32.1
94
Instruction FollowingSelfInst
Rouge-L17.4
57
Instruction FollowingS-NI
SBERT Similarity57.7
24
Instruction FollowingDolly
SBERT Similarity70
24
Instruction FollowingVicuna
SBERT Similarity70.1
24
Instruction FollowingUnNI
SBERT Similarity58.4
24
Showing 7 of 7 rows

Other info

Follow for update