ACL2025
A Self-Denoising Model for Robust Few-Shot Relation Extraction
Liang Zhang, Yang Zhang, Ziyao Lu, Fandong Meng, Jie Zhou, Jinsong Su
2 citations
Abstract
The few-shot relation extraction (FSRE) aims at enhancing the model's generalization to new relations with a few labeled instances. Existing studies usually adopt prototype networks (Pro-toNets) for FSRE and assume that the support set, adapting the model to new relations, only contains accurately labeled support instances. However, this assumption is often unrealistic, as even carefully-annotated datasets commonly contain mislabeled instances. In this paper, we first conduct a preliminary study that reveals the high sensitivity of ProtoNets to noisy labels in the support set. Moreover, we find that fully leveraging mislabeled support instances is crucial for enhancing the FSRE model robustness. Thus, we propose a self-denoising model for FSRE, designed to improve model robustness by automatically correcting mislabeled support instances. It comprises two core components: 1) a label correction module (LCM), used to correct noisy labels of support instances based on the distances between them in the embedding space, and 2) a relation classification module (RCM), aimed to achieve more accurate predictions for new relations based on the corrected labels produced by LCM. Moreover, we propose a feedback-based training strategy, which focuses on training LCM and RCM to synergistically handle noisy labels in support set. Experimental results on two public datasets confirm the robustness of our model. Particularly, even in scenarios without noisy labels, our model significantly outperforms all baselines.