paper-with-me

홈 › Papers

Amortized Noisy Channel Neural Machine Translation

2021-12-16 · Richard Yuanzhe Pang, He He, Kyunghyun Cho

Noisy channel models have been especially effective in neural machine translation (NMT). However, recent approaches like "beam search and rerank" (BSR) incur significant computation overhead during inference, making real-world application infeasible. We aim to study if it is possible to build an amortized noisy channel NMT model such that when we do greedy decoding during inference, the translation accuracy matches that of BSR in terms of reward (based on the source-to-target log probability and the target-to-source log probability) and quality (based on BLEU and BLEURT). We attempt three approaches to train the new model: knowledge distillation, one-step-deviation imitation learning, and Q learning. The first approach obtains the noisy channel signal from a pseudo-corpus, and the latter two approaches aim to optimize toward a noisy-channel MT reward directly. For all three approaches, the generated translations fail to achieve rewards comparable to BSR, but the translation quality approximated by BLEU and BLEURT is similar to the quality of BSR-produced translations. Additionally, all three approaches speed up inference by 1-2 orders of magnitude.

📄 PDF Abstract BibTeX arXiv:2112.08670

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningKnowledge DistillationMachine TranslationNMTQ-LearningTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Language Models not just for Pre-training: Fast Online Neural Noisy Channel Modeling

2020-11-13 · WMT (EMNLP) 2020 11 · Shruti Bhosale, Kyra Yee, Sergey Edunov, Michael Auli

Pre-training models on vast quantities of unlabeled data has emerged as an effective approach to improving accuracy on many NLP tasks. On the other hand, traditional machine translation has a long history of leveraging u…

Machine TranslationTranslation

Simple and Effective Noisy Channel Modeling for Neural Machine Translation

2019-08-15 · IJCNLP 2019 11 · Kyra Yee, Nathan Ng, Yann N. Dauphin, Michael Auli

Previous work on neural noisy channel modeling relied on latent variable models that incrementally process the source and target sentence. This makes decoding decisions based on partial source prefixes even though the fu…

Machine TranslationRerankingSentenceTranslation

Log-Linear Reformulation of the Noisy Channel Model for Document-Level Neural Machine Translation

2020-11-01 · EMNLP (spnlp) 2020 11 · Sébastien Jean, Kyunghyun Cho

We seek to maximally use various data sources, such as parallel and monolingual data, to build an effective and efficient document-level translation system. In particular, we start by considering a noisy channel approach…

Language ModelingLanguage ModellingMachine TranslationSentence+1

The Neural Noisy Channel

2016-11-08 · Lei Yu, Phil Blunsom, Chris Dyer, Edward Grefenstette 외

We formulate sequence to sequence transduction as a noisy channel decoding problem and use recurrent neural networks to parameterise the source and channel models. Unlike direct models which can suffer from explaining-aw…

DecoderMachine TranslationMorphological InflectionSentence+1

Putting Machine Translation in Context with the Noisy Channel Model

2019-09-25 · Lei Yu, Laurent Sartran, Wojciech Stokowiec, Wang Ling 외

We show that Bayes' rule provides a compelling mechanism for controlling unconditional document language models, using the long-standing challenge of effectively leveraging document context in machine translation. In our…

Document TranslationLanguage ModelingLanguage ModellingMachine Translation+3