Double Graph Based Reasoning for Document-level Relation Extraction
Document-level relation extraction aims to extract relations among entities within a document. Different from sentence-level relation extraction, it requires reasoning over multiple sentences across a document. In this paper, we propose Graph Aggregation-and-Inference Network (GAIN) featuring double graphs. GAIN first constructs a heterogeneous mention-level graph (hMG) to model complex interaction among different mentions across the document. It also constructs an entity-level graph (EG), based on which we propose a novel path reasoning mechanism to infer relations between entities. Experiments on the public dataset, DocRED, show GAIN achieves a significant performance improvement (2.85 on F1) over the previous state-of-the-art. Our code is available at https://github.com/DreamInvoker/GAIN .
Code (2)
Tasks
Document-level Relation ExtractionRelationRelation ExtractionSentenceSimilar Papers 제목 키워드 기반
Document-level Relation Extraction with Cross-sentence Reasoning Graph
Relation extraction (RE) has recently moved from the sentence-level to document-level, which requires aggregating document information and using entities and mentions for reasoning. Existing works put entity nodes and me…
Document-level Relation ExtractionRelationRelation ExtractionSentenceNC-DRE: Leveraging Non-entity Clue Information for Document-level Relation Extraction
Document-level relation extraction (RE), which requires reasoning on multiple entities in different sentences to identify complex inter-sentence relations, is more challenging than sentence-level RE. To extract the compl…
DecoderDocument-level Relation ExtractionLanguage ModelingLanguage Modelling+3Discriminative Reasoning for Document-level Relation Extraction
Document-level relation extraction (DocRE) models generally use graph networks to implicitly model the reasoning skill (i.e., pattern recognition, logical reasoning, coreference reasoning, etc.) related to the relation b…
Document-level Relation ExtractionLogical ReasoningRelationRelation ExtractionDocument-level Relation Extraction with Dual-tier Heterogeneous Graph
Document-level relation extraction (RE) poses new challenges over its sentence-level counterpart since it requires an adequate comprehension of the whole document and the multi-hop reasoning ability across multiple sente…
Decision MakingDocument-level Relation ExtractionRelationRelation Extraction+1SIRE: Separate Intra- and Inter-sentential Reasoning for Document-level Relation Extraction
Document-level relation extraction has attracted much attention in recent years. It is usually formulated as a classification problem that predicts relations for all entity pairs in the document. However, previous works …
Document-level Relation ExtractionLogical ReasoningRelationRelation Extraction