paper-with-me

Papers

Going out on a limb: Joint Extraction of Entity Mentions and Relations without Dependency Trees

2017-07-01 · ACL 2017 7 · Arzoo Katiyar, Claire Cardie

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Relation Extraction

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 제목 키워드 기반

End-to-End Relation Extraction using Markov Logic Networks

2017-12-04 · Sachin Pawar, Pushpak Bhattacharya, Girish K. Palshikar

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 ExtractionSentence

Techniques for Jointly Extracting Entities and Relations: A Survey

2021-03-10 · Sachin Pawar, Pushpak Bhattacharyya, Girish K. Palshikar

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 ExtractionSurvey

One for All: Neural Joint Modeling of Entities and Events

2018-12-01 · Trung Minh Nguyen, Thien Huu Nguyen

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 Extraction

Incremental Joint Extraction of Entity Mentions and Relations

2014-06-01 · ACL 2014 6 · Qi Li, Heng Ji
Relation Extraction

Span-Level Model for Relation Extraction

2019-07-01 · ACL 2019 7 · Kalpit Dixit, Yaser Al-Onaizan

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