Neural Models for Reasoning over Multiple Mentions Using Coreference

Bhuwan Dhingra,Qiao Jin,Zhilin Yang,William W. Cohen,Ruslan Salakhutdinov
DOI: https://doi.org/10.18653/v1/n18-2007
2018-01-01
Abstract:Many problems in NLP require aggregating information from multiple mentions of the same entity which may be far apart in the text. Existing Recurrent Neural Network (RNN) layers are biased towards short-term dependencies and hence not suited to such tasks. We present a recurrent layer which is instead biased towards coreferent dependencies. The layer uses coreference annotations extracted from an external system to connect entity mentions belonging to the same cluster. Incorporating this layer into a state-of-the-art reading comprehension model improves performance on three datasets – Wikihop, LAMBADA and the bAbi AI tasks – with large gains when training data is scarce.
What problem does this paper attempt to address?