Document-Level Relation Extraction with Reconstruction
In document-level relation extraction (DocRE), graph structure is generally used to encode relation information in the input document to classify the relation category between each entity pair, and has greatly advanced the DocRE task over the past several years. However, the learned graph representation universally models relation information between all entity pairs regardless of whether there are relationships between these entity pairs. Thus, those entity pairs without relationships disperse the attention of the encoder-classifier DocRE for ones with relationships, which may further hind the improvement of DocRE. To alleviate this issue, we propose a novel encoder-classifier-reconstructor model for DocRE. The reconstructor manages to reconstruct the ground-truth path dependencies from the graph representation, to ensure that the proposed DocRE model pays more attention to encode entity pairs with relationships in the training. Furthermore, the reconstructor is regarded as a relationship indicator to assist relation classification in the inference, which can further improve the performance of DocRE model. Experimental results on a large-scale DocRE dataset show that the proposed model can significantly improve the accuracy of relation extraction on a strong heterogeneous graph-based baseline.
Code (1)
Tasks
Document-level Relation ExtractionRelationRelation ClassificationRelation ExtractionSimilar Papers 제목 키워드 기반
A Masked Image Reconstruction Network for Document-level Relation Extraction
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+1PromptRE: Weakly-Supervised Document-Level Relation Extraction via Prompting-Based Data Programming
Relation extraction aims to classify the relationships between two entities into pre-defined categories. While previous research has mainly focused on sentence-level relation extraction, recent studies have expanded the …
Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1A Hierarchical Entity Graph Convolutional Network for Relation Extraction across Documents
Distantly supervised datasets for relation extraction mostly focus on sentence-level extraction, and they cover very few relations. In this work, we propose cross-document relation extraction, where the two entities of a…
RelationRelation ExtractionSentenceRelation-Specific Attentions over Entity Mentions for Enhanced Document-Level Relation Extraction
Compared with traditional sentence-level relation extraction, document-level relation extraction is a more challenging task where an entity in a document may be mentioned multiple times and associated with multiple relat…
Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1Mention-centered Graph Neural Network for Document-level Relation Extraction
Document-level relation extraction aims to discover relations between entities across a whole document. How to build the dependency of entities from different sentences in a document remains to be a great challenge. Curr…
Document-level Relation ExtractionGraph Neural NetworkRelationRelation Extraction+1