A Self-Paced Mixed Distillation Method for Non-Autoregressive Generation
Weizhen Qi, Yeyun Gong, Yelong Shen, Jian Jiao, Yu Yan, Houqiang Li,, Ruofei Zhang, Weizhu Chen, Nan Duan

TL;DR
This paper introduces a self-paced mixed distillation method to enhance non-autoregressive text generation models, improving quality without increasing inference time, validated through experiments on summarization, question generation, and commercial advertisement tasks.
Contribution
It proposes a novel self-paced mixed distillation approach that leverages AR knowledge and focuses on modality-consistent samples, significantly boosting NAR model performance.
Findings
Improves BLEU scores on multiple tasks.
Achieves over 7x speedup compared to AR models.
Enhances commercial advertisement generation quality.
Abstract
Non-Autoregressive generation is a sequence generation paradigm, which removes the dependency between target tokens. It could efficiently reduce the text generation latency with parallel decoding in place of token-by-token sequential decoding. However, due to the known multi-modality problem, Non-Autoregressive (NAR) models significantly under-perform Auto-regressive (AR) models on various language generation tasks. Among the NAR models, BANG is the first large-scale pre-training model on English un-labeled raw text corpus. It considers different generation paradigms as its pre-training tasks including Auto-regressive (AR), Non-Autoregressive (NAR), and semi-Non-Autoregressive (semi-NAR) information flow with multi-stream strategy. It achieves state-of-the-art performance without any distillation techniques. However, AR distillation has been shown to be a very effective solution for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
