paper-with-me

홈 › Papers

Looking Beyond Label Noise: Shifted Label Distribution Matters in Distantly Supervised Relation Extraction

2019-04-19 · IJCNLP 2019 11 · Qinyuan Ye, Liyuan Liu, Maosen Zhang, Xiang Ren

In recent years there is a surge of interest in applying distant supervision (DS) to automatically generate training data for relation extraction (RE). In this paper, we study the problem what limits the performance of DS-trained neural models, conduct thorough analyses, and identify a factor that can influence the performance greatly, shifted label distribution. Specifically, we found this problem commonly exists in real-world DS datasets, and without special handing, typical DS-RE models cannot automatically adapt to this shift, thus achieving deteriorated performance. To further validate our intuition, we develop a simple yet effective adaptation method for DS-trained models, bias adjustment, which updates models learned over the source domain (i.e., DS training set) with a label distribution estimated on the target domain (i.e., test set). Experiments demonstrate that bias adjustment achieves consistent performance gains on DS-trained models, especially on neural models, with an up to 23% relative F1 improvement, which verifies our assumptions. Our code and data can be found at \url{https://github.com/INK-USC/shifted-label-distribution}.

📄 PDF Abstract BibTeX arXiv:1904.09331

Code (1)

INK-USC/shifted-label-distribution 공식 구현 pytorch

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

Risk-Aware Robust Learning: Reducing Clinical Risk under Label Noise in Medical Image Classification

2026-04-26 · Maycon R. S. Pereira, Filipe R. Cordeiro arxiv

Noisy labels are a pervasive challenge in medical image classification, where annotation errors arise from inter-observer variability and diagnostic ambiguity. Although several noise-robust learning methods have been pro…

Medical Image ClassificationMedical Diagnosis

From Local Geometry to Global Pseudo Labeling for Robust Positive Unlabeled Learning under Covariate Shift

2026-05-29 · Firas Gabetni, Alexandre Rocchi Henry, Nacim Belkhir, Ziyi Liu 외 arxiv

Detecting covariate shift is critical for building reliable vision systems. While most prior work focuses on improving robustness to shift, explicitly detecting covariate shift remains underexplored. Existing approaches …

Tackling Instance-Dependent Label Noise with Dynamic Distribution Calibration

2022-10-11 · Manyi Zhang, Yuxin Ren, ZiHao Wang, Chun Yuan

Instance-dependent label noise is realistic but rather challenging, where the label-corruption process depends on instances directly. It causes a severe distribution shift between the distributions of training and test d…

Dimensionality Reduction

Learning from Label Proportions and Covariate-shifted Instances

2024-11-19 · Sagalpreet Singh, Navodita Sharma, Shreyas Havaldar, Rishi Saket 외

In many applications, especially due to lack of supervision or privacy concerns, the training data is grouped into bags of instances (feature-vectors) and for each bag we have only an aggregate label derived from the ins…

Domain Adaptation

Reason to Rote: Rethinking Memorization in Reasoning

2025-07-07 · Yupei Du, Philipp Mondorf, Silvia Casola, Yuekun Yao 외 arxiv

Large language models readily memorize arbitrary training instances, such as label noise, yet they perform strikingly well on reasoning tasks. In this work, we investigate how language models memorize label noise, and wh…

Relational Reasoning