2020

A Study of Non-autoregressive Model for Sequence Generation

Ren, Yi, Liu, Jinglin, Tan, Xu et al.

Understand

Non-autoregressive (NAR) models generate all the tokens of a sequence in parallel, resulting in faster generation speed compared to their autoregressive (AR) counterparts but at the cost of lower accuracy.

  • Different techniques including knowledge distillation and source-target alignment have been proposed to bridge the gap between AR and NAR models in various tasks such as neural machine translation (NMT), automatic speech recognition (ASR), and text to speech (TTS).
  • With the help of those techniques, NAR models can catch up with the accuracy of AR models in some tasks but not in some others.
  • In this work, we conduct a study to understand the difficulty of NAR sequence generation and try to answer: (1) Why NAR models can catch up with AR models in some tasks but not all? (2) Why techniques like knowledge distillation and source-target alignment can help NAR models.

Reading the bibliography…