paper-with-me

홈 › Papers

CARE: Co-Attention Network for Joint Entity and Relation Extraction

2023-08-24 · Wenjun Kong, Yamei Xia

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.

📄 PDF Abstract BibTeX arXiv:2308.12531

Code (1)

kwj0x7f/care 공식 구현

Tasks

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionRelationRelation ExtractionRelation Prediction

Similar Papers 제목 키워드 기반

Modeling Dense Cross-Modal Interactions for Joint Entity-Relation Extraction

2020-07-01 · Shan Zhao, Minghao Hu, Zhiping Cai, Fang Liu

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 Extraction

Synchronous Dual Network with Cross-Type Attention for Joint Entity and Relation Extraction

2021-11-01 · EMNLP 2021 11 · Hui Wu, Xiaodong Shi

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+4

Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations

2020-12-01 · COLING 2020 8 · Bin Ji, Jie Yu, Shasha Li, Jun Ma 외

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 Extraction

Jointly Modeling Hierarchical and Horizontal Features for Relational Triple Extraction

2019-08-23 · Zhepei Wei, Yantao Jia, Yuan Tian, Mohammad Javad Hosseini 외

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+1

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 be…

Relation Extraction