CLAIJan 31, 2019

Learning Efficient Lexically-Constrained Neural Machine Translation with External Memory

arXiv:1901.11344v13 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of lexically-constrained translation for NMT users, offering a more efficient and accurate solution, though it is incremental as it builds on existing memory and attention mechanisms.

The paper tackles the problem of manually guiding neural machine translation with lexical constraints, proposing a method using external memory to overcome high computational complexity and poor translation quality of previous beam search approaches, achieving effective results on WMT Chinese-English and English-German tasks.

Recent years has witnessed dramatic progress of neural machine translation (NMT), however, the method of manually guiding the translation procedure remains to be better explored. Previous works proposed to handle such problem through lexcially-constrained beam search in the decoding phase. Unfortunately, these lexically-constrained beam search methods suffer two fatal disadvantages: high computational complexity and hard beam search which generates unexpected translations. In this paper, we propose to learn the ability of lexically-constrained translation with external memory, which can overcome the above mentioned disadvantages. For the training process, automatically extracted phrase pairs are extracted from alignment and sentence parsing, then further be encoded into an external memory. This memory is then used to provide lexically-constrained information for training through a memory-attention machanism. Various experiments are conducted on WMT Chinese to English and English to German tasks. All the results can demonstrate the effectiveness of our method.

Foundations

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

Your Notes