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/A Unified Positive-Unlabeled Learning Framework for Docume...

A Unified Positive-Unlabeled Learning Framework for Document-Level Relation Extraction with Different Levels of Labeling

Ye Wang, Xinxin Liu, Wenxin Hu, Tao Zhang

2022-10-17Relation ExtractionDocument-level RE with incomplete labelingDocument-level Relation Extraction
PaperPDFCode(official)

Abstract

Document-level relation extraction (RE) aims to identify relations between entities across multiple sentences. Most previous methods focused on document-level RE under full supervision. However, in real-world scenario, it is expensive and difficult to completely label all relations in a document because the number of entity pairs in document-level RE grows quadratically with the number of entities. To solve the common incomplete labeling problem, we propose a unified positive-unlabeled learning framework - shift and squared ranking loss positive-unlabeled (SSR-PU) learning. We use positive-unlabeled (PU) learning on document-level RE for the first time. Considering that labeled data of a dataset may lead to prior shift of unlabeled data, we introduce a PU learning under prior shift of training data. Also, using none-class score as an adaptive threshold, we propose squared ranking loss and prove its Bayesian consistency with multi-label ranking metrics. Extensive experiments demonstrate that our method achieves an improvement of about 14 F1 points relative to the previous baseline with incomplete labeling. In addition, it outperforms previous state-of-the-art results under both fully supervised and extremely unlabeled settings as well.

Results

TaskDatasetMetricValueModel
Relation ExtractionReDocREDF178.86SSR-PU
Relation ExtractionReDocREDIgn F177.67SSR-PU
Relation ExtractionChemDisGeneF148.56SSR-PU
Relation ExtractionChemDisGeneF142.73ATLOP
Relation ExtractionRe-DocREDF159.5SSR-PU
Relation ExtractionRe-DocREDIgn F158.68SSR-PU
Relation ExtractionRe-DocREDF145.19ATLOP
Relation ExtractionRe-DocREDIgn F145.09ATLOP
Document-level Relation ExtractionChemDisGeneF148.56SSR-PU
Document-level Relation ExtractionChemDisGeneF142.73ATLOP
Document-level Relation ExtractionRe-DocREDF159.5SSR-PU
Document-level Relation ExtractionRe-DocREDIgn F158.68SSR-PU
Document-level Relation ExtractionRe-DocREDF145.19ATLOP
Document-level Relation ExtractionRe-DocREDIgn F145.09ATLOP

Related Papers

DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25Chaining Event Spans for Temporal Relation Grounding2025-06-17Summarization for Generative Relation Extraction in the Microbiome Domain2025-06-10Conservative Bias in Large Language Models: Measuring Relation Predictions2025-06-09Comparative Analysis of AI Agent Architectures for Entity Relationship Classification2025-06-03CREFT: Sequential Multi-Agent LLM for Character Relation Extraction2025-05-30Generating Diverse Training Samples for Relation Extraction with Large Language Models2025-05-29