English

Cross-Sentence N-ary Relation Extraction with Graph LSTMs

Computation and Language 2017-08-15 v1

Abstract

Past work in relation extraction has focused on binary relations in single sentences. Recent NLP inroads in high-value domains have sparked interest in the more general setting of extracting n-ary relations that span multiple sentences. In this paper, we explore a general relation extraction framework based on graph long short-term memory networks (graph LSTMs) that can be easily extended to cross-sentence n-ary relation extraction. The graph formulation provides a unified way of exploring different LSTM approaches and incorporating various intra-sentential and inter-sentential dependencies, such as sequential, syntactic, and discourse relations. A robust contextual representation is learned for the entities, which serves as input to the relation classifier. This simplifies handling of relations with arbitrary arity, and enables multi-task learning with related relations. We evaluate this framework in two important precision medicine settings, demonstrating its effectiveness with both conventional supervised learning and distant supervision. Cross-sentence extraction produced larger knowledge bases. and multi-task learning significantly improved extraction accuracy. A thorough analysis of various LSTM approaches yielded useful insight the impact of linguistic analysis on extraction accuracy.

Keywords

Cite

@article{arxiv.1708.03743,
  title  = {Cross-Sentence N-ary Relation Extraction with Graph LSTMs},
  author = {Nanyun Peng and Hoifung Poon and Chris Quirk and Kristina Toutanova and Wen-tau Yih},
  journal= {arXiv preprint arXiv:1708.03743},
  year   = {2017}
}

Comments

Conditional accepted by TACL in December 2016; published in April 2017; presented at ACL in August 2017

R2 v1 2026-06-22T21:13:02.324Z