English

Continual Learning for Text Classification with Information Disentanglement Based Regularization

Computation and Language 2021-06-14 v2 Artificial Intelligence

Abstract

Continual learning has become increasingly important as it enables NLP models to constantly learn and gain knowledge over time. Previous continual learning methods are mainly designed to preserve knowledge from previous tasks, without much emphasis on how to well generalize models to new tasks. In this work, we propose an information disentanglement based regularization method for continual learning on text classification. Our proposed method first disentangles text hidden spaces into representations that are generic to all tasks and representations specific to each individual task, and further regularizes these representations differently to better constrain the knowledge required to generalize. We also introduce two simple auxiliary tasks: next sentence prediction and task-id prediction, for learning better generic and specific representation spaces. Experiments conducted on large-scale benchmarks demonstrate the effectiveness of our method in continual text classification tasks with various sequences and lengths over state-of-the-art baselines. We have publicly released our code at https://github.com/GT-SALT/IDBR.

Keywords

Cite

@article{arxiv.2104.05489,
  title  = {Continual Learning for Text Classification with Information Disentanglement Based Regularization},
  author = {Yufan Huang and Yanzhe Zhang and Jiaao Chen and Xuezhi Wang and Diyi Yang},
  journal= {arXiv preprint arXiv:2104.05489},
  year   = {2021}
}

Comments

NAACL 2021

R2 v1 2026-06-24T01:04:53.560Z