English

Neural Machine Translation with Gumbel-Greedy Decoding

Computation and Language 2017-06-26 v1

Abstract

Previous neural machine translation models used some heuristic search algorithms (e.g., beam search) in order to avoid solving the maximum a posteriori problem over translation sentences at test time. In this paper, we propose the Gumbel-Greedy Decoding which trains a generative network to predict translation under a trained model. We solve such a problem using the Gumbel-Softmax reparameterization, which makes our generative network differentiable and trainable through standard stochastic gradient methods. We empirically demonstrate that our proposed model is effective for generating sequences of discrete words.

Keywords

Cite

@article{arxiv.1706.07518,
  title  = {Neural Machine Translation with Gumbel-Greedy Decoding},
  author = {Jiatao Gu and Daniel Jiwoong Im and Victor O. K. Li},
  journal= {arXiv preprint arXiv:1706.07518},
  year   = {2017}
}
R2 v1 2026-06-22T20:27:16.590Z