Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Incremental Sequence Labeling: A Tale of Two Shifts

About

The incremental sequence labeling task involves continuously learning new classes over time while retaining knowledge of the previous ones. Our investigation identifies two significant semantic shifts: E2O (where the model mislabels an old entity as a non-entity) and O2E (where the model labels a non-entity or old entity as a new entity). Previous research has predominantly focused on addressing the E2O problem, neglecting the O2E issue. This negligence results in a model bias towards classifying new data samples as belonging to the new class during the learning process. To address these challenges, we propose a novel framework, Incremental Sequential Labeling without Semantic Shifts (IS3). Motivated by the identified semantic shifts (E2O and O2E), IS3 aims to mitigate catastrophic forgetting in models. As for the E2O problem, we use knowledge distillation to maintain the model's discriminative ability for old entities. Simultaneously, to tackle the O2E problem, we alleviate the model's bias towards new entities through debiased loss and optimization levels. Our experimental evaluation, conducted on three datasets with various incremental settings, demonstrates the superior performance of IS3 compared to the previous state-of-the-art method by a significant margin.The data, code, and scripts are publicly available at https://github.com/zzz47zzz/codebase-for-incremental-learning-with-llm.

Shengjie Qiu, Junhao Zheng, Zhen Liu, Yicheng Luo, Qianli Ma• 2024

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionOntoNotes 5
A_T Score62.23
44
Named Entity Recognitioni2b2
A_T52.36
44
Named Entity Recognitioni2b2 bert-base-cased (FG-1-PG-1)
At Score43.88
11
Named Entity Recognitioni2b2 FG-2-PG-2 bert-base-cased
At54.84
11
Named Entity Recognitioni2b2 FG-8-PG-1 bert-base-cased
At Score50.75
11
Named Entity Recognitioni2b2 bert-base-cased (FG-8-PG-2)
At Score56.96
11
Named Entity RecognitionOntoNotes FG-1-PG-1 5.0 (test)
A_T42.69
11
Named Entity RecognitionOntoNotes FG-2-PG-2 5.0 (test)
A_T Score58.77
11
Named Entity RecognitionOntoNotes FG-8-PG-1 5.0 (test)
A_T Score55.43
11
Named Entity RecognitionOntoNotes FG-8-PG-2 5.0 (test)
A_T61.75
11
Showing 10 of 10 rows

Other info

Follow for update