A flow-based latent variable model enables non-autoregressive neural machine translation with parallel decoding and near-constant time, reaching BLEU scores comparable to state-of-the-art non-autoregressive systems.
Insertion-based Decoding with automatically Inferred Generation Order
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Conventional neural autoregressive decoding commonly assumes a fixed left-to-right generation order, which may be sub-optimal. In this work, we propose a novel decoding algorithm -- InDIGO -- which supports flexible sequence generation in arbitrary orders through insertion operations. We extend Transformer, a state-of-the-art sequence generation model, to efficiently implement the proposed approach, enabling it to be trained with either a pre-defined generation order or adaptive orders obtained from beam-search. Experiments on four real-world tasks, including word order recovery, machine translation, image caption and code generation, demonstrate that our algorithm can generate sequences following arbitrary orders, while achieving competitive or even better performance compared to the conventional left-to-right generation. The generated sequences show that InDIGO adopts adaptive generation orders based on input information.
fields
cs.CL 1years
2019 1verdicts
ACCEPT 1representative citing papers
citing papers explorer
-
FlowSeq: Non-Autoregressive Conditional Sequence Generation with Generative Flow
A flow-based latent variable model enables non-autoregressive neural machine translation with parallel decoding and near-constant time, reaching BLEU scores comparable to state-of-the-art non-autoregressive systems.