English

Plan, Attend, Generate: Planning for Sequence-to-Sequence Models

Machine Learning 2017-11-29 v1 Machine Learning

Abstract

We investigate the integration of a planning mechanism into sequence-to-sequence models using attention. We develop a model which can plan ahead in the future when it computes its alignments between input and output sequences, constructing a matrix of proposed future alignments and a commitment vector that governs whether to follow or recompute the plan. This mechanism is inspired by the recently proposed strategic attentive reader and writer (STRAW) model for Reinforcement Learning. Our proposed model is end-to-end trainable using primarily differentiable operations. We show that it outperforms a strong baseline on character-level translation tasks from WMT'15, the algorithmic task of finding Eulerian circuits of graphs, and question generation from the text. Our analysis demonstrates that the model computes qualitatively intuitive alignments, converges faster than the baselines, and achieves superior performance with fewer parameters.

Keywords

Cite

@article{arxiv.1711.10462,
  title  = {Plan, Attend, Generate: Planning for Sequence-to-Sequence Models},
  author = {Francis Dutil and Caglar Gulcehre and Adam Trischler and Yoshua Bengio},
  journal= {arXiv preprint arXiv:1711.10462},
  year   = {2017}
}

Comments

NIPS 2017

R2 v1 2026-06-22T22:59:49.206Z