AligNART: Non-autoregressive Neural Machine Translation by Jointly Learning to Estimate Alignment and Translate
Jongyoon Song, Sungwon Kim, and Sungroh Yoon

TL;DR
AligNART introduces an explicit alignment-based approach to improve non-autoregressive neural machine translation by reducing output modality and addressing token repetition, achieving competitive BLEU scores.
Contribution
The paper proposes AligNART, a novel NART model that explicitly incorporates alignment information and a new alignment decomposition method to enhance translation quality.
Findings
Outperforms previous non-iterative NART models on WMT datasets.
Achieves BLEU scores comparable to state-of-the-art models.
Effectively reduces token repetition without sequence-level distillation.
Abstract
Non-autoregressive neural machine translation (NART) models suffer from the multi-modality problem which causes translation inconsistency such as token repetition. Most recent approaches have attempted to solve this problem by implicitly modeling dependencies between outputs. In this paper, we introduce AligNART, which leverages full alignment information to explicitly reduce the modality of the target distribution. AligNART divides the machine translation task into alignment estimation and translation with aligned decoder inputs, guiding the decoder to focus on simplified one-to-one translation. To alleviate the alignment estimation problem, we further propose a novel alignment decomposition method. Our experiments show that AligNART outperforms previous non-iterative NART models that focus on explicit modality reduction on WMT14 EnDe and WMT16…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
