English

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

Computation and Language 2019-09-11 v2 Machine Learning

Abstract

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}.

Keywords

Cite

@article{arxiv.1904.09331,
  title  = {Looking Beyond Label Noise: Shifted Label Distribution Matters in Distantly Supervised Relation Extraction},
  author = {Qinyuan Ye and Liyuan Liu and Maosen Zhang and Xiang Ren},
  journal= {arXiv preprint arXiv:1904.09331},
  year   = {2019}
}

Comments

13 pages: 10 pages paper, 3 pages appendix. Appears at EMNLP 2019

R2 v1 2026-06-23T08:45:04.477Z