CLJun 12, 2021

Guiding Teacher Forcing with Seer Forcing for Neural Machine Translation

arXiv:2106.06751v1714 citations
AI Analysis

This work addresses a key limitation in training neural machine translation models, offering a method to enhance translation quality, particularly for large-scale applications.

The paper tackles the lack of global planning in teacher forcing for neural machine translation by introducing a seer decoder with future information and using knowledge distillation to transfer its behaviors to the conventional decoder, resulting in significant performance improvements on multiple translation tasks, with greater gains on larger datasets.

Although teacher forcing has become the main training paradigm for neural machine translation, it usually makes predictions only conditioned on past information, and hence lacks global planning for the future. To address this problem, we introduce another decoder, called seer decoder, into the encoder-decoder framework during training, which involves future information in target predictions. Meanwhile, we force the conventional decoder to simulate the behaviors of the seer decoder via knowledge distillation. In this way, at test the conventional decoder can perform like the seer decoder without the attendance of it. Experiment results on the Chinese-English, English-German and English-Romanian translation tasks show our method can outperform competitive baselines significantly and achieves greater improvements on the bigger data sets. Besides, the experiments also prove knowledge distillation the best way to transfer knowledge from the seer decoder to the conventional decoder compared to adversarial learning and L2 regularization.

Foundations

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

Your Notes