paper-with-me

Papers

Revisiting Knowledge Distillation for Autoregressive Language Models

2024-02-19 · Qihuang Zhong, Liang Ding, Li Shen, Juhua Liu, Bo Du, DaCheng Tao

Knowledge distillation (KD) is a common approach to compress a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, in the context of autoregressive language models (LMs), we empirically find that larger teacher LMs might dramatically result in a poorer student. In response to this problem, we conduct a series of analyses and reveal that different tokens have different teaching modes, neglecting which will lead to performance degradation. Motivated by this, we propose a simple yet effective adaptive teaching approach (ATKD) to improve the KD. The core of ATKD is to reduce rote learning and make teaching more diverse and flexible. Extensive experiments on 8 LM tasks show that, with the help of ATKD, various baseline KD methods can achieve consistent and significant performance gains (up to +3.04% average score) across all model types and sizes. More encouragingly, ATKD can improve the student model generalization effectively.

📄 PDF Abstract BibTeX arXiv:2402.11890

Code (1)

whu-zqh/atkd 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Autoregressive Knowledge Distillation through Imitation Learning

2020-09-15 · EMNLP 2020 11 · Alexander Lin, Jeremy Wohlwend, Howard Chen, Tao Lei

The performance of autoregressive models on natural language generation tasks has dramatically improved due to the adoption of deep, self-attentive architectures. However, these gains have come at the cost of hindering i…

Imitation LearningKnowledge DistillationMachine TranslationText Generation+1

Knowledge Distillation for Visual Autoregressive Models

2026-06-04 · Elia Peruzzo, Aritra Bhowmik, Guillaume Sautiere, Yuki M Asano 외 arxiv

Autoregressive (AR) image generation models are highly expressive but computationally intensive, motivating effective model compression. Knowledge distillation (KD) is a natural approach for model compression and has bee…

Knowledge DistillationModel CompressionImage Generation

Understanding Knowledge Distillation in Non-autoregressive Machine Translation

2019-11-07 · ICLR 2020 1 · Chunting Zhou, Graham Neubig, Jiatao Gu

Non-autoregressive machine translation (NAT) systems predict a sequence of output tokens in parallel, achieving substantial improvements in generation speed compared to autoregressive models. Existing NAT models usually …

Knowledge DistillationMachine TranslationTranslation

Selective Knowledge Distillation for Non-Autoregressive Neural Machine Translation

2023-03-31 · Min Liu, Yu Bao, Chengqi Zhao, ShuJian Huang

Benefiting from the sequence-level knowledge distillation, the Non-Autoregressive Transformer (NAT) achieves great success in neural machine translation tasks. However, existing knowledge distillation has side effects, s…

Knowledge DistillationMachine TranslationTranslation

Non-Autoregressive Sign Language Production via Knowledge Distillation

2022-08-12 · Eui Jun Hwang, Jung Ho Kim, Suk min Cho, Jong C. Park

Sign Language Production (SLP) aims to translate expressions in spoken language into corresponding ones in sign language, such as skeleton-based sign poses or videos. Existing SLP models are either AutoRegressive (AR) or…

Knowledge DistillationSign Language Production