Going out on a limb: Joint Extraction of Entity Mentions and Relations without Dependency Trees
We present a novel attention-based recurrent neural network for joint extraction of entity mentions and relations. We show that attention along with long short term memory (LSTM) network can extract semantic relations between entity mentions without having access to dependency trees. Experiments on Automatic Content Extraction (ACE) corpora show that our model significantly outperforms feature-based joint model by Li and Ji (2014). We also compare our model with an end-to-end tree-based LSTM model (SPTree) by Miwa and Bansal (2016) and show that our model performs within 1{\%} on entity mentions and 2{\%} on relations. Our fine-grained analysis also shows that our model performs significantly better on Agent-Artifact relations, while SPTree performs better on Physical and Part-Whole relations.
Code (0)
등록된 구현이 없습니다.
Tasks
Relation ExtractionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
End-to-End Relation Extraction using Markov Logic Networks
The task of end-to-end relation extraction consists of two sub-tasks: i) identifying entity mentions along with their types and ii) recognizing semantic relations among the entity mention pairs. %Identifying entity menti…
RelationRelation ExtractionSentenceTechniques for Jointly Extracting Entities and Relations: A Survey
Relation Extraction is an important task in Information Extraction which deals with identifying semantic relations between entity mentions. Traditionally, relation extraction is carried out after entity extraction in a "…
RelationRelation ExtractionSurveyOne for All: Neural Joint Modeling of Entities and Events
The previous work for event extraction has mainly focused on the predictions for event triggers and argument roles, treating entity mentions as being provided by human annotators. This is unrealistic as entity mentions a…
AllEvent ExtractionIncremental Joint Extraction of Entity Mentions and Relations
Span-Level Model for Relation Extraction
Relation Extraction is the task of identifying entity mention spans in raw text and then identifying relations between pairs of the entity mentions. Recent approaches for this span-level task have been token-level models…
modelRelationRelation Extraction