Variational Recurrent Neural Machine Translation

Abstract

Partially inspired by successful applications of variational recurrent neural networks, we propose a novel variational recurrent neural machine translation (VRNMT) model in this paper. Different from the variational NMT, VRNMT introduces a series of latent random variables to model the translation procedure of a sentence in a generative way, instead of a single latent variable. Specifically, the latent random variables are included into the hidden states of the NMT decoder with elements from the variational autoencoder. In this way, these variables are recurrently generated, which enables them to further capture strong and complex dependencies among the output translations at different timesteps. In order to deal with the challenges in performing efficient posterior inference and large-scale training during the incorporation of latent variables, we build a neural posterior approximator, and equip it with a reparameterization technique to estimate the variational lower bound. Experiments on Chinese-English and English-German translation tasks demonstrate that the proposed model achieves significant improvements over both the conventional and variational NMT models.

Cite

Text

Su et al. "Variational Recurrent Neural Machine Translation." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11985

Markdown

[Su et al. "Variational Recurrent Neural Machine Translation." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/su2018aaai-variational/) doi:10.1609/AAAI.V32I1.11985

BibTeX

@inproceedings{su2018aaai-variational,
  title     = {{Variational Recurrent Neural Machine Translation}},
  author    = {Su, Jinsong and Wu, Shan and Xiong, Deyi and Lu, Yaojie and Han, Xianpei and Zhang, Biao},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {5488-5495},
  doi       = {10.1609/AAAI.V32I1.11985},
  url       = {https://mlanthology.org/aaai/2018/su2018aaai-variational/}
}