CLAIMar 16, 2022

Understanding and Improving Sequence-to-Sequence Pretraining for Neural Machine Translation

Tencent
arXiv:2203.08442v1649 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses translation quality issues in neural machine translation for researchers and practitioners, but it is incremental as it builds on existing pretraining methods.

The paper tackled the limitations of sequence-to-sequence pretraining for neural machine translation by identifying domain and objective discrepancies that reduce translation quality, and proposed in-domain pretraining and input adaptation strategies, which improved performance and robustness across multiple language pairs.

In this paper, we present a substantial step in better understanding the SOTA sequence-to-sequence (Seq2Seq) pretraining for neural machine translation~(NMT). We focus on studying the impact of the jointly pretrained decoder, which is the main difference between Seq2Seq pretraining and previous encoder-based pretraining approaches for NMT. By carefully designing experiments on three language pairs, we find that Seq2Seq pretraining is a double-edged sword: On one hand, it helps NMT models to produce more diverse translations and reduce adequacy-related translation errors. On the other hand, the discrepancies between Seq2Seq pretraining and NMT finetuning limit the translation quality (i.e., domain discrepancy) and induce the over-estimation issue (i.e., objective discrepancy). Based on these observations, we further propose simple and effective strategies, named in-domain pretraining and input adaptation to remedy the domain and objective discrepancies, respectively. Experimental results on several language pairs show that our approach can consistently improve both translation performance and model robustness upon Seq2Seq pretraining.

Foundations

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

Your Notes