MEGA Hub

Hyper-ES: Effective Evolution Strategies for LLM Reasoning via Descent Direction Merging

Authors

Do you know Yu Gu?You can claim authorship or link another user.Do you know Zhi Zheng?You can claim authorship or link another user.Do you know Yunpeng Ba?You can claim authorship or link another user.Do you know Xialiang Tong?You can claim authorship or link another user.Do you know Mingxuan Yuan?You can claim authorship or link another user.Do you know Zhenkun Wang?You can claim authorship or link another user.

Abstract

Evolution Strategy (ES) is a promising alternative to gradient-based fine-tuning for resource-constrained Large Language Model (LLM) reasoning. However, directly applying ES to billion-parameter LLMs is highly ineffective. In such high-dimensional parameter spaces, most random perturbations are nearly orthogonal to useful update directions, leading to unstable optimization. We propose Hyper-ES, a subspace-based ES framework that avoids the weakness of ES in full-parameter search while exploiting its strength in low-dimensional optimization. Instead of asking ES to discover useful directions from random perturbations in the LLM parameter space, Hyper-ES first performs a small number of inexpensive gradient-based fine-tuning runs to obtain descent directions. Although each direction may provide only a limited improvement on its own, their span forms a compact adaptation subspace that captures useful reasoning updates. Hyper-ES then applies CMA-ES to optimize layer-wise DARE-TIES merging coefficients within this subspace, allowing ES to search over combinations of meaningful descent directions rather than over arbitrary full-model perturbations. We evaluate Hyper-ES on three Qwen2.5-Instruct and DeepSeek-R1-Distill backbones across six mathematical reasoning datasets. Results show that Hyper-ES consistently outperforms GRPO-LoRA by 1% while requiring 10% fewer space-consuming gradient updates. Code at https://github.com/kuangrepi/Hyper-ES.

Community

00

Publication notes

Author note
19 pages, 4 figures, 14 tables. Code: https://github.com/kuangrepi/Hyper-ES