Skip to content
Conference

LCDS: Logic-Constrained Distant Supervision for Document-Level Relation Extraction

Jun 2026 · 2026 11th International Conference on Electronic Technology and Information Science (ICETIS) · pp. 238-241 · 0 citations · 9 references

Abstract

Document-level relation extraction (DocRE) identifies semantic relations between entity pairs in a document, but its progress is limited by the scarcity of high-quality annotations. Distant supervision alleviates this issue by automatically constructing large-scale training data, yet it also introduces noisy and incomplete labels. To address these problems, we propose LCDS, a logic-constrained distant supervision framework for DocRE. LCDS first applies Monte Carlo dropout to estimate prediction uncertainty and filter unreliable pseudo labels. It then mines high-confidence logical rules from human-annotated data and uses them to complement missing relations and correct conflicts. Through iterative training, LCDS progressively improves pseudo-label quality. Experiments on DocRED and Re-DocRED show that LCDS achieves F1 scores of 67.39% and $\mathbf{8 1. 4 2 \%}$, respectively, outperforming previous state-of-theart models and demonstrating the effectiveness of combining uncertainty estimation with logical reasoning.

View source

Similar papers

Preprint Aug 2026

Ontology-Driven Structural Regularization for Document-Level Relation Extraction

Document-Level Relation Extraction (DocRE) relies heavily on costly manually annotated datasets, while large distant supervision resources such as DocRED distant remain underexploited due to noise. We show that a critical yet overlooked source of noise lies in structural inconsistencies within relational triples, including violations of ontology constraints and logical contradictions. We introduce an ontology-driven framework to quantify and enforce structural consistency in DocRE datasets. Our analysis reveals substantial structural noise in DocRED distant and demonstrates that such inconsistencies propagate to model predictions. Enforcing structural well-formedness during training significantly reduces logical contradictions and consistently improves generalization performance. These findings establish structural consistency as a missing axis of supervision in DocRE and highlight structural regularization as an effective strategy for leveraging distant data at scale.

Laura Menotti, Stefano Marchesin, Gianmaria Silvello · 0 citations
Preprint Jul 2026

CONSISTRE: A Unified Consistency-Aware Framework for Document-Level Relation Extraction with Large Language Models

Document-level relation extraction (DocRE) aims to extract relations among multiple entities across extended contexts while maintaining consistency across predicted triples. Although large language models (LLMs) show remarkable reasoning capabilities in information extraction, their predictions are typically generated independently for each candidate triple and may violate fundamental relational constraints such as transitivity, symmetry, and functional uniqueness, leading to contradictory and unreliable outputs. We propose CONSISTRE, a unified consistency-aware framework for DocRE that addresses this limitation through two complementary tracks. The first operates at inference time for black-box LLMs, combining constraint-aware prompting, constraint-based verification, and iterative self-reflection to refine predictions without task-specific fine-tuning. The second injects consistency knowledge into smaller open-source models via a knowledge distillation and reinforcement learning pipeline: reasoning traces from a powerful teacher are distilled into a student via supervised fine-tuning, followed by GRPO alignment using a composite reward that jointly optimizes extraction performance and relational consistency. Together, the two tracks cover both API-accessible and locally deployable scenarios under a unified consistency formulation. Experiments on DocRED show that both tracks outperform their baselines, with the inference-time track achieving competitive F1 using off-the-shelf black-box LLMs and the training-time track substantially narrowing the gap between 7--8B open-source models and state-of-the-art proprietary LLMs at a fraction of their inference cost. Ablation studies confirm that explicit consistency modeling mitigates relational contradictions and enhances the reliability of LLM-based DocRE across both deployment paradigms.

Mingxuan Sun · 0 citations
Conference Open access 2026

ATGL: An Adaptive-Threshold Global Loss for Document-level Relation Extraction

Document-level relation extraction (DocRE) aims to determine which relations hold between a given entity pair within a document. As a multi-label classification task, the most commonly adopted paradigm introduces a learnable threshold to distinguish positive and negative classes for an entity pair. Under this paradigm, existing losses decouple the optimization into independent positive and negative losses, which interact solely with a shared threshold. This leads to two inherent limitations: ( i ) threshold instability caused by conflicting gradient updates from the decoupled losses; and ( ii ) optimization bias exacerbated by the severe imbalance between limited positive samples and abundant negative samples inherent in DocRE, which makes the model more likely to predict that no relation exists. To address these issues, we propose the A daptive-T hreshold G lobal L oss (ATGL). Unlike prior work, ATGL integrates positive, negative, and threshold optimization into a unified logit space and explicitly enforces ranking constraints on their contributions to the objective. Furthermore, ATGL incorporates an imbalance-aware optimization mechanism, thereby effectively addressing the severe class imbalance in DocRE. Our ATGL serves as a general optimization objective that can be readily applied to different DocRE models. Experiments on four datasets show that ATGL outperforms other DocRE losses and achieves state-of-the-art results, while consistently improving the performance of existing DocRE models. Code is available at https: //github.com/xhm-code/ATGL .

Huangming Xu, Fu Zhang, Zhixuan Yang et al. · 0 citations