← Latest papers
💻 computer science

STAGE: Controlled Objective Admission for Multi-Preference LLM Alignment

The paper introduces STAGE, a stability-guided active-set controller that dynamically manages the timing and weighting of multi-preference objective admission during LLM alignment, demonstrating superior performance over static scalarization methods by retaining objectives based on reward-deviation gates and adaptive probing.

Original authors: Yongqi Tong, Zhenyu Zhang, Ruirui Wang, Kewei Fu, Shaoqing Lin, Sijie Dong, Jiang-Ming Yang, Xin Zhang, Jianshe Li

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Yongqi Tong, Zhenyu Zhang, Ruirui Wang, Kewei Fu, Shaoqing Lin, Sijie Dong, Jiang-Ming Yang, Xin Zhang, Jianshe Li

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 artificial intelligence, there is a growing challenge known as alignment. When we teach a large language model to be helpful, we often find that making it better at one thing can accidentally make it worse at another. A model might learn to answer questions with great speed and creativity, only to become careless with facts or ignore safety rules. For years, researchers have tried to solve this by combining all the things they want the model to do—helpfulness, safety, accuracy, honesty—into a single score. They would mix these different goals together like ingredients in a smoothie and ask the model to optimize for the final taste. But this approach leaves a critical question unanswered: when should the model start worrying about each specific ingredient? Should it try to be perfect at everything from the very first moment, or is there a better way to introduce these complex demands?

A team of researchers at Ant International has proposed a new method called STAGE to answer this question. Instead of forcing a model to juggle fifteen different goals all at once, they designed a system that introduces these goals one by one, but only when the model is ready. Imagine a student learning to play a musical instrument. If you hand them a complex symphony on day one, they will likely fail. If you start with a simple scale and only move to a new, harder piece once they have mastered the current one, they progress much further. STAGE operates on this same principle of timing. It acts as a controller that watches the model's performance on its current set of goals. It waits until the model's behavior on those goals has stabilized and is no longer fluctuating wildly. Only then does it admit the next goal into the training mix, ensuring the model does not forget what it has already learned while it learns something new.

The researchers tested this idea using a model with fifteen distinct preferences, ranging from ethical compliance and factual accuracy to creativity and numerical sensitivity. They compared their STAGE method against several other approaches, including those that try to learn all fifteen goals simultaneously from the start. The results were clear: the model trained with STAGE performed significantly better across the board. When tested on a wide variety of benchmarks, the STAGE-trained model achieved an average score of 44.81, while the best competing method that tried to learn everything at once only reached 39.32. This gap was even more pronounced when the researchers tested the method on a larger, more powerful model, where STAGE again pulled ahead by a wide margin. The study suggests that the timing of when a model is exposed to a new requirement is just as important as the requirement itself.

A key part of the discovery was understanding how to order these goals. The researchers did not simply pick a random order or a fixed sequence. Instead, they ran a short initial test to see which goals were naturally harder for the model to learn and which were easier. They found that goals like creativity and reasoning quality were more volatile and difficult to improve, while goals like helpfulness and ethical compliance were easier to grasp. STAGE used this information to build a curriculum, starting with the easier goals and gradually adding the harder ones. However, the system did not just follow a rigid schedule. It included a "patience" mechanism that allowed the model to keep practicing a current set of goals for as long as needed. If the model was struggling to stabilize on a new goal, the system would wait longer before adding the next one, preventing the model from being overwhelmed.

The study also revealed that simply adding goals one by one is not enough; the model must remember the old ones. In some previous methods, when a new goal was introduced, the model would sometimes forget how to handle the previous ones, a phenomenon known as catastrophic forgetting. STAGE solved this by keeping all previously admitted goals active throughout the training process. As the model moved from stage to stage, it continued to optimize for the earlier goals while learning the new ones. This cumulative approach meant that the model's knowledge grew steadily without erasing its past progress. The researchers found that removing this feature caused performance to collapse, proving that retaining earlier objectives is essential for success in multi-goal training.

Beyond the mechanics of timing and retention, the researchers discovered that how the model weighs its goals matters. During the training of any single stage, the system automatically paid more attention to the goals the model was currently performing poorly on. If the model was doing well on accuracy but struggling with creativity, the training process would naturally focus more energy on improving creativity. This adaptive weighting ensured that no single goal was neglected, even as new goals were introduced. The combination of this smart weighting, the careful timing of when to add new goals, and the strategy of never dropping old goals created a robust training loop that outperformed all other tested methods.

The findings offer a new perspective on how we train artificial intelligence. For a long time, the focus has been on how to combine different rewards into a single number. This paper suggests that the more important question is when to introduce those rewards. By treating the admission of new objectives as a controlled process, guided by the model's own stability, researchers can build systems that are not only smarter but also more reliable. The study does not claim to have solved every problem in artificial intelligence alignment, but it provides a concrete, working example of how managing the pace of learning can lead to better outcomes. In a field where models are often asked to do too much too soon, STAGE offers a quieter, more deliberate path forward, proving that sometimes, the best way to learn everything is to take it one step at a time.

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 →