Revisiting Document-Level Relation Extraction with Context-Guided Link Prediction
Monika Jain, Raghava Mutharaju, Ramakanth Kavuluru, Kuldeep Singh
TL;DR
This work reframes document-level relation extraction as a knowledge-graph link prediction problem augmented with external context from Wikidata and WordNet. The proposed DocRE-CLiP framework integrates a triplet-extraction step, context construction, a KG-style link predictor, and a multi-faceted reasoning module (intra-sentence, logical, and co-reference) whose outputs are aggregated for final relation predictions, with traversal-paths provided as explanations via path-based beam search. Empirical results on DocRED, ReDocRED, and DWIE show consistent gains over strong baselines, with ablations indicating context paths as a key driver of performance and explainability. The approach advances DocRE by fusing context-rich knowledge with structured reasoning, yielding improved accuracy and interpretable predictions that can bolster downstream tasks and user trust.
Abstract
Document-level relation extraction (DocRE) poses the challenge of identifying relationships between entities within a document as opposed to the traditional RE setting where a single sentence is input. Existing approaches rely on logical reasoning or contextual cues from entities. This paper reframes document-level RE as link prediction over a knowledge graph with distinct benefits: 1) Our approach combines entity context with document-derived logical reasoning, enhancing link prediction quality. 2) Predicted links between entities offer interpretability, elucidating employed reasoning. We evaluate our approach on three benchmark datasets: DocRED, ReDocRED, and DWIE. The results indicate that our proposed method outperforms the state-of-the-art models and suggests that incorporating context-based link prediction techniques can enhance the performance of document-level relation extraction models.
