Multilingual Non-Autoregressive Machine Translation without Knowledge Distillation
Chenyang Huang, Fei Huang, Zaixiang Zheng, Osmar R. Za\"iane, Hao, Zhou, Lili Mou

TL;DR
This paper introduces M-DAT, a non-autoregressive multilingual machine translation model that eliminates the need for knowledge distillation and improves generalization to unseen language pairs using pivot back-translation.
Contribution
It proposes M-DAT based on directed acyclic Transformer, removing the requirement for knowledge distillation in multilingual NMT.
Findings
Achieves state-of-the-art results in non-autoregressive MNMT
Eliminates the need for knowledge distillation
Improves generalization to unseen translation directions
Abstract
Multilingual neural machine translation (MNMT) aims at using one single model for multiple translation directions. Recent work applies non-autoregressive Transformers to improve the efficiency of MNMT, but requires expensive knowledge distillation (KD) processes. To this end, we propose an M-DAT approach to non-autoregressive multilingual machine translation. Our system leverages the recent advance of the directed acyclic Transformer (DAT), which does not require KD. We further propose a pivot back-translation (PivotBT) approach to improve the generalization to unseen translation directions. Experiments show that our M-DAT achieves state-of-the-art performance in non-autoregressive MNMT.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsAttention Is All You Need · Label Smoothing · Byte Pair Encoding · Layer Normalization · Residual Connection · Dense Connections · Linear Layer · Multi-Head Attention · Knowledge Distillation · Position-Wise Feed-Forward Layer
