paper-with-me

Papers

Finding Influential Instances for Distantly Supervised Relation Extraction

2020-09-17 · COLING 2022 10 · Zifeng Wang, Rui Wen, Xi Chen, Shao-Lun Huang, Ningyu Zhang, Yefeng Zheng

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 $\mathcal{O}(mn)$ to $\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.

📄 PDF Abstract BibTeX arXiv:2009.09841

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information

2018-12-11 · EMNLP 2018 10 · Shikhar Vashishth, Rishabh Joshi, Sai Suman Prayaga, Chiranjib Bhattacharyya 외

Distantly-supervised Relation Extraction (RE) methods train an extractor by automatically aligning relation instances in a Knowledge Base (KB) with unstructured text. In addition to relation instances, KBs often contain …

RelationRelation ExtractionRelationship Extraction (Distant Supervised)

Cooperative Denoising for Distantly Supervised Relation Extraction

2018-08-01 · COLING 2018 8 · Kai Lei, Daoyuan Chen, Yaliang Li, Nan Du 외

Distantly supervised relation extraction greatly reduces human efforts in extracting relational facts from unstructured texts. However, it suffers from noisy labeling problem, which can degrade its performance. Meanwhile…

DenoisingInformation RetrievalKnowledge DistillationQuestion Answering+2

Ranking-Based Automatic Seed Selection and Noise Reduction for Weakly Supervised Relation Extraction

2018-07-01 · ACL 2018 7 · Van-Thuy Phi, Joan Santoso, Masashi Shimbo, Yuji Matsumoto

This paper addresses the tasks of automatic seed selection for bootstrapping relation extraction, and noise reduction for distantly supervised relation extraction. We first point out that these tasks are related. Then, i…

RelationRelation ExtractionWord Sense Disambiguation

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

2021-09-05 · EMNLP 2021 11 · Kailong Hao, Botao Yu, Wei Hu

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…

RelationRelation Extraction

Improving Distantly-Supervised Relation Extraction with Joint Label Embedding

2019-11-01 · IJCNLP 2019 11 · Linmei Hu, Luhao Zhang, Chuan Shi, Liqiang Nie 외

Distantly-supervised relation extraction has proven to be effective to find relational facts from texts. However, the existing approaches treat labels as independent and meaningless one-hot vectors, which cause a loss of…

Knowledge GraphsRelationRelation Extractionvalid