paper-with-me

Papers

Iterative Refinement in the Continuous Space for Non-Autoregressive Neural Machine Translation

2020-09-15 · EMNLP 2020 11 · Jason Lee, Raphael Shu, Kyunghyun Cho

We propose an efficient inference procedure for non-autoregressive machine translation that iteratively refines translation purely in the continuous space. Given a continuous latent variable model for machine translation (Shu et al., 2020), we train an inference network to approximate the gradient of the marginal log probability of the target sentence, using only the latent variable as input. This allows us to use gradient-based optimization to find the target sentence at inference time that approximately maximizes its marginal probability. As each refinement step only involves computation in the latent space of low dimensionality (we use 8 in our experiments), we avoid computational overhead incurred by existing non-autoregressive inference procedures that often refine in token space. We compare our approach to a recently proposed EM-like inference procedure (Shu et al., 2020) that optimizes in a hybrid space, consisting of both discrete and continuous variables. We evaluate our approach on WMT'14 En-De, WMT'16 Ro-En and IWSLT'16 De-En, and observe two advantages over the EM-like inference: (1) it is computationally efficient, i.e. each refinement step is twice as fast, and (2) it is more effective, resulting in higher marginal probabilities and BLEU scores with the same number of refinement steps. On WMT'14 En-De, for instance, our approach is able to decode 6.2 times faster than the autoregressive model with minimal degradation to translation quality (0.9 BLEU).

📄 PDF Abstract BibTeX arXiv:2009.07177

Code (1)

zomux/lanmt-ebm 공식 구현 pytorch

Tasks

de-enMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Flexible Non-Autoregressive Neural Machine Translation via Repositioning Edit Operations

2020-07-01 · WS 2020 7 · Weijia Xu, Marine Carpuat

We introduce an iterative text refinement model to reduce the decoding space of non-autoregressive models by disentangling the token prediction and relative position prediction. We show that our model achieves promising …

Machine TranslationPositionPredictionTranslation

Projected Autoregression: Autoregressive Language Generation in Continuous State Space

2026-01-08 · Oshri Naparstek arxiv

Standard autoregressive language models generate text by repeatedly selecting a discrete next token, coupling prediction with irreversible commitment at every step. We show that token selection is not the only viable aut…

Continuous Control

Deterministic Non-Autoregressive Neural Sequence Modeling by Iterative Refinement

2018-02-19 · EMNLP 2018 10 · Jason Lee, Elman Mansimov, Kyunghyun Cho

We propose a conditional non-autoregressive neural sequence model based on iterative refinement. The proposed model is designed based on the principles of latent variable models and denoising autoencoders, and is general…

Caption GenerationDenoisingMachine TranslationTranslation

Symbolic Music Generation with Diffusion Models

2021-03-30 · Gautam Mittal, Jesse Engel, Curtis Hawthorne, Ian Simon

Score-based generative models and diffusion probabilistic models have been successful at generating high-quality samples in continuous domains such as images and audio. However, due to their Langevin-inspired sampling me…

Music Generation

Align-Refine: Non-Autoregressive Speech Recognition via Iterative Realignment

2020-10-24 · NAACL 2021 4 · Ethan A. Chi, Julian Salazar, Katrin Kirchhoff

Non-autoregressive models greatly improve decoding speed over typical sequence-to-sequence models, but suffer from degraded performance. Infilling and iterative refinement models make up some of this gap by editing the o…

Decoderspeech-recognitionSpeech Recognition