COLING 2025main0 citations

Self-Evolution Knowledge Distillation for LLM-based Machine Translation

Yuncheng Song, Liang Ding, Changtong Zan, Shujian Huang

Abstract

Knowledge distillation (KD) has shown great promise in transferring knowledge from larger teacher models to smaller student models. However, existing KD strategies for large language models often minimize output distributions between student and teacher models indiscriminately for each token. This overlooks the imbalanced nature of tokens and their varying transfer difficulties. In response, we propose a distillation strategy called Self-Evolution KD. The core of this approach involves dynamically integrating teacher distribution and one-hot distribution of ground truth into the student distribution as prior knowledge, which promotes the distillation process. It adjusts the ratio of prior knowledge based on token learning difficulty, fully leveraging the teacher model’s potential. Experimental results show our method brings an average improvement of approximately 1.4 SacreBLEU points across four translation directions in the WMT22 test sets. Further analysis indicates that the improvement comes from better knowledge transfer from teachers, confirming our hypothesis.

BibTeX
@inproceedings{song-etal-2025-self,
    title = "Self-Evolution Knowledge Distillation for {LLM}-based Machine Translation",
    author = "Song, Yuncheng  and
      Ding, Liang  and
      Zan, Changtong  and
      Huang, Shujian",
    editor = "Rambow, Owen  and
      Wanner, Leo  and
      Apidianaki, Marianna  and
      Al-Khalifa, Hend  and
      Eugenio, Barbara Di  and
      Schockaert, Steven",
    booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
    month = jan,
    year = "2025",
    address = "Abu Dhabi, UAE",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.coling-main.686/",
    pages = "10298--10308"
}
Self-Evolution Knowledge Distillation for LLM-based Machine Translation · COLING 2025