English

The Neural Noisy Channel

Computation and Language 2017-03-07 v2 Artificial Intelligence Neural and Evolutionary Computing

Abstract

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-away effects during training, noisy channel models must produce outputs that explain their inputs, and their component models can be trained with not only paired training samples but also unpaired samples from the marginal output distribution. Using a latent variable to control how much of the conditioning sequence the channel model needs to read in order to generate a subsequent symbol, we obtain a tractable and effective beam search decoder. Experimental results on abstractive sentence summarisation, morphological inflection, and machine translation show that noisy channel models outperform direct models, and that they significantly benefit from increased amounts of unpaired output data that direct models cannot easily use.

Keywords

Cite

@article{arxiv.1611.02554,
  title  = {The Neural Noisy Channel},
  author = {Lei Yu and Phil Blunsom and Chris Dyer and Edward Grefenstette and Tomas Kocisky},
  journal= {arXiv preprint arXiv:1611.02554},
  year   = {2017}
}

Comments

ICLR 2017

R2 v1 2026-06-22T16:45:37.331Z