CLJan 16, 2018

Variational Recurrent Neural Machine Translation

arXiv:1801.05119v183 citations
Originality Incremental advance
AI Analysis

This work addresses translation quality for machine translation systems, representing an incremental advancement by extending variational methods with recurrent latent variables.

The paper tackles the problem of improving neural machine translation by introducing a series of latent random variables to model translation procedures generatively, achieving significant improvements over conventional and variational NMT models on Chinese-English and English-German tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes