English

Online Segment to Segment Neural Transduction

Computation and Language 2016-09-28 v1 Artificial Intelligence Neural and Evolutionary Computing

Abstract

We introduce an online neural sequence to sequence model that learns to alternate between encoding and decoding segments of the input as it is read. By independently tracking the encoding and decoding representations our algorithm permits exact polynomial marginalization of the latent segmentation during training, and during decoding beam search is employed to find the best alignment path together with the predicted output sequence. Our model tackles the bottleneck of vanilla encoder-decoders that have to read and memorize the entire input sequence in their fixed-length hidden states before producing any output. It is different from previous attentive models in that, instead of treating the attention weights as output of a deterministic function, our model assigns attention weights to a sequential latent variable which can be marginalized out and permits online generation. Experiments on abstractive sentence summarization and morphological inflection show significant performance gains over the baseline encoder-decoders.

Keywords

Cite

@article{arxiv.1609.08194,
  title  = {Online Segment to Segment Neural Transduction},
  author = {Lei Yu and Jan Buys and Phil Blunsom},
  journal= {arXiv preprint arXiv:1609.08194},
  year   = {2016}
}

Comments

EMNLP 2016

R2 v1 2026-06-22T16:02:08.071Z