English

Let's do it "again": A First Computational Approach to Detecting Adverbial Presupposition Triggers

Computation and Language 2018-06-13 v1

Abstract

We introduce the task of predicting adverbial presupposition triggers such as also and again. Solving such a task requires detecting recurring or similar events in the discourse context, and has applications in natural language generation tasks such as summarization and dialogue systems. We create two new datasets for the task, derived from the Penn Treebank and the Annotated English Gigaword corpora, as well as a novel attention mechanism tailored to this task. Our attention mechanism augments a baseline recurrent neural network without the need for additional trainable parameters, minimizing the added computational cost of our mechanism. We demonstrate that our model statistically outperforms a number of baselines, including an LSTM-based language model.

Keywords

Cite

@article{arxiv.1806.04262,
  title  = {Let's do it "again": A First Computational Approach to Detecting Adverbial Presupposition Triggers},
  author = {Andre Cianflone and Yulan Feng and Jad Kabbara and Jackie Chi Kit Cheung},
  journal= {arXiv preprint arXiv:1806.04262},
  year   = {2018}
}

Comments

ACL 2018 camera-ready version. Best paper award. First three listed authors contributed equally