paper-with-me

Papers

Uncertainty Guided Label Denoising for Document-level Distant Relation Extraction

2023-05-18 · Qi Sun, Kun Huang, Xiaocui Yang, Pengfei Hong, Kun Zhang, Soujanya Poria

Document-level relation extraction (DocRE) aims to infer complex semantic relations among entities in a document. Distant supervision (DS) is able to generate massive auto-labeled data, which can improve DocRE performance. Recent works leverage pseudo labels generated by the pre-denoising model to reduce noise in DS data. However, unreliable pseudo labels bring new noise, e.g., adding false pseudo labels and losing correct DS labels. Therefore, how to select effective pseudo labels to denoise DS data is still a challenge in document-level distant relation extraction. To tackle this issue, we introduce uncertainty estimation technology to determine whether pseudo labels can be trusted. In this work, we propose a Document-level distant Relation Extraction framework with Uncertainty Guided label denoising, UGDRE. Specifically, we propose a novel instance-level uncertainty estimation method, which measures the reliability of the pseudo labels with overlapping relations. By further considering the long-tail problem, we design dynamic uncertainty thresholds for different types of relations to filter high-uncertainty pseudo labels. We conduct experiments on two public datasets. Our framework outperforms strong baselines by 1.91 F1 and 2.28 Ign F1 on the RE-DocRED dataset.

📄 PDF Abstract BibTeX arXiv:2305.11029

Code (1)

qisun123/ugdre 공식 구현 pytorch

Tasks

DenoisingDocument-level Relation ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

Consistency Guided Knowledge Retrieval and Denoising in LLMs for Zero-shot Document-level Relation Triplet Extraction

2024-01-24 · Qi Sun, Kun Huang, Xiaocui Yang, Rong Tong 외

Document-level Relation Triplet Extraction (DocRTE) is a fundamental task in information systems that aims to simultaneously extract entities with semantic relations from a document. Existing methods heavily rely on a su…

DenoisingRelationRetrievalText Generation+1

Difficulty-Aware Label-Guided Denoising for Monocular 3D Object Detection

2025-11-17 · Soyul Lee, Seungmin Baek, Dongbo Min arxiv

Monocular 3D object detection is a cost-effective solution for applications like autonomous driving and robotics, but remains fundamentally ill-posed due to inherently ambiguous depth cues. Recent DETR-based methods atte…

Monocular 3D Object DetectionRepresentation LearningAutonomous Driving

A Chebyshev Confidence Guided Source-Free Domain Adaptation Framework for Medical Image Segmentation

2023-10-27 · Jiesi Hu, Yanwu Yang, Xutao Guo, Jinghua Wang 외

Source-free domain adaptation (SFDA) aims to adapt models trained on a labeled source domain to an unlabeled target domain without the access to source data. In medical imaging scenarios, the practical significance of SF…

DenoisingDomain AdaptationImage SegmentationMedical Image Segmentation+2

Denoising Relation Extraction from Document-level Distant Supervision

2020-11-08 · EMNLP 2020 11 · Chaojun Xiao, Yuan YAO, Ruobing Xie, Xu Han 외

Distant supervision (DS) has been widely used to generate auto-labeled data for sentence-level relation extraction (RE), which improves RE performance. However, the existing success of DS cannot be directly transferred t…

DenoisingDocument-level Relation ExtractionRelationRelation Extraction+1

From Bag of Sentences to Document: Distantly Supervised Relation Extraction via Machine Reading Comprehension

2020-12-08 · Lingyong Yan, Xianpei Han, Le Sun, Fangchao Liu 외

Distant supervision (DS) is a promising approach for relation extraction but often suffers from the noisy label problem. Traditional DS methods usually represent an entity pair as a bag of sentences and denoise labels us…

DenoisingMachine Reading ComprehensionReading ComprehensionRelation+3