On the Learning of Non-Autoregressive Transformers
Fei Huang, Tianhua Tao, Hao Zhou, Lei Li, Minlie Huang

TL;DR
This paper analyzes the challenges of training non-autoregressive Transformers for text generation, revealing how likelihood maximization affects token dependencies and proposing a unified framework to understand existing methods.
Contribution
It provides a theoretical and empirical analysis of NAT learning, unifies various training objectives, and offers insights to improve NAT training methods.
Findings
Likelihood training drops token dependencies, measured by conditional total correlation.
Existing objectives can be seen as likelihood maximization on proxy distributions.
The proposed perspective explains NAT learning phenomena and guides new training strategies.
Abstract
Non-autoregressive Transformer (NAT) is a family of text generation models, which aims to reduce the decoding latency by predicting the whole sentences in parallel. However, such latency reduction sacrifices the ability to capture left-to-right dependencies, thereby making NAT learning very challenging. In this paper, we present theoretical and empirical analyses to reveal the challenges of NAT learning and propose a unified perspective to understand existing successes. First, we show that simply training NAT by maximizing the likelihood can lead to an approximation of marginal distributions but drops all dependencies between tokens, where the dropped information can be measured by the dataset's conditional total correlation. Second, we formalize many previous objectives in a unified framework and show that their success can be concluded as maximizing the likelihood on a proxy…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Softmax · Absolute Position Encodings · Dropout · Adam · Byte Pair Encoding · Residual Connection
