Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Double Graph Based Reasoning for Document-level Relation Extraction

About

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 .

Shuang Zeng, Runxin Xu, Baobao Chang, Lei Li• 2020

Related benchmarks

TaskDatasetResultRank
Document-level Relation ExtractionDocRED (dev)
F1 Score63.09
231
Document-level Relation ExtractionDocRED (test)
F1 Score62.76
179
Relation ExtractionDocRED (test)
F1 Score62.76
121
Relation ExtractionDocRED (dev)
F1 Score63.09
98
Relation ExtractionDocRED v1 (test)
F162.76
66
Relation ExtractionDocRED v1 (dev)
F1 Score63.09
65
Relation ExtractionRe-DocRED (test)
Ignored F145.57
56
Document-level Relation ExtractionDocRED 1.0 (test)
F162.76
51
Relation ExtractionDocRED official (test)
RE61.24
45
Document-level Relation ExtractionDocRED 1.0 (dev)
F161.22
42
Showing 10 of 16 rows

Other info

Code

Follow for update