paper-with-me

Papers

Cross-Sentence N-ary Relation Extraction with Graph LSTMs

2017-08-12 · TACL 2017 1 · Nanyun Peng, Hoifung Poon, Chris Quirk, Kristina Toutanova, Wen-tau Yih

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.

📄 PDF Abstract BibTeX arXiv:1708.03743

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Combining Long Short Term Memory and Convolutional Neural Network for Cross-Sentence n-ary Relation Extraction

2018-11-02 · AKBC 2019 · Angrosh Mandya, Danushka Bollegala, Frans Coenen, Katie Atkinson

We propose in this paper a combined model of Long Short Term Memory and Convolutional Neural Networks (LSTM-CNN) that exploits word embeddings and positional embeddings for cross-sentence n-ary relation extraction. The p…

RelationRelation ExtractionSentenceWord Embeddings

N-ary Relation Extraction using Graph State LSTM

2018-08-28 · Linfeng Song, Yue Zhang, Zhiguo Wang, Daniel Gildea

Cross-sentence $n$-ary relation extraction detects relations among $n$ entities across multiple sentences. Typical methods formulate an input as a \textit{document graph}, integrating various intra-sentential and inter-s…

RelationRelation ExtractionSentence

N-ary Relation Extraction using Graph-State LSTM

2018-10-01 · EMNLP 2018 10 · Linfeng Song, Yue Zhang, Zhiguo Wang, Daniel Gildea

Cross-sentence $n$-ary relation extraction detects relations among $n$ entities across multiple sentences. Typical methods formulate an input as a \textit{document graph}, integrating various intra-sentential and inter-s…

RelationRelation ExtractionSentence

Ensemble Neural Relation Extraction with Adaptive Boosting

2018-04-28 · Yang Dongdong, Wang Senzhang, Li Zhoujun

Relation extraction has been widely studied to extract new relational facts from open corpus. Previous relation extraction methods are faced with the problem of wrong labels and noisy data, which substantially decrease t…

RelationRelation ExtractionSentence

Distant Supervision for Relation Extraction beyond the Sentence Boundary

2016-09-15 · EACL 2017 4 · Chris Quirk, Hoifung Poon

The growing demand for structured knowledge has led to great interest in relation extraction, especially in cases with limited supervision. However, existing distance supervision approaches only extract relations express…

ArticlesRelationRelation ExtractionSentence