CLJun 8, 2021

Self-supervised and Supervised Joint Training for Resource-rich Machine Translation

arXiv:2106.04060v119 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving translation quality for resource-rich language pairs, which is incremental as it builds on existing methods by integrating self-supervised signals.

The paper tackled the problem of self-supervised pre-training failing to improve resource-rich neural machine translation by proposing a joint training approach that combines self-supervised and supervised learning, achieving a new state-of-the-art BLEU score of 46.19 on English-French translation and enhancing robustness to input perturbations like code-switching noise.

Self-supervised pre-training of text representations has been successfully applied to low-resource Neural Machine Translation (NMT). However, it usually fails to achieve notable gains on resource-rich NMT. In this paper, we propose a joint training approach, $F_2$-XEnDec, to combine self-supervised and supervised learning to optimize NMT models. To exploit complementary self-supervised signals for supervised learning, NMT models are trained on examples that are interbred from monolingual and parallel sentences through a new process called crossover encoder-decoder. Experiments on two resource-rich translation benchmarks, WMT'14 English-German and WMT'14 English-French, demonstrate that our approach achieves substantial improvements over several strong baseline methods and obtains a new state of the art of 46.19 BLEU on English-French when incorporating back translation. Results also show that our approach is capable of improving model robustness to input perturbations such as code-switching noise which frequently appears on social media.

Foundations

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

Your Notes