What Happens Next? Event Prediction Using a Compositional Neural Network Model

Abstract

We address the problem of automatically acquiring knowledge of event sequences from text, with the aim of providing a predictive model for use in narrative generation systems. We present a neural network model that simultaneously learns embeddings for words describing events, a function to compose the embeddings into a representation of the event, and a coherence function to predict the strength of association between two events. We introduce a new development of the narrative cloze evaluation task, better suited to a setting where rich information about events is available. We compare models that learn vector-space representations of the events denoted by verbs in chains centering on a single protagonist. We find that recent work on learning vector-space embeddings to capture word meaning can be effectively applied to this task, including simple incorporation of a verb's arguments in the representation by vector addition. These representations provide a good initialization for learning the richer, compositional model of events with a neural network, vastly outperforming a number of baselines and competitive alternatives.

Cite

Text

Granroth-Wilding and Clark. "What Happens Next? Event Prediction Using a Compositional Neural Network Model." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10344

Markdown

[Granroth-Wilding and Clark. "What Happens Next? Event Prediction Using a Compositional Neural Network Model." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/granrothwilding2016aaai-happens/) doi:10.1609/AAAI.V30I1.10344

BibTeX

@inproceedings{granrothwilding2016aaai-happens,
  title     = {{What Happens Next? Event Prediction Using a Compositional Neural Network Model}},
  author    = {Granroth-Wilding, Mark and Clark, Stephen},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2727-2733},
  doi       = {10.1609/AAAI.V30I1.10344},
  url       = {https://mlanthology.org/aaai/2016/granrothwilding2016aaai-happens/}
}