Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Incorporating a Local Translation Mechanism into Non-autoregressive Translation

About

In this work, we introduce a novel local autoregressive translation (LAT) mechanism into non-autoregressive translation (NAT) models so as to capture local dependencies among tar-get outputs. Specifically, for each target decoding position, instead of only one token, we predict a short sequence of tokens in an autoregressive way. We further design an efficient merging algorithm to align and merge the out-put pieces into one final output sequence. We integrate LAT into the conditional masked language model (CMLM; Ghazvininejad et al.,2019) and similarly adopt iterative decoding. Empirical results on five translation tasks show that compared with CMLM, our method achieves comparable or better performance with fewer decoding iterations, bringing a 2.5xspeedup. Further analysis indicates that our method reduces repeated translations and performs better at longer sentences.

Xiang Kong, Zhisong Zhang, Eduard Hovy• 2020

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU27.35
379
Machine TranslationIWSLT De-En 2014 (test)
BLEU34.08
146
Machine TranslationWMT Ro-En 2016 (test)
BLEU33.26
82
Machine TranslationWMT De-En 14 (test)
BLEU32.04
59
Machine TranslationWMT En-Ro newstest2016 (test)
BLEU32.87
31
Machine TranslationIWSLT DE-EN 2014 (dev)
BLEU34.05
9
Machine TranslationWMT DE-EN 2014 (dev)
BLEU31.66
6
Machine TranslationWMT EN-DE 2014 (dev)
BLEU Score26.03
6
Machine TranslationWMT RO-EN 2016 (dev)
BLEU Score34.77
6
Machine TranslationWMT EN-RO 2016 (dev)
BLEU33.49
6
Showing 10 of 10 rows

Other info

Code

Follow for update