Continual Contrastive Finetuning Improves Low-Resource Relation Extraction
Wenxuan Zhou, Sheng Zhang, Tristan Naumann, Muhao Chen, Hoifung Poon

TL;DR
This paper introduces a contrastive learning-based approach for low-resource relation extraction, effectively bridging the gap between pretraining and finetuning objectives to improve performance with minimal labeled data.
Contribution
It proposes a novel continual contrastive finetuning method with a multi-center contrastive loss to enhance low-resource relation extraction performance.
Findings
Outperforms baseline RE classifiers by 10.5% and 6.1% with only 1% labeled data.
Demonstrates effectiveness on BioRED and Re-DocRED datasets.
Validates the benefit of contrastive learning in low-resource RE scenarios.
Abstract
Relation extraction (RE), which has relied on structurally annotated corpora for model training, has been particularly challenging in low-resource scenarios and domains. Recent literature has tackled low-resource RE by self-supervised learning, where the solution involves pretraining the entity pair embedding by RE-based objective and finetuning on labeled data by classification-based objective. However, a critical challenge to this approach is the gap in objectives, which prevents the RE model from fully utilizing the knowledge in pretrained representations. In this paper, we aim at bridging the gap and propose to pretrain and finetune the RE model using consistent objectives of contrastive learning. Since in this kind of representation learning paradigm, one relation may easily form multiple clusters in the representation space, we further propose a multi-center contrastive loss that…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsALIGN
