We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Non-Autoregressive Machine Translation with Disentangled Context Transformer

Abstract: State-of-the-art neural machine translation models generate a translation from left to right and every step is conditioned on the previously generated tokens. The sequential nature of this generation process causes fundamental latency in inference since we cannot generate multiple tokens in each sentence in parallel. We propose an attention-masking based model, called Disentangled Context (DisCo) transformer, that simultaneously generates all tokens given different contexts. The DisCo transformer is trained to predict every output token given an arbitrary subset of the other reference tokens. We also develop the parallel easy-first inference algorithm, which iteratively refines every token in parallel and reduces the number of required iterations. Our extensive experiments on 7 translation directions with varying data sizes demonstrate that our model achieves competitive, if not better, performance compared to the state of the art in non-autoregressive machine translation while significantly reducing decoding time on average. Our code is available at this https URL
Comments: ICML 2020
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2001.05136 [cs.CL]
  (or arXiv:2001.05136v2 [cs.CL] for this version)

Submission history

From: Jungo Kasai [view email]
[v1] Wed, 15 Jan 2020 05:32:18 GMT (483kb,D)
[v2] Tue, 30 Jun 2020 07:31:11 GMT (430kb,D)

Link back to: arXiv, form interface, contact.