paper-with-me

Papers

Document-level Relation Extraction with Relation Correlations

2022-12-20 · Ridong Han, Tao Peng, Benyou Wang, Lu Liu, Xiang Wan

Document-level relation extraction faces two overlooked challenges: long-tail problem and multi-label problem. Previous work focuses mainly on obtaining better contextual representations for entity pairs, hardly address the above challenges. In this paper, we analyze the co-occurrence correlation of relations, and introduce it into DocRE task for the first time. We argue that the correlations can not only transfer knowledge between data-rich relations and data-scarce ones to assist in the training of tailed relations, but also reflect semantic distance guiding the classifier to identify semantically close relations for multi-label entity pairs. Specifically, we use relation embedding as a medium, and propose two co-occurrence prediction sub-tasks from both coarse- and fine-grained perspectives to capture relation correlations. Finally, the learned correlation-aware embeddings are used to guide the extraction of relational facts. Substantial experiments on two popular DocRE datasets are conducted, and our method achieves superior results compared to baselines. Insightful analysis also demonstrates the potential of relation correlations to address the above challenges.

📄 PDF Abstract BibTeX arXiv:2212.10171

Code (1)

RidongHan/Correl-RE 공식 구현 pytorch

Tasks

Document-level Relation ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

A Masked Image Reconstruction Network for Document-level Relation Extraction

2022-04-21 · Liang Zhang, Yidong Cheng

Document-level relation extraction aims to extract relations among entities within a document. Compared with its sentence-level counterpart, Document-level relation extraction requires inference over multiple sentences t…

Document-level Relation ExtractionImage ReconstructionRelationRelation Extraction+1

Document-Level Relation Extraction with Relation Correlation Enhancement

2023-10-06 · Yusheng Huang, Zhouhan Lin

Document-level relation extraction (DocRE) is a task that focuses on identifying relations between entities within a document. However, existing DocRE models often overlook the correlation between relations and lack a qu…

Document-level Relation ExtractionGraph AttentionRelationRelation Extraction

SagDRE: Sequence-Aware Graph-Based Document-Level Relation Extraction with Adaptive Margin Loss

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Relation extraction (RE) is an important task for many natural language processing applications. Document-level relation extraction aims to extract the relations within a document and poses many challenges to the RE task…

Document-level Relation ExtractionRelationRelation ExtractionSentence

None Class Ranking Loss for Document-Level Relation Extraction

2022-05-01 · Yang Zhou, Wee Sun Lee

Document-level relation extraction (RE) aims at extracting relations among entities expressed across multiple sentences, which can be viewed as a multi-label classification problem. In a typical document, most entity pai…

Document-level Relation ExtractionEmotion ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+3

EmRel: Joint Representation of Entities and Embedded Relations for Multi-triple Extraction

2022-07-01 · NAACL 2022 7 · Benfeng Xu, Quan Wang, Yajuan Lyu, Yabing Shi 외

Multi-triple extraction is a challenging task due to the existence of informative inter-triple correlations, and consequently rich interactions across the constituent entities and relations.While existing works only expl…

Document-level Relation ExtractionJoint Entity and Relation ExtractionRelationRelation Extraction+1