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

DiMS: Distilling Multiple Steps of Iterative Non-Autoregressive Transformers for Machine Translation

About

The computational benefits of iterative non-autoregressive transformers decrease as the number of decoding steps increases. As a remedy, we introduce Distill Multiple Steps (DiMS), a simple yet effective distillation technique to decrease the number of required steps to reach a certain translation quality. The distilled model enjoys the computational benefits of early iterations while preserving the enhancements from several iterative steps. DiMS relies on two models namely student and teacher. The student is optimized to predict the output of the teacher after multiple decoding steps while the teacher follows the student via a slow-moving average. The moving average keeps the teacher's knowledge updated and enhances the quality of the labels provided by the teacher. During inference, the student is used for translation and no additional computation is added. We verify the effectiveness of DiMS on various models obtaining 7.8 and 12.9 BLEU points improvements in single-step translation accuracy on distilled and raw versions of WMT'14 De-En.

Sajad Norouzi, Rasa Hosseinzadeh, Felipe Perez, Maksims Volkovs• 2022

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU26.7
379
Machine TranslationWMT De-En 14 (test)
BLEU31.1
59
Machine TranslationWMT16 Ro-En (test)
BLEU33.6
27
Machine TranslationWMT'16 En-Ro (test)
BLEU33.2
18
Showing 4 of 4 rows

Other info

Code

Follow for update