paper-with-me

홈 › Papers

Putting Machine Translation in Context with the Noisy Channel Model

2019-09-25 · Lei Yu, Laurent Sartran, Wojciech Stokowiec, Wang Ling, Lingpeng Kong, Phil Blunsom, Chris Dyer

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 formulation, we estimate the probability of a candidate translation as the product of the unconditional probability of the candidate output document and the `reverse translation probability'' of translating the candidate output back into the input source language document---the so-called `noisy channel'' decomposition. A particular advantage of our model is that it requires only parallel sentences to train, rather than parallel documents, which are not always available. Using a new beam search reranking approximation to solve the decoding problem, we find that document language models outperform language models that assume independence between sentences, and that using either a document or sentence language model outperform comparable models that directly estimate the translation probability. We obtain the best-published results on the NIST Chinese--English translation task, a standard task for evaluating document translation. Our model also outperforms the benchmark Transformer model by approximately 2.5 BLEU on the WMT19 Chinese--English translation task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document TranslationLanguage ModelingLanguage ModellingMachine TranslationRerankingSentenceTranslation

Similar Papers 제목 키워드 기반

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

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

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…

Imitation LearningKnowledge DistillationMachine TranslationNMT+2

Putting Evaluation in Context: Contextual Embeddings Improve Machine Translation Evaluation

2019-07-01 · ACL 2019 7 · Nitika Mathur, Timothy Baldwin, Trevor Cohn

Accurate, automatic evaluation of machine translation is critical for system tuning, and evaluating progress in the field. We proposed a simple unsupervised metric, and additional supervised metrics which rely on context…

Machine TranslationSentenceTranslationWord Embeddings

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