neural networks research group
areas
people
projects
demos
publications
software/data
Overcoming Forgetting in LLM Fine-Tuning with Evolution Strategies (2026)
Kajetan Schweighofer, Conor F. Hayes, Roberto Dailey,
Risto Miikkulainen
,
Xin Qiu
Evolution Strategies (ES) has recently emerged as a competitive alternative to reinforcement learning (RL) for large language model (LLM) fine-tuning, offering advantages through simplicity, scalability, and inference-only training. However, recent work suggests that ES fine-tuning on new tasks may induce forgetting of prior tasks. First, this paper shows that prior task forgetting (1) is better characterized as performance drift rather than irreversible forgetting, with prior-task performance often recovering during ES training; and (2) is not a specific failure mode of ES, but can also arise for fine-tuning with RL methods. Second, it analyzes when and why such drift arises, highlighting its dependence on ES training dynamics, particularly random walk behavior in weakly constrained directions of the weight space. Third, based on these insights, it introduces Anchored Weight Decay (AWD) as a parameter-space regularization technique that constrains optimization toward the initial model parameters. AWD effectively stabilizes prior-task performance while preserving target-task performance, achieving benefits comparable to large ES population sizes at much lower computational cost. Thus, contrary to previous beliefs, the paper shows that prior-task forgetting under ES is largely avoidable, positioning ES as a promising approach for continual learning in LLMs.
View:
PDF
Citation:
arXiv:2605.30148
, 2026.
Bibtex:
@article{schweighofer:arxiv26, title={Overcoming Forgetting in LLM Fine-Tuning with Evolution Strategies}, author={Kajetan Schweighofer and Conor F. Hayes and Roberto Dailey and Risto Miikkulainen and Xin Qiu}, journal={arXiv:2605.30148}, month={ }, url="http://nn.cs.utexas.edu/?schweighofer:arxiv26", year={2026} }
People
Risto Miikkulainen
Faculty
risto [at] cs utexas edu
Xin Qiu
Collaborator
xin qiu [at] cognizant com
Areas of Interest
Supervised Learning
Evolutionary Computation
Neuroevolution