paper-with-me

Papers

Uncertainty-Aware Bootstrap Learning for Joint Extraction on Distantly-Supervised Data

2023-05-05 · Yufei Li, Xiao Yu, Yanchi Liu, Haifeng Chen, Cong Liu

Jointly extracting entity pairs and their relations is challenging when working on distantly-supervised data with ambiguous or noisy labels. To mitigate such impact, we propose uncertainty-aware bootstrap learning, which is motivated by the intuition that the higher uncertainty of an instance, the more likely the model confidence is inconsistent with the ground truths. Specifically, we first explore instance-level data uncertainty to create an initial high-confident examples. Such subset serves as filtering noisy instances and facilitating the model to converge fast at the early stage. During bootstrap learning, we propose self-ensembling as a regularizer to alleviate inter-model uncertainty produced by noisy labels. We further define probability variance of joint tagging probabilities to estimate inner-model parametric uncertainty, which is used to select and build up new reliable training instances for the next iteration. Experimental results on two large datasets reveal that our approach outperforms existing strong baselines and related methods.

📄 PDF Abstract BibTeX arXiv:2305.03827

Code (1)

yul091/UnBED 공식 구현 pytorch

Tasks

Relation Extraction

Similar Papers 제목 키워드 기반

Bootstrapping Distantly Supervised IE using Joint Learning and Small Well-structured Corpora

2016-06-10 · Lidong Bing, Bhuwan Dhingra, Kathryn Mazaitis, Jong Hyuk Park 외

We propose a framework to improve performance of distantly-supervised relation extraction, by jointly learning to solve two related tasks: concept-instance extraction and relation extraction. We combine this with a novel…

RelationRelation Extraction

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

Type-Aware Distantly Supervised Relation Extraction with Linked Arguments

2014-10-01 · EMNLP 2014 10 · Stephen Soderland, Daniel S. Weld, Mitchell Koch, John Gilmer
Articlescoreference-resolutionCoreference ResolutionEntity Linking+11

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

Jointly Extracting Relations with Class Ties via Effective Deep Ranking

2016-12-22 · ACL 2017 7 · Hai Ye, WenHan Chao, Zhunchen Luo, Zhoujun Li

Connections between relations in relation extraction, which we call class ties, are common. In distantly supervised scenario, one entity tuple may have multiple relation facts. Exploiting class ties between relations of …

RelationRelation Extraction