NeurIPS 2017poster21 citations

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

Caglar Gulcehre, Francis Dutil, Adam Trischler, Yoshua Bengio

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.

BibTeX
@inproceedings{NIPS2017_b030afbb,
 author = {Gulcehre, Caglar and Dutil, Francis and Trischler, Adam and Bengio, Yoshua},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {I. Guyon and U. Von Luxburg and S. Bengio and H. Wallach and R. Fergus and S. Vishwanathan and R. Garnett},
 pages = {},
 publisher = {Curran Associates, Inc.},
 title = {Plan, Attend, Generate: Planning for Sequence-to-Sequence Models},
 url = {https://proceedings.neurips.cc/paper_files/paper/2017/file/b030afbb3a8af8fb0759241c97466ee4-Paper.pdf},
 volume = {30},
 year = {2017}
}