English

Finding Influential Instances for Distantly Supervised Relation Extraction

Machine Learning 2022-01-26 v2 Artificial Intelligence Computation and Language

Abstract

Distant supervision (DS) is a strong way to expand the datasets for enhancing relation extraction (RE) models but often suffers from high label noise. Current works based on attention, reinforcement learning, or GAN are black-box models so they neither provide meaningful interpretation of sample selection in DS nor stability on different domains. On the contrary, this work proposes a novel model-agnostic instance sampling method for DS by influence function (IF), namely REIF. Our method identifies favorable/unfavorable instances in the bag based on IF, then does dynamic instance sampling. We design a fast influence sampling algorithm that reduces the computational complexity from O(mn)\mathcal{O}(mn) to O(1)\mathcal{O}(1), with analyzing its robustness on the selected sampling function. Experiments show that by simply sampling the favorable instances during training, REIF is able to win over a series of baselines that have complicated architectures. We also demonstrate that REIF can support interpretable instance selection.

Keywords

Cite

@article{arxiv.2009.09841,
  title  = {Finding Influential Instances for Distantly Supervised Relation Extraction},
  author = {Zifeng Wang and Rui Wen and Xi Chen and Shao-Lun Huang and Ningyu Zhang and Yefeng Zheng},
  journal= {arXiv preprint arXiv:2009.09841},
  year   = {2022}
}
R2 v1 2026-06-23T18:41:20.215Z