English

Knowing False Negatives: An Adversarial Training Method for Distantly Supervised Relation Extraction

Computation and Language 2021-09-07 v1 Artificial Intelligence

Abstract

Distantly supervised relation extraction (RE) automatically aligns unstructured text with relation instances in a knowledge base (KB). Due to the incompleteness of current KBs, sentences implying certain relations may be annotated as N/A instances, which causes the so-called false negative (FN) problem. Current RE methods usually overlook this problem, inducing improper biases in both training and testing procedures. To address this issue, we propose a two-stage approach. First, it finds out possible FN samples by heuristically leveraging the memory mechanism of deep neural networks. Then, it aligns those unlabeled data with the training data into a unified feature space by adversarial training to assign pseudo labels and further utilize the information contained in them. Experiments on two wildly-used benchmark datasets demonstrate the effectiveness of our approach.

Keywords

Cite

@article{arxiv.2109.02099,
  title  = {Knowing False Negatives: An Adversarial Training Method for Distantly Supervised Relation Extraction},
  author = {Kailong Hao and Botao Yu and Wei Hu},
  journal= {arXiv preprint arXiv:2109.02099},
  year   = {2021}
}

Comments

Accepted in the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP 2021)

R2 v1 2026-06-24T05:41:44.789Z