CLAINov 14, 2021

DEEP: DEnoising Entity Pre-training for Neural Machine Translation

arXiv:2111.07393v1641 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in machine translation for handling named entities, offering incremental improvements over existing methods.

The paper tackles the problem of poor translation of infrequent named entities in neural machine translation by proposing DEEP, a denoising entity pre-training method that uses monolingual data and a knowledge base, resulting in gains of up to 1.3 BLEU and 9.2 entity accuracy points for English-Russian translation.

It has been shown that machine translation models usually generate poor translations for named entities that are infrequent in the training corpus. Earlier named entity translation methods mainly focus on phonetic transliteration, which ignores the sentence context for translation and is limited in domain and language coverage. To address this limitation, we propose DEEP, a DEnoising Entity Pre-training method that leverages large amounts of monolingual data and a knowledge base to improve named entity translation accuracy within sentences. Besides, we investigate a multi-task learning strategy that finetunes a pre-trained neural machine translation model on both entity-augmented monolingual data and parallel data to further improve entity translation. Experimental results on three language pairs demonstrate that \method results in significant improvements over strong denoising auto-encoding baselines, with a gain of up to 1.3 BLEU and up to 9.2 entity accuracy points for English-Russian translation.

Foundations

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

Your Notes