paper-with-me

Papers

Semi-supervised Relation Extraction via Incremental Meta Self-Training

2020-10-06 · Findings (EMNLP) 2021 11 · Xuming Hu, Chenwei Zhang, Fukun Ma, Chenyao Liu, Lijie Wen, Philip S. Yu

To alleviate human efforts from obtaining large-scale annotations, Semi-Supervised Relation Extraction methods aim to leverage unlabeled data in addition to learning from limited samples. Existing self-training methods suffer from the gradual drift problem, where noisy pseudo labels on unlabeled data are incorporated during training. To alleviate the noise in pseudo labels, we propose a method called MetaSRE, where a Relation Label Generation Network generates quality assessment on pseudo labels by (meta) learning from the successful and failed attempts on Relation Classification Network as an additional meta-objective. To reduce the influence of noisy pseudo labels, MetaSRE adopts a pseudo label selection and exploitation scheme which assesses pseudo label quality on unlabeled samples and only exploits high-quality pseudo labels in a self-training fashion to incrementally augment labeled samples for both robustness and accuracy. Experimental results on two public datasets demonstrate the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2010.16410

Code (1)

THU-BPM/MetaSRE 공식 구현 pytorch

Tasks

Meta-LearningPseudo LabelRelationRelation ClassificationRelation Extraction

Similar Papers 제목 키워드 기반

A Review on Semi-Supervised Relation Extraction

2021-03-12 · Yusen Lin

Relation extraction (RE) plays an important role in extracting knowledge from unstructured text but requires a large amount of labeled corpus. To reduce the expensive annotation efforts, semisupervised learning aims to l…

Meta-LearningRelationRelation Extraction

A Strong Baseline for Semi-Supervised Incremental Few-Shot Learning

2021-10-21 · Linglan Zhao, Dashan Guo, Yunlu Xu, Liang Qiao 외

Few-shot learning (FSL) aims to learn models that generalize to novel classes with limited training samples. Recent works advance FSL towards a scenario where unlabeled examples are also available and propose semi-superv…

Few-Shot Learning

Jointprop: Joint Semi-supervised Learning for Entity and Relation Extraction with Heterogeneous Graph-based Propagation

2023-05-25 · Yandan Zheng, Anran Hao, Anh Tuan Luu

Semi-supervised learning has been an important approach to address challenges in extracting entities and relations from limited data. However, current semi-supervised works handle the two tasks (i.e., Named Entity Recogn…

named-entity-recognitionNamed Entity RecognitionNERRelation+1

The AI2 system at SemEval-2017 Task 10 (ScienceIE): semi-supervised end-to-end entity and relation extraction

2017-08-01 · SEMEVAL 2017 8 · Waleed Ammar, Matthew Peters, Ch Bhagavatula, ra 외

This paper describes our submission for the ScienceIE shared task (SemEval- 2017 Task 10) on entity and relation extraction from scientific papers. Our model is based on the end-to-end relation extraction model of Miwa a…

Dependency ParsingPart-Of-Speech TaggingRelationRelation Extraction

Mining Rules Incrementally over Large Knowledge Bases

2019-04-20 · Xiaofeng Zhou, Ali Sadeghian, Daisy Zhe Wang

Multiple web-scale Knowledge Bases, e.g., Freebase, YAGO, NELL, have been constructed using semi-supervised or unsupervised information extraction techniques and many of them, despite their large sizes, are continuously …