CLLGFeb 4, 2019

Insertion-based Decoding with automatically Inferred Generation Order

arXiv:1902.01370v31103 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in sequence generation for NLP and AI tasks, offering a novel approach to improve decoding flexibility, though it is an incremental advancement over existing methods.

The paper tackled the problem of fixed left-to-right generation order in neural autoregressive decoding, which can be suboptimal, by proposing InDIGO, an insertion-based decoding algorithm that supports flexible sequence generation in arbitrary orders, achieving competitive or better performance on tasks like machine translation and image captioning.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes