paper-with-me

Papers

CIL: Contrastive Instance Learning Framework for Distantly Supervised Relation Extraction

2021-06-21 · ACL 2021 5 · Tao Chen, Haizhou Shi, Siliang Tang, Zhigang Chen, Fei Wu, Yueting Zhuang

The journey of reducing noise from distant supervision (DS) generated training data has been started since the DS was first introduced into the relation extraction (RE) task. For the past decade, researchers apply the multi-instance learning (MIL) framework to find the most reliable feature from a bag of sentences. Although the pattern of MIL bags can greatly reduce DS noise, it fails to represent many other useful sentence features in the datasets. In many cases, these sentence features can only be acquired by extra sentence-level human annotation with heavy costs. Therefore, the performance of distantly supervised RE models is bounded. In this paper, we go beyond typical MIL framework and propose a novel contrastive instance learning (CIL) framework. Specifically, we regard the initial MIL as the relational triple encoder and constraint positive pairs against negative pairs for each instance. Experiments demonstrate the effectiveness of our proposed framework, with significant improvements over the previous methods on NYT10, GDS and KBP.

📄 PDF Abstract BibTeX arXiv:2106.10855

Code (1)

antct/cil 공식 구현 pytorch

Tasks

RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

HiCLRE: A Hierarchical Contrastive Learning Framework for Distantly Supervised Relation Extraction

2022-02-27 · Findings (ACL) 2022 5 · Dongyang Li, Taolin Zhang, Nan Hu, Chengyu Wang 외

Distant supervision assumes that any sentence containing the same entity pairs reflects identical relationships. Previous works of distantly supervised relation extraction (DSRE) task generally focus on sentence-level or…

Contrastive LearningData AugmentationRelationRelation Extraction+1

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

Improving Distantly-Supervised Relation Extraction through BERT-based Label & Instance Embeddings

2021-02-01 · Despina Christou, Grigorios Tsoumakas

Distantly-supervised relation extraction (RE) is an effective method to scale RE to large corpora but suffers from noisy labels. Existing approaches try to alleviate noise through multi-instance learning and by providing…

RelationRelation ExtractionRelationship Extraction (Distant Supervised)

Improving Distantly-Supervised Relation Extraction through BERT-based Label & Instance Embeddings

2020-06-01 · Anonymous

Distantly-supervised relation extraction (RE) is an effective method to scale RE to large corpora but suffers from noisy labels. Existing approaches try to alleviate noise through multi-instance learning and by providing…

RelationRelation Extraction

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