A Relation-Specific Attention Network for Joint Entity and Relation Extraction
Joint extraction of entities and relations is an important task in natural language processing (NLP), which aims to capture all relational triplets from plain texts. This is a big challenge due to some of the triplets extracted from one sentence may have overlapping entities. Most existing methods perform entity recognition followed by relation detection between every possible entity pairs, which usually suffers from numerous redundant operations. In this paper, we propose a relation-specific attention network (RSAN) to handle the issue. Our RSAN utilizes relation-aware attention mechanism to construct specific sentence representations for each relation, and then performs sequence labeling to extract its corresponding head and tail entities. Experiments on two public datasets show that our model can effectively extract overlapping triplets and achieve state-of-the-art performance. Our code is available at https://github.com/Anery/RSAN
Code (1)
Tasks
Joint Entity and Relation ExtractionRelationRelation ExtractionSentenceSimilar Papers 제목 키워드 기반
Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations
Span-based joint extraction models have shown their efficiency on entity recognition and relation extraction. These models regard text spans as candidate entities and span tuples as candidate relation tuples. Span semant…
Joint Entity and Relation ExtractionRelationRelation ExtractionSynchronous Dual Network with Cross-Type Attention for Joint Entity and Relation Extraction
Joint entity and relation extraction is challenging due to the complex interaction of interaction between named entity recognition and relation extraction. Although most existing works tend to jointly train these two tas…
Joint Entity and Relation ExtractionMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+4CARE: Co-Attention Network for Joint Entity and Relation Extraction
Joint entity and relation extraction is the fundamental task of information extraction, consisting of two subtasks: named entity recognition and relation extraction. However, most existing joint extraction methods suffer…
Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionRelation+2End-to-end neural relation extraction using deep biaffine attention
We propose a neural network model for joint extraction of named entities and relations between them, without any hand-crafted features. The key contribution of our model is to extend a BiLSTM-CRF-based entity recognition…
General ClassificationRelationRelation ClassificationRelation ExtractionJoint Extraction of Entity and Relation with Information Redundancy Elimination
To solve the problem of redundant information and overlapping relations of the entity and relation extraction model, we propose a joint extraction model. This model can directly extract multiple pairs of related entities…
DecoderLanguage ModelingLanguage Modellingnamed-entity-recognition+5