English

Evolutionary Context Search for Automated Skill Acquisition

Neural and Evolutionary Computing 2026-02-19 v1 Machine Learning

Abstract

Large Language Models cannot reliably acquire new knowledge post-deployment -- even when relevant text resources exist, models fail to transform them into actionable knowledge without retraining. Retrieval-Augmented Generation attempts to bridge this gap by surfacing relevant documents at inference time, yet similarity-based retrieval often fails to identify context that actually improves task performance. We introduce Evolutionary Context Search (ECS), an evolutionary method that searches context combinations using accuracy on a small development set, requiring only inference calls without weight updates. ECS moves beyond semantic similarity to discover non-obvious context pairings that significantly boost performance. Our empirical results show that ECS improves BackendBench by 27\% and τ\tau-bench airline by 7\%. The evolved contexts are model-agnostic, as those evolved with Gemini-3-Flash transfer effectively to Claude Sonnet and DeepSeek. This suggests that ECS opens a path toward automated context discovery for skill acquisition -- an efficient alternative to manual prompt engineering or costly fine-tuning.

Keywords

Cite

@article{arxiv.2602.16113,
  title  = {Evolutionary Context Search for Automated Skill Acquisition},
  author = {Qi Sun and Stefan Nielsen and Rio Yokota and Yujin Tang},
  journal= {arXiv preprint arXiv:2602.16113},
  year   = {2026}
}
R2 v1 2026-07-01T10:40:44.922Z