English

Improving Lexical Choice in Neural Machine Translation

Computation and Language 2018-04-19 v3

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.

Keywords

Cite

@article{arxiv.1710.01329,
  title  = {Improving Lexical Choice in Neural Machine Translation},
  author = {Toan Q. Nguyen and David Chiang},
  journal= {arXiv preprint arXiv:1710.01329},
  year   = {2018}
}

Comments

Accepted at NAACL HLT 2018

R2 v1 2026-06-22T22:02:49.820Z