CARE: 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 from issues of feature confusion or inadequate interaction between the two subtasks. Addressing these challenges, in this work, we propose a Co-Attention network for joint entity and Relation Extraction (CARE). Our approach includes adopting a parallel encoding strategy to learn separate representations for each subtask, aiming to avoid feature overlap or confusion. At the core of our approach is the co-attention module that captures two-way interaction between the two subtasks, allowing the model to leverage entity information for relation prediction and vice versa, thus promoting mutual enhancement. Through extensive experiments on three benchmark datasets for joint entity and relation extraction (NYT, WebNLG, and SciERC), we demonstrate that our proposed model outperforms existing baseline models. Our code will be available at https://github.com/kwj0x7f/CARE.
Code (1)
Tasks
Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionRelationRelation ExtractionRelation PredictionSimilar Papers 제목 키워드 기반
Modeling Dense Cross-Modal Interactions for Joint Entity-Relation Extraction
Joint extraction of entities and their relations benefits from the close interaction between named entities and their relation information. Therefore, how to effectively model such cross-modal interactions is critical fo…
Joint Entity and Relation ExtractionRelationRelation ClassificationRelation 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+4Span-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 ExtractionJointly Modeling Hierarchical and Horizontal Features for Relational Triple Extraction
Recent works on relational triple extraction have shown the superiority of jointly extracting entities and relations over the pipelined extraction manner. However, most existing joint models fail to balance the modeling …
DecoderEntity Extraction using GANgraph constructionMulti-Task Learning+1Going 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 be…
Relation Extraction