SOTAVerified

Improving Lexical Choice in Neural Machine Translation

2017-10-03NAACL 2018Code Available0· sign in to hype

Toan Q. Nguyen, David Chiang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We explore two solutions to the problem of mistranslating rare words in neural machine translation. First, we argue that the standard output layer, which computes the inner product of a vector representing the context with all possible output word embeddings, rewards frequent words disproportionately, and we propose to fix the norms of both vectors to a constant value. Second, we integrate a simple lexical module which is jointly trained with the rest of the model. We evaluate our approaches on eight language pairs with data sizes ranging from 100k to 8M words, and achieve improvements of up to +4.3 BLEU, surpassing phrase-based translation in nearly all settings.

Tasks

Reproductions