paper-with-me

홈 › Papers

Incremental Sequence Labeling: A Tale of Two Shifts

2024-02-16 · Shengjie Qiu, Junhao Zheng, Zhen Liu, Yicheng Luo, Qianli Ma

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.

📄 PDF Abstract BibTeX arXiv:2402.10447

Code (2)

zzz47zzz/codebase-for-incremental-learning-with-llm 공식 구현 pytorch
zzz47zzz/pretrained-lm-for-incremental-learning pytorch

Tasks

Incremental LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Incremental Uncertainty-aware Performance Monitoring with Active Labeling Intervention

2025-05-11 · Alexander Koebler, Thomas Decker, Ingo Thon, Volker Tresp 외

We study the problem of monitoring machine learning models under gradual distribution shifts, where circumstances change slowly over time, often leading to unnoticed yet significant declines in accuracy. To address this,…

Feature Staleness Aware Incremental Learning for CTR Prediction

2025-04-29 · Zhikai Wang, Yanyan Shen, Zibin Zhang, Kangyi Lin

Click-through Rate (CTR) prediction in real-world recommender systems often deals with billions of user interactions every day. To improve the training efficiency, it is common to update the CTR prediction model incremen…

Click-Through Rate PredictionIncremental LearningPredictionRecommendation Systems

Enabling Real-time Neural IME with Incremental Vocabulary Selection

2019-06-01 · NAACL 2019 6 · Jiali Yao, Raphael Shu, Xinjian Li, Katsutoshi Ohtsuki 외

Input method editor (IME) converts sequential alphabet key inputs to words in a target language. It is an indispensable service for billions of Asian users. Although the neural-based language model is extensively studied…

CPULanguage ModelingLanguage Modellingspeech-recognition+1

Ontology-Based Incremental Annotation of Characters in Folktales

2012-04-01 · WS 2012 4 · Thierry Declerck, Nikolina Koleva, Hans-Ulrich Krieger

Segmentation Assisted Incremental Test Time Adaptation in an Open World

2025-08-27 · Manogna Sreenivas, Soma Biswas arxiv

In dynamic environments, unfamiliar objects and distribution shifts are often encountered, which challenge the generalization abilities of the deployed trained models. This work addresses Incremental Test Time Adaptation…