TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Discriminative Reasoning for Document-level Relation Extra...

Discriminative Reasoning for Document-level Relation Extraction

Wang Xu, Kehai Chen, Tiejun Zhao

2021-06-03Findings (ACL) 2021 8Relation ExtractionLogical ReasoningDocument-level Relation Extraction
PaperPDFCode(official)Code

Abstract

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.

Results

TaskDatasetMetricValueModel
Relation ExtractionDocREDF161.37DRN-BERT-base
Relation ExtractionDocREDIgn F159.15DRN-BERT-base
Relation ExtractionDocREDF156.33DRN-GloVe
Relation ExtractionDocREDIgn F154.35DRN-GloVe

Related Papers

DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08FEVO: Financial Knowledge Expansion and Reasoning Evolution for Large Language Models2025-07-08MiCo: Multi-image Contrast for Reinforcement Visual Reasoning2025-06-27Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25Chaining Event Spans for Temporal Relation Grounding2025-06-17Discrete JEPA: Learning Discrete Token Representations without Reconstruction2025-06-17SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models2025-06-15CAPO: Reinforcing Consistent Reasoning in Medical Decision-Making2025-06-15