SOTAVerified

Deterministic Non-Autoregressive Neural Sequence Modeling by Iterative Refinement

2018-02-19EMNLP 2018Code Available0· sign in to hype

Jason Lee, Elman Mansimov, Kyunghyun Cho

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a conditional non-autoregressive neural sequence model based on iterative refinement. The proposed model is designed based on the principles of latent variable models and denoising autoencoders, and is generally applicable to any sequence generation task. We extensively evaluate the proposed model on machine translation (En-De and En-Ro) and image caption generation, and observe that it significantly speeds up decoding while maintaining the generation quality comparable to the autoregressive counterpart.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IWSLT2015 English-GermanDenoising autoencoders (non-autoregressive)BLEU score27.01Unverified
IWSLT2015 German-EnglishDenoising autoencoders (non-autoregressive)BLEU score32.43Unverified
WMT2014 English-GermanDenoising autoencoders (non-autoregressive)BLEU score21.54Unverified
WMT2014 German-EnglishDenoising autoencoders (non-autoregressive)BLEU score25.43Unverified
WMT2016 English-RomanianDenoising autoencoders (non-autoregressive)BLEU score29.66Unverified
WMT2016 Romanian-EnglishDenoising autoencoders (non-autoregressive)BLEU score30.3Unverified

Reproductions