← Latest papers
🤖 machine learning

ESSA: Evolutionary Strategies for Scalable Alignment

ESSA introduces a gradient-free, inference-only online alignment framework that optimizes low-rank adaptation singular values using evolutionary strategies to achieve scalable, communication-efficient, and high-performance tuning of large language models, matching or surpassing gradient-based methods like PPO and GRPO while significantly reducing training time and hardware costs.

Original authors: Daria Korotyshova, Boris Shaposhnikov, Alexey Malakhov, Alexey Khokhulin, Nikita Surnachev, Kirill Ovcharenko, George Bredis, Alexey Gorbatovski, Viacheslav Sinii, Daniil Gavrilov

Published 2026-09-10
📖 7 min read🧠 Deep dive

Original authors: Daria Korotyshova, Boris Shaposhnikov, Alexey Malakhov, Alexey Khokhulin, Nikita Surnachev, Kirill Ovcharenko, George Bredis, Alexey Gorbatovski, Viacheslav Sinii, Daniil Gavrilov

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the world of modern artificial intelligence, large language models are like vast libraries of human knowledge, capable of writing stories, solving equations, and answering questions. However, these libraries are not naturally organized to be helpful, safe, or obedient to human instructions. To fix this, researchers use a process called alignment, which acts as a final training stage to teach the model how to behave like a good assistant. The standard method for this involves a technique known as reinforcement learning, where the model tries different answers, receives a score for how good they are, and then uses complex mathematics to adjust its internal settings to get a better score next time. This process is powerful, but it is also incredibly heavy. It requires massive amounts of computer power, specialized hardware, and constant communication between many processors, making it expensive and difficult to scale up for the largest models.

A team of researchers from T-Tech and Yandex has proposed a different path, one that skips the heavy mathematical adjustments entirely. They call their new method ESSA, which stands for Evolutionary Strategies for Scalable Alignment. Instead of calculating how to nudge the model in the right direction, ESSA treats the model like a living organism in a simulation. It creates many slightly different versions of the model, tests them all at once to see which one performs best, and then keeps the best traits while discarding the rest. This approach removes the need for the complex backward calculations that slow down traditional methods. By focusing only on a tiny, specific part of the model's settings and using a strategy that mimics natural selection, the researchers found they could align massive models much faster and with far less computing power than before, achieving results that match or even beat the current state-of-the-art methods.

The core idea behind ESSA is to stop trying to adjust every single number inside the model. Large language models contain billions of these numbers, and changing them all at once is like trying to steer a supertanker by moving every single bolt on the hull. The researchers realized that after an initial training phase, the model already knows how to do the basic task. What it needs is a fine-tuning, a small adjustment to its behavior. To achieve this, they used a technique called Low-Rank Adaptation, which adds a small, flexible layer to the model, and then broke that layer down into its most essential components. They froze the direction of these components and only allowed the size, or magnitude, of a few key numbers to change. This reduced the problem from adjusting billions of variables to adjusting just a few thousand, creating a compact space where a search strategy could work efficiently.

In this new setup, the computer generates a population of candidate models, each with slightly different settings for those few thousand numbers. Each candidate is tested on a set of problems, such as solving math equations or following strict instructions, and given a score. The system then looks at the scores to decide which candidates were the most successful. Instead of calculating gradients, which are complex mathematical slopes used to find the best direction to move, the system simply selects the winners and uses their settings as the starting point for the next round of variations. This process repeats, with the population slowly evolving toward better performance. Because the system only needs to run the model forward to get a score, it can run on computers that use a simplified, low-precision format for numbers, which saves even more memory and speed.

The researchers tested this method on a wide variety of tasks, including following instructions, acting as a helpful assistant, and solving difficult math problems. They compared ESSA against the leading methods that use the traditional, heavy mathematical approach. On tasks involving math reasoning, ESSA performed as well as the best existing methods, and in some cases, it was significantly faster. For instance, when training a large model on a cluster of 128 powerful graphics processors, ESSA reached a specific target level of accuracy nearly eight times faster than the standard method. This speedup came not because ESSA needed fewer examples to learn, but because each step of its process was much lighter and could be run in parallel without the bottlenecks that slow down the traditional approach.

The study also explored how well this method works with different sizes of models and different types of tasks. They found that ESSA remained effective even when the model was scaled up to 72 billion parameters, a size that is typically very difficult to align efficiently. In these large-scale tests, the method was able to run with one candidate model per graphics processor, a feat that would be impossible with the traditional method due to memory constraints. The researchers also checked if the method worked when the initial training was done on a different topic than the final goal, such as training on general conversation but testing on strict rule-following. The method held up well, showing that the evolutionary search could find the right adjustments even when starting from a slightly different foundation.

One of the most surprising findings was that the method did not require the complex, fine-tuned settings that traditional methods demand. The researchers tested different sizes for the population of candidates and found that a moderate number was usually enough to get excellent results. They also discovered that the method was robust to changes in how much of the model's settings were allowed to change. This stability suggests that the evolutionary approach is less sensitive to the specific choices of the engineer, making it easier to use in practice. Furthermore, the method worked well even when the computer used a lower precision for its calculations, losing only a tiny fraction of accuracy while gaining significant speed and memory efficiency.

The paper also addressed what happens when the method is compared to other ways of searching for the best settings. The researchers tested different types of evolutionary strategies and found that while some were slightly better at the very end, the specific strategy they chose was the most reliable at getting good results quickly. They also compared their method to a version that tried to use the same simplified settings but with the traditional mathematical approach. The evolutionary method consistently outperformed this hybrid, proving that the way the search was conducted was just as important as the settings being searched. This suggests that the old idea of using natural selection to train machines is not just a backup plan, but a powerful alternative that can outperform the standard tools in the right conditions.

In the end, the work demonstrates that the heavy, complex machinery of modern alignment is not the only way forward. By simplifying the problem to a search for the best settings among a small group of candidates, and by leveraging the power of parallel computing, the researchers showed that large models can be aligned quickly and efficiently. The method does not replace the initial training that gives the model its basic knowledge, but it provides a new, lighter way to shape that knowledge into a helpful assistant. As models continue to grow larger, this approach offers a practical path to keep them aligned without requiring an impossible amount of computing power, suggesting that the future of AI alignment may lie in simpler, more direct strategies rather than increasingly complex mathematical formulas.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →