Self-Improving Language Models with Bidirectional Evolutionary Search

arXiv:2605.28814 · 2026-05-28 공개 · arXiv · PDF

llm post-training model-optimization goal-decomposition evolutionary-operators open-problem-solving search-algorithms autoregressive-expansion

Abstract

Search has been proposed as an effective method for self-improving language models and agentic systems, both for post-training sample generation and for inference. However, widely used methods such as best-of-N sampling and tree search face two fundamental limitations: they are guided by sparse verification signals, and they construct candidates primarily through autoregressive expansion, restricting exploration to regions with substantial model probability mass. To address these, we propose Bidirectional Evolutionary Search (BES), a search framework that couples forward candidate evolution with backward goal decomposition. In the forward search, BES augments standard expansion with evolution operators that recombine partial trajectories to generate candidates that are difficult to obtain from a single model rollout. In the backward search, BES recursively decomposes the original task into checkable subgoals, producing dense intermediate feedback that guides forward search. We provide theoretical motivation showing that candidates generated by expansion-only search are confined to a narrow entropy shell while evolutionary operators can escape it, and that backward search can exponentially reduce the number of required samples to find a correct answer. Experiments show that on challenging post-training tasks where mainstream post-training algorithms fail to improve, BES enables consistent gains, and on three open problem solving benchmarks at inference time, BES outperforms existing open-source frameworks in both average and best-case performance. Code and trained models are available at https://github.com/Embodied-Minds-Lab/BES.

한국어 요약

📋 한 줄 요약

**[Self-Improving LLM / Search]** BES가 forward evolutionary expansion + backward goal decomposition으로 best-of-N·tree search 한계 극복 — entropy shell 탈출·dense intermediate feedback, post-training·inference 모두에서 mainstream 대비 일관 향상.

🎯 핵심 기여도

💡 핵심 아이디어

LLM·agent의 search 한계는 expansion 중심·sparse signal에서 비롯되며, forward에 evolutionary recombination·backward에 goal decomposition을 결합하면 narrow entropy shell을 escape하고 exponentially 적은 sample로 정답에 도달 가능하다 — post-training과 inference 양쪽에서 일관 향상.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: LLM self-improvement search의 두 limitation 동시 해소, 이론적 동기(entropy shell·sample complexity)로 뒷받침, post-training·inference 통합 framework. **한계**: Evolutionary operator·goal decomposer 설계의 task 의존성, backward decomposition의 verifiable subgoal 가용성, 매우 긴 horizon task의 결과는 추가 검증.

🚀 실용적 활용