π€ AI Summary
This work addresses the performance degradation of small language models in continual personalization caused by catastrophic forgetting. To mitigate this issue, the authors propose a continual learning framework based on sequential LoRA fine-tuning. The approach preserves checkpoints from each learning phase and employs retrospective evaluation across current tasks, historical tasks, and a fixed lightweight reference set. Central to the framework is a stability monitoring mechanism grounded in distributional diagnostics of the reference set, which effectively uncovers harmful adaptation behaviors that are not apparent through task-specific metrics alone. This mechanism successfully identifies unstable patterns emerging during sequential personalization, offering a novel perspective for evaluating and monitoring stability in continual learning scenarios.
π Abstract
Small Language Models (SLMs) are increasingly being considered for deployment on edge devices such as laptops, enabling private, low-latency, and locally personalized applications. However, personalization requires models to adapt over time to evolving user- or task-specific data, placing them in a continual learning setting. This creates the risk of catastrophic forgetting, where learning new information degrades performance on previously learned tasks or broader model capabilities. Recent benchmarks such as TRACE have shown that continual fine-tuning can significantly degrade the general abilities of aligned large language models. In this work, we present a study for sequential LoRA personalization of SLMs. We save model checkpoints after each adaptation stage and evaluate them on current tasks, previously seen tasks, and a fixed reference set. This checkpoint-level protocol enables us to monitor task performance, forgetting, and reference set drift over time. We show that lightweight reference set distributional diagnostics can reveal model-specific instability patterns during sequential LoRA personalization of SLMs, including cases where task-level metrics alone hide harmful adaptation. We hope this can highlight new research avenues for monitoring stability of SLMs in a continual learning setting.