MSSR: Memory-Aware Adaptive Replay for Continual LLM Fine-Tuning
This addresses the problem of maintaining model adaptability in dynamic environments for AI practitioners, though it is incremental as it builds on existing replay-based strategies.
The paper tackles catastrophic forgetting in continual fine-tuning of large language models by proposing MSSR, a replay framework that adaptively schedules rehearsal based on memory strength, achieving consistent performance improvements over state-of-the-art baselines across 11 sequential tasks.
Continual fine-tuning of large language models (LLMs) is becoming increasingly crucial as these models are deployed in dynamic environments where tasks and data distributions evolve over time. While strong adaptability enables rapid acquisition of new knowledge, it also exposes LLMs to catastrophic forgetting, where previously learned skills degrade during sequential training. Existing replay-based strategies, such as fixed interleaved replay, accuracy-supervised, and loss-driven scheduling, remain limited: some depend on heuristic rules and provide only partial mitigation of forgetting, while others improve performance but incur substantial computational overhead. Motivated by retention dynamics under sequential fine-tuning, we propose Memory-Inspired Sampler and Scheduler Replay (MSSR), an experience replay framework that estimates sample-level memory strength and schedules rehearsal at adaptive intervals to mitigate catastrophic forgetting while maintaining fast adaptation. Extensive experiments across three backbone models and 11 sequential tasks show that MSSR consistently outperforms state-of-the-art replay baselines, with particularly strong gains on reasoning-intensive and multiple-choice benchmarks.