2022.emnlp-tutorials.6@ACL

Total: 1

#1 Non-Autoregressive Models for Fast Sequence Generation [PDF] [Copy] [Kimi1]

Authors: Yang Feng ; Chenze Shao

Autoregressive (AR) models have achieved great success in various sequence generation tasks. However, AR models can only generate target sequence word-by-word due to the AR mechanism and hence suffer from slow inference. Recently, non-autoregressive (NAR) models, which generate all the tokens in parallel by removing the sequential dependencies within the target sequence, have received increasing attention in sequence generation tasks such as neural machine translation (NMT), automatic speech recognition (ASR), and text to speech (TTS). In this tutorial, we will provide a comprehensive introduction to non-autoregressive sequence generation.