From Consensus to Disagreement: Multi-Teacher Distillation for Semi-Supervised Relation Extraction
Wanli Li, Tieyun Qian

TL;DR
This paper introduces a multi-teacher distillation framework for semi-supervised relation extraction that leverages both consensus and disagreement among models to improve performance.
Contribution
It proposes a novel multi-teacher distillation approach that utilizes disagreement information in SSRE, enhancing existing methods with minimal additional computational cost.
Findings
Significant performance improvements on two datasets.
Effective use of disagreement information in model training.
Low computational overhead compared to existing methods.
Abstract
Lack of labeled data is a main obstacle in relation extraction. Semi-supervised relation extraction (SSRE) has been proven to be a promising way for this problem through annotating unlabeled samples as additional training data. Almost all prior researches along this line adopt multiple models to make the annotations more reliable by taking the intersection set of predicted results from these models. However, the difference set, which contains rich information about unlabeled data, has been long neglected by prior studies. In this paper, we propose to learn not only from the consensus but also the disagreement among different models in SSRE. To this end, we develop a simple and general multi-teacher distillation (MTD) framework, which can be easily integrated into any existing SSRE methods. Specifically, we first let the teachers correspond to the multiple models and select the samples…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text and Document Classification Technologies
MethodsBalanced Selection
