English

Vocabulary Manipulation for Neural Machine Translation

Computation and Language 2016-08-02 v1

Abstract

In order to capture rich language phenomena, neural machine translation models have to use a large vocabulary size, which requires high computing time and large memory usage. In this paper, we alleviate this issue by introducing a sentence-level or batch-level vocabulary, which is only a very small sub-set of the full output vocabulary. For each sentence or batch, we only predict the target words in its sentence-level or batch-level vocabulary. Thus, we reduce both the computing time and the memory usage. Our method simply takes into account the translation options of each word or phrase in the source sentence, and picks a very small target vocabulary for each sentence based on a word-to-word translation model or a bilingual phrase library learned from a traditional machine translation model. Experimental results on the large-scale English-to-French task show that our method achieves better translation performance by 1 BLEU point over the large vocabulary neural machine translation system of Jean et al. (2015).

Keywords

Cite

@article{arxiv.1605.03209,
  title  = {Vocabulary Manipulation for Neural Machine Translation},
  author = {Haitao Mi and Zhiguo Wang and Abe Ittycheriah},
  journal= {arXiv preprint arXiv:1605.03209},
  year   = {2016}
}

Comments

6 pages

R2 v1 2026-06-22T13:57:56.034Z