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

Discriminative Reasoning for Document-level Relation Extraction

About

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 between one entity pair in a document. In this paper, we propose a novel discriminative reasoning framework to explicitly model the paths of these reasoning skills between each entity pair in this document. Thus, a discriminative reasoning network is designed to estimate the relation probability distribution of different reasoning paths based on the constructed graph and vectorized document contexts for each entity pair, thereby recognizing their relation. Experimental results show that our method outperforms the previous state-of-the-art performance on the large-scale DocRE dataset. The code is publicly available at https://github.com/xwjim/DRN.

Wang Xu, Kehai Chen, Tiejun Zhao• 2021

Related benchmarks

TaskDatasetResultRank
Document-level Relation ExtractionDocRED (dev)
F1 Score61.39
231
Document-level Relation ExtractionDocRED (test)
F1 Score61.37
179
Relation ExtractionDocRED (test)
F1 Score61.37
121
Relation ExtractionDocRED (dev)
F1 Score61.39
98
Relation ExtractionDocRED v1 (test)
F161.37
66
Relation ExtractionDocRED v1 (dev)
F1 Score61.39
65
Document-level Relation ExtractionDocRED 1.0 (test)
F161.37
51
Document-level Relation ExtractionDocRED 1.0 (dev)
F161.39
42
Showing 8 of 8 rows

Other info

Code

Follow for update