paper-with-me

홈 › Papers

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 full source is available. We pursue an alternative approach based on standard sequence to sequence models which utilize the entire source. These models perform remarkably well as channel models, even though they have neither been trained on, nor designed to factor over incomplete target sentences. Experiments with neural language models trained on billions of words show that noisy channel models can outperform a direct model by up to 3.2 BLEU on WMT'17 German-English translation. We evaluate on four language-pairs and our channel models consistently outperform strong alternatives such right-to-left reranking models and ensembles of direct models.

📄 PDF Abstract BibTeX arXiv:1908.05731

Code (1)

pytorch/fairseq 공식 구현 pytorch

Tasks

Machine TranslationRerankingSentenceTranslation

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

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

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

Noisy Channel for Automatic Text Simplification

2022-11-06 · Oscar M Cumbicus-Pineda, Iker Gutiérrez-Fandiño, Itziar Gonzalez-Dios, Aitor Soroa

In this paper we present a simple re-ranking method for Automatic Sentence Simplification based on the noisy channel scheme. Instead of directly computing the best simplification given a complex text, the re-ranking meth…

Language ModelingLanguage ModellingRe-RankingSentence+1

Remove Noise and Keep Truth: A Noisy Channel Model for Semantic Role Labeling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Semantic role labeling usually models structures using sequences, trees, or graphs. Past works focused on researching novel modeling methods and neural structures and integrating more features. In this paper, we re-exami…

Semantic Role Labeling