CLMay 28, 2022

One Reference Is Not Enough: Diverse Distillation with Reference Selection for Non-Autoregressive Translation

arXiv:2205.14333v1636 citationsh-index: 29Has Code
Originality Incremental advance
AI Analysis

This addresses translation quality limitations in non-autoregressive models, offering a domain-specific incremental improvement.

The paper tackles the multi-modality problem in non-autoregressive neural machine translation by proposing diverse distillation with reference selection, which improves state-of-the-art performance by over 1 BLEU to 29.82 BLEU on WMT14 En-De with one decoding pass.

Non-autoregressive neural machine translation (NAT) suffers from the multi-modality problem: the source sentence may have multiple correct translations, but the loss function is calculated only according to the reference sentence. Sequence-level knowledge distillation makes the target more deterministic by replacing the target with the output from an autoregressive model. However, the multi-modality problem in the distilled dataset is still nonnegligible. Furthermore, learning from a specific teacher limits the upper bound of the model capability, restricting the potential of NAT models. In this paper, we argue that one reference is not enough and propose diverse distillation with reference selection (DDRS) for NAT. Specifically, we first propose a method called SeedDiv for diverse machine translation, which enables us to generate a dataset containing multiple high-quality reference translations for each source sentence. During the training, we compare the NAT output with all references and select the one that best fits the NAT output to train the model. Experiments on widely-used machine translation benchmarks demonstrate the effectiveness of DDRS, which achieves 29.82 BLEU with only one decoding pass on WMT14 En-De, improving the state-of-the-art performance for NAT by over 1 BLEU. Source code: https://github.com/ictnlp/DDRS-NAT

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes