paper-with-me

Papers

Auto-Encoding Variational Neural Machine Translation

2018-07-27 · WS 2019 8 · Bryan Eikema, Wilker Aziz

We present a deep generative model of bilingual sentence pairs for machine translation. The model generates source and target sentences jointly from a shared latent representation and is parameterised by neural networks. We perform efficient training using amortised variational inference and reparameterised gradients. Additionally, we discuss the statistical implications of joint modelling and propose an efficient approximation to maximum a posteriori decoding for fast test-time predictions. We demonstrate the effectiveness of our model in three machine translation scenarios: in-domain training, mixed-domain training, and learning from a mix of gold-standard and synthetic data. Our experiments show consistently that our joint formulation outperforms conditional modelling (i.e. standard neural machine translation) in all such scenarios.

📄 PDF Abstract BibTeX arXiv:1807.10564

Code (1)

Roxot/AEVNMT 공식 구현 tf

Tasks

Machine TranslationSentenceTranslationVariational Inference

Similar Papers 제목 키워드 기반

(Self-Attentive) Autoencoder-based Universal Language Representation for Machine Translation

2018-10-15 · Carlos Escolano, Marta R. Costa-jussà, José A. R. Fonollosa

Universal language representation is the holy grail in machine translation (MT). Thanks to the new neural MT approach, it seems that there are good perspectives towards this goal. In this paper, we propose a new architec…

Machine TranslationSentenceTranslation

Using Perturbed Length-aware Positional Encoding for Non-autoregressive Neural Machine Translation

2021-07-29 · Yui Oka, Katsuhito Sudoh, Satoshi Nakamura

Non-autoregressive neural machine translation (NAT) usually employs sequence-level knowledge distillation using autoregressive neural machine translation (AT) as its teacher model. However, a NAT model often outputs shor…

Knowledge DistillationMachine TranslationTranslation

Variational Recurrent Neural Machine Translation

2018-01-16 · Jinsong Su, Shan Wu, Deyi Xiong, Yaojie Lu 외

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,…

DecoderMachine TranslationNMTSentence+1

AVT: Unsupervised Learning of Transformation Equivariant Representations by Autoencoding Variational Transformations

2019-03-23 · ICCV 2019 10 · Guo-Jun Qi, Liheng Zhang, Chang Wen Chen, Qi Tian

The learning of Transformation-Equivariant Representations (TERs), which is introduced by Hinton et al. \cite{hinton2011transforming}, has been considered as a principle to reveal visual structures under various transfor…

Decoder

Variational Neural Machine Translation

2016-05-25 · EMNLP 2016 11 · Biao Zhang, Deyi Xiong, Jinsong Su, Hong Duan 외

Models of neural machine translation are often from a discriminative family of encoderdecoders that learn a conditional distribution of a target sentence given a source sentence. In this paper, we propose a variational m…

DecoderMachine TranslationSentenceTranslation