English

Exploring Recombination for Efficient Decoding of Neural Machine Translation

Computation and Language 2018-10-16 v2

Abstract

In Neural Machine Translation (NMT), the decoder can capture the features of the entire prediction history with neural connections and representations. This means that partial hypotheses with different prefixes will be regarded differently no matter how similar they are. However, this might be inefficient since some partial hypotheses can contain only local differences that will not influence future predictions. In this work, we introduce recombination in NMT decoding based on the concept of the "equivalence" of partial hypotheses. Heuristically, we use a simple nn-gram suffix based equivalence function and adapt it into beam search decoding. Through experiments on large-scale Chinese-to-English and English-to-Germen translation tasks, we show that the proposed method can obtain similar translation quality with a smaller beam size, making NMT decoding more efficient.

Keywords

Cite

@article{arxiv.1808.08482,
  title  = {Exploring Recombination for Efficient Decoding of Neural Machine Translation},
  author = {Zhisong Zhang and Rui Wang and Masao Utiyama and Eiichiro Sumita and Hai Zhao},
  journal= {arXiv preprint arXiv:1808.08482},
  year   = {2018}
}

Comments

Due to the policy of our institute, with the agreement of all of the author, we decide to withdraw this paper

R2 v1 2026-06-23T03:43:52.319Z