← Search

Shengjie Qiu

4 accepted papers

2025

Spurious Forgetting in Continual Learning of Language Models

ICLR 2025poster

Recent advancements in large language models (LLMs) reveal a perplexing phenomenon in continual learning: despite extensive training, models experience significant performance declines, raising questions about task alignment and underlying knowledge retention. This study first explores the concept o…

2024

Incremental Sequence Labeling: A Tale of Two Shifts

ACL 2024findings

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 no…

2024

Learn or Recall? Revisiting Incremental Learning with Pre-trained Language Models

ACL 2024long

Incremental Learning (IL) has been a long-standing problem in both vision and Natural Language Processing (NLP) communities.In recent years, as Pre-trained Language Models (PLMs) have achieved remarkable progress in various NLP downstream tasks, utilizing PLMs as backbones has become a common practi…

2023

Preserving Commonsense Knowledge from Pre-trained Language Models via Causal Inference

ACL 2023long

Fine-tuning has been proven to be a simple and effective technique to transfer the learned knowledge of Pre-trained Language Models (PLMs) to downstream tasks. However, vanilla fine-tuning easily overfits the target data and degrades the generalization ability. Most existing studies attribute it to…