paper-with-me

홈 › Papers

H-FND: Hierarchical False-Negative Denoising for Distant Supervision Relation Extraction

2020-12-07 · Findings (ACL) 2021 8 · Jhih-wei Chen, Tsu-Jui Fu, Chen-Kang Lee, Wei-Yun Ma

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 of errors degrade the final model performance, previous work on distant supervision denoising focuses more on suppressing FP noise and less on resolving the FN problem. We here propose H-FND, a hierarchical false-negative denoising framework for robust distant supervision relation extraction, as an FN denoising solution. H-FND uses a hierarchical policy which first determines whether non-relation (NA) instances should be kept, discarded, or revised during the training process. For those learning instances which are to be revised, the policy further reassigns them appropriate relations, making them better training inputs. Experiments on SemEval-2010 and TACRED were conducted with controlled FN ratios that randomly turn the relations of training and validation instances into negatives to generate FN instances. In this setting, H-FND can revise FN instances correctly and maintains high F1 scores even when 50% of the instances have been turned into negatives. Experiment on NYT10 is further conducted to shows that H-FND is applicable in a realistic setting.

📄 PDF Abstract BibTeX arXiv:2012.03536

Code (1)

ckiplab/hfnd 공식 구현 pytorch

Tasks

DenoisingRelationRelation Extraction

Similar Papers 제목 키워드 기반

Reinforcement-based denoising of distantly supervised NER with partial annotation

2019-11-01 · WS 2019 11 · Farhad Nooralahzadeh, Jan Tore L{\o}nning, Lilja {\O}vrelid

Existing named entity recognition (NER) systems rely on large amounts of human-labeled data for supervision. However, obtaining large-scale annotated data is challenging particularly in specific domains like health-care,…

Denoisingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

DSGAN: Generative Adversarial Training for Distant Supervision Relation Extraction

2018-05-24 · ACL 2018 7 · Pengda Qin, Weiran Xu, William Yang Wang

Distant supervision can effectively label data for relation extraction, but suffers from the noise labeling problem. Recent works mainly perform soft bag-level noise reduction strategies to find the relatively better sam…

RelationRelation ClassificationRelation ExtractionSentence

Improving distant supervision using inference learning

2015-09-12 · IJCNLP 2015 7 · Roland Roller, Eneko Agirre, Aitor Soroa, Mark Stevenson

Distant supervision is a widely applied approach to automatic training of relation extraction systems and has the advantage that it can generate large amounts of labelled data with minimal effort. However, this data may …

RelationRelation Extraction

Revisiting the Negative Data of Distantly Supervised Relation Extraction

2021-05-21 · ACL 2021 5 · Chenhao Xie, Jiaqing Liang, Jingping Liu, Chengsong Huang 외

Distantly supervision automatically generates plenty of training samples for relation extraction. However, it also incurs two major problems: noisy labels and imbalanced training data. Previous works focus more on reduci…

RelationRelation ExtractionSentence

Robust Distant Supervision Relation Extraction via Deep Reinforcement Learning

2018-05-24 · ACL 2018 7 · Pengda Qin, Weiran Xu, William Yang Wang

Distant supervision has become the standard method for relation extraction. However, even though it is an efficient method, it does not come at no cost---The resulted distantly-supervised training samples are often very …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3