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

Aligned Cross Entropy for Non-Autoregressive Machine Translation

About

Non-autoregressive machine translation models significantly speed up decoding by allowing for parallel prediction of the entire target sequence. However, modeling word order is more challenging due to the lack of autoregressive factors in the model. This difficultly is compounded during training with cross entropy loss, which can highly penalize small shifts in word order. In this paper, we propose aligned cross entropy (AXE) as an alternative loss function for training of non-autoregressive models. AXE uses a differentiable dynamic program to assign loss based on the best possible monotonic alignment between target tokens and model predictions. AXE-based training of conditional masked language models (CMLMs) substantially improves performance on major WMT benchmarks, while setting a new state of the art for non-autoregressive models.

Marjan Ghazvininejad, Vladimir Karpukhin, Luke Zettlemoyer, Omer Levy• 2020

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU23.5
379
Machine TranslationWMT De-En 14 (test)
BLEU27.9
59
Machine TranslationWMT16 Ro-En (test)
BLEU31.5
27
Machine TranslationWMT'16 En-Ro (test)
BLEU30.8
18
Showing 4 of 4 rows

Other info

Follow for update