paper-with-me

홈 › Papers

Task Relation Distillation and Prototypical Pseudo Label for Incremental Named Entity Recognition

2023-08-17 · Duzhen Zhang, Hongliu Li, Wei Cong, Rongtao Xu, Jiahua Dong, Xiuyi Chen

Incremental Named Entity Recognition (INER) involves the sequential learning of new entity types without accessing the training data of previously learned types. However, INER faces the challenge of catastrophic forgetting specific for incremental learning, further aggravated by background shift (i.e., old and future entity types are labeled as the non-entity type in the current task). To address these challenges, we propose a method called task Relation Distillation and Prototypical pseudo label (RDP) for INER. Specifically, to tackle catastrophic forgetting, we introduce a task relation distillation scheme that serves two purposes: 1) ensuring inter-task semantic consistency across different incremental learning tasks by minimizing inter-task relation distillation loss, and 2) enhancing the model's prediction confidence by minimizing intra-task self-entropy loss. Simultaneously, to mitigate background shift, we develop a prototypical pseudo label strategy that distinguishes old entity types from the current non-entity type using the old model. This strategy generates high-quality pseudo labels by measuring the distances between token embeddings and type-wise prototypes. We conducted extensive experiments on ten INER settings of three benchmark datasets (i.e., CoNLL2003, I2B2, and OntoNotes5). The results demonstrate that our method achieves significant improvements over the previous state-of-the-art methods, with an average increase of 6.08% in Micro F1 score and 7.71% in Macro F1 score.

📄 PDF Abstract BibTeX arXiv:2308.08793

Code (1)

bladedancer957/iner_rdp 공식 구현 pytorch

Tasks

Incremental Learningnamed-entity-recognitionNamed Entity RecognitionPseudo LabelRelation

Similar Papers 제목 키워드 기반

APP: Adaptive Prototypical Pseudo-Labeling for Few-shot OOD Detection

2023-10-20 · Pei Wang, Keqing He, Yutao Mou, Xiaoshuai Song 외

Detecting out-of-domain (OOD) intents from user queries is essential for a task-oriented dialogue system. Previous OOD detection studies generally work on the assumption that plenty of labeled IND intents exist. In this …

Gradient-Semantic Compensation for Incremental Semantic Segmentation

2023-07-20 · Wei Cong, Yang Cong, Jiahua Dong, Gan Sun 외

Incremental semantic segmentation aims to continually learn the segmentation of new coming classes without accessing the training data of previously learned classes. However, most current methods fail to address catastro…

SegmentationSemantic Segmentation

Beyond the Known: Novel Class Discovery for Open-world Graph Learning

2024-03-29 · Yucheng Jin, Yun Xiong, Juncheng Fang, Xixi Wu 외

Node classification on graphs is of great importance in many applications. Due to the limited labeling capability and evolution in real-world open scenarios, novel classes can emerge on unlabeled testing nodes. However, …

Graph LearningGraph Neural NetworkNode ClassificationNovel Class Discovery

BCMDA: Bidirectional Correlation Maps Domain Adaptation for Mixed Domain Semi-Supervised Medical Image Segmentation

2026-03-25 · Bentao Song, Jun Huang, Qingfeng Wang arxiv

In mixed domain semi-supervised medical image segmentation (MiDSS), achieving superior performance under domain shift and limited annotations is challenging. This scenario presents two primary issues: (1) distributional …

Semi-supervised Medical Image SegmentationDomain Adaptation

Pseudo-Label Enhanced Prototypical Contrastive Learning for Uniformed Intent Discovery

2024-10-26 · Yimin Deng, Yuxia Wu, Guoshuai Zhao, Li Zhu 외

New intent discovery is a crucial capability for task-oriented dialogue systems. Existing methods focus on transferring in-domain (IND) prior knowledge to out-of-domain (OOD) data through pre-training and clustering stag…

ClusteringContrastive LearningIntent DiscoveryOpen Intent Discovery+3