CLAIFeb 28, 2022

Confidence Based Bidirectional Global Context Aware Training Framework for Neural Machine Translation

arXiv:2202.13663v3640 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of effectively exploiting bidirectional global context in neural machine translation, offering incremental improvements for translation accuracy.

The paper tackles the limitation of neural machine translation models that rely only on local context by proposing a confidence-based bidirectional global context aware training framework, which improves BLEU scores by +1.02, +1.30, and +0.57 on three large-scale datasets.

Most dominant neural machine translation (NMT) models are restricted to make predictions only according to the local context of preceding words in a left-to-right manner. Although many previous studies try to incorporate global information into NMT models, there still exist limitations on how to effectively exploit bidirectional global context. In this paper, we propose a Confidence Based Bidirectional Global Context Aware (CBBGCA) training framework for NMT, where the NMT model is jointly trained with an auxiliary conditional masked language model (CMLM). The training consists of two stages: (1) multi-task joint training; (2) confidence based knowledge distillation. At the first stage, by sharing encoder parameters, the NMT model is additionally supervised by the signal from the CMLM decoder that contains bidirectional global contexts. Moreover, at the second stage, using the CMLM as teacher, we further pertinently incorporate bidirectional global context to the NMT model on its unconfidently-predicted target words via knowledge distillation. Experimental results show that our proposed CBBGCA training framework significantly improves the NMT model by +1.02, +1.30 and +0.57 BLEU scores on three large-scale translation datasets, namely WMT'14 English-to-German, WMT'19 Chinese-to-English and WMT'14 English-to-French, respectively.

Foundations

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

Your Notes