← Latest papers
💬 NLP

RARE: Decoupling Representation Steering from Expert Routing in Mixture-of-Experts Language Models

The paper introduces RARE, a router-agnostic framework that decouples representation steering from expert routing in Mixture-of-Experts models by projecting behavioral perturbations onto the router's null space, thereby significantly improving steering effectiveness for harmfulness, truthfulness, and factual editing while preserving model utility.

Original authors: Zhibo Zhang, Zhen Ouyang, Ling Shi, Kailong Wang

Published 2026-08-24
📖 4 min read☕ Coffee break read

Original authors: Zhibo Zhang, Zhen Ouyang, Ling Shi, Kailong Wang

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

Large language models are the engines behind modern artificial intelligence, capable of writing stories, solving problems, and answering questions. To make these massive systems efficient, many are now built using a design called a mixture of experts. Imagine a large office where a manager receives every incoming request and decides which specific specialist should handle it. In these models, the "manager" is a routing mechanism that looks at each word of a sentence and sends it to a small, specialized group of internal processors, or "experts," rather than using the entire brain of the computer for every single task. This allows the model to be incredibly large and smart while remaining fast and economical to run.

Researchers have long sought ways to guide or "steer" these models toward specific behaviors, such as making them more truthful or less likely to generate harmful content. A popular technique involves nudging the internal mathematical states of the model during the thinking process, a method that works well for older, simpler models where every part of the brain is always active. However, when scientists tried to apply this same nudging technique to the newer mixture-of-experts models, it often failed. The problem was that the nudge intended to change the behavior also accidentally confused the manager, causing it to send the request to the wrong specialists. This mismatch disrupted the model's natural flow, leading to poor results.

A team of researchers has now solved this puzzle by developing a new framework called RARE. Their work reveals a crucial insight: the manager in these models is primarily concerned with the topic of the request, not the specific behavior the model is expected to show. Whether a user asks a question about coding or asks the model to refuse a harmful request, the manager tends to send the request to the same set of specialists if the topic remains the same. The researchers found that the old methods failed because they tried to change the behavior by altering the path the data took, which confused the manager. Instead, their new approach changes the behavior without changing the path.

The RARE framework works by carefully filtering the "nudge" before it is applied. It removes any part of the instruction that would make the manager change its mind about which specialists to use. By doing this, the model continues to send the request to the correct experts, but those experts then process the information in a way that produces the desired behavior. The researchers tested this method on six different large models and across three distinct tasks: making the models less harmful, making them more truthful, and updating specific facts they know.

The results were striking. When trying to stop the models from following harmful instructions, the new method succeeded in 53.3% of cases, a significant improvement over previous attempts, while still keeping the models 67.8% accurate on general knowledge tests. In tests of truthfulness, the method improved the models' ability to give correct answers from 41.0% to 58.6%. Perhaps most dramatically, when asked to update a specific fact, the success rate jumped from 16.8% to 96.3%. These numbers suggest that by respecting the model's internal routing system, researchers can effectively guide its behavior without breaking its underlying intelligence.

The study also compared five different ways of calculating the necessary nudge to find which one worked best. They found that a method based on analyzing the shape and spread of the data, rather than just its average direction, provided the most consistent and powerful results across all the different models. This finding suggests that the geometry of the internal data matters just as much as the direction of the change.

Ultimately, this research demonstrates that controlling the behavior of modern, complex AI models requires a delicate balance. You cannot simply force a change; you must work within the model's existing architecture. By preserving the natural path that the model chooses for a given topic, it is possible to steer its output toward safety, truth, or accuracy. This approach offers a reliable way to adapt these powerful tools for specific needs without compromising their general capabilities, providing a clearer path forward for making artificial intelligence more aligned with human values.

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 →