paper-with-me

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 inference speed, making state-of-the-art models cumbersome to deploy in real-world, time-sensitive settings. We develop a compression technique for autoregressive models that is driven by an imitation learning perspective on knowledge distillation. The algorithm is designed to address the exposure bias problem. On prototypical language generation tasks such as translation and summarization, our method consistently outperforms other distillation algorithms, such as sequence-level knowledge distillation. Student models trained with our method attain 1.4 to 4.8 BLEU/ROUGE points higher than those trained from scratch, while increasing inference speed by up to 14 times in comparison to the teacher model.

📄 PDF Abstract BibTeX arXiv:2009.07253

Code (2)

asappresearch/imitkd 공식 구현 pytorch
hubreb/imitkd_ast pytorch

Tasks

Imitation LearningKnowledge DistillationMachine TranslationText GenerationTranslation

Similar Papers 제목 키워드 기반

Distilling Autoregressive Models to Obtain High-Performance Non-Autoregressive Solvers for Vehicle Routing Problems with Faster Inference Speed

2023-12-19 · Yubin Xiao, Di Wang, Boyang Li, Mingzhao Wang 외

Neural construction models have shown promising performance for Vehicle Routing Problems (VRPs) by adopting either the Autoregressive (AR) or Non-Autoregressive (NAR) learning approach. While AR models produce high-quali…

Knowledge Distillation

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

POS-Constrained Parallel Decoding for Non-autoregressive Generation

2021-08-01 · ACL 2021 5 · Kexin Yang, Wenqiang Lei, Dayiheng Liu, Weizhen Qi 외

The multimodality problem has become a major challenge of existing non-autoregressive generation (NAG) systems. A common solution often resorts to sequence-level knowledge distillation by rebuilding the training dataset …

Knowledge DistillationPOSText GenerationText Summarization

Multi-Task Learning with Shared Encoder for Non-Autoregressive Machine Translation

2020-10-24 · NAACL 2021 4 · Yongchang Hao, Shilin He, Wenxiang Jiao, Zhaopeng Tu 외

Non-Autoregressive machine Translation (NAT) models have demonstrated significant inference speedup but suffer from inferior translation accuracy. The common practice to tackle the problem is transferring the Autoregress…

Knowledge DistillationMachine TranslationMulti-Task LearningTransfer Learning+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