Denoising Distant Supervision for Relation Extraction via Instance-Level Adversarial Training
Existing neural relation extraction (NRE) models rely on distant supervision and suffer from wrong labeling problems. In this paper, we propose a novel adversarial training mechanism over instances for relation extraction to alleviate the noise issue. As compared with previous denoising methods, our proposed method can better discriminate those informative instances from noisy ones. Our method is also efficient and flexible to be applied to various NRE architectures. As shown in the experiments on a large-scale benchmark dataset in relation extraction, our denoising method can effectively filter out noisy instances and achieve significant improvements as compared with the state-of-the-art models.
Code (0)
등록된 구현이 없습니다.
Tasks
DenoisingRelationRelation ExtractionSimilar Papers 제목 키워드 기반
H-FND: Hierarchical False-Negative Denoising for Distant Supervision Relation Extraction
Although distant supervision automatically generates training data for relation extraction, it also introduces false-positive (FP) and false-negative (FN) training instances to the generated datasets. Whereas both types …
DenoisingRelationRelation ExtractionDistantly Supervised Relation Extraction in Federated Settings
This paper investigates distantly supervised relation extraction in federated settings. Previous studies focus on distant supervision under the assumption of centralized training, which requires collecting texts from dif…
DenoisingFederated LearningMultiple Instance LearningRelation+1Uncertainty Guided Label Denoising for Document-level Distant Relation Extraction
Document-level relation extraction (DocRE) aims to infer complex semantic relations among entities in a document. Distant supervision (DS) is able to generate massive auto-labeled data, which can improve DocRE performanc…
DenoisingDocument-level Relation ExtractionRelationRelation ExtractionFrom Bag of Sentences to Document: Distantly Supervised Relation Extraction via Machine Reading Comprehension
Distant supervision (DS) is a promising approach for relation extraction but often suffers from the noisy label problem. Traditional DS methods usually represent an entity pair as a bag of sentences and denoise labels us…
DenoisingMachine Reading ComprehensionReading ComprehensionRelation+3Towards Time-Aware Distant Supervision for Relation Extraction
Distant supervision for relation extraction heavily suffers from the wrong labeling problem. To alleviate this issue in news data with the timestamp, we take a new factor time into consideration and propose a novel time-…
RelationRelation ExtractionTime SeriesTime Series Analysis