ICML 2026poster0 citations

Adversarial Latent Embedding Repair for LLM Continual Learning

Xilin Xia, Xialiang Tong, Jie Wang, Chi Ma, Shengxue Li, 白 寅岐, Yuhang Jiang, Xing Li

Abstract

Research on continual learning for LLMs seeks to acquire new skills without catastrophic forgetting of established prior knowledge. However, domain-specific fine-tuning still triggers severe, long-tailed forgetting issues even under narrow updates, particularly when the pre-training data is inaccessible. To tackle this challenge, we propose **ALER**, a data-free continual learning framework that adversarially searches for a small set of latent prompt embeddings to maximize logit divergence from a frozen reference model, proactively exposing high-risk forgetting modes at each step. It then performs online distillation from the frozen reference using the discovered embeddings to retain prior behaviors while preserving target-domain adaptation. We provide theoretical guarantees on the efficiency of our targeted repair, and extensive experiments demonstrate consistent improvements in the retention–adaptation frontier over representative baselines across $2$ domain-specific fine-tuning datasets and $6$ general-purpose benchmarks, suggesting a more proactive approach for LLM continual learning.

LLMRobustnessBenchmark
BibTeX
@inproceedings{
xia2026adversarial,
title={Adversarial Latent Embedding Repair for {LLM} Continual Learning},
author={Xilin Xia and Tong Xialiang and Jie Wang and Chi Ma and Shengxue Li and Yinqi Bai and Yuhang Jiang and Xing Li and Jianye HAO and Mingxuan Yuan and Feng Wu},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=3CLOFiyWLU}
}