Predicting Future Behaviors in Reasoning Models Enables Better Steering

2026-06-09Machine Learning

Machine Learning
AI summary

The authors studied large reasoning models (LRMs) that sometimes produce unexpected outputs. They found that past methods tried to control these models by changing internal signals that only detect what the model has already done, which doesn't predict future behavior well. Instead, the authors trained new tools called activation probes that can predict what the model is likely to do next. Using these probes, they created a way to pick better sentences during generation, improving control without hurting output quality. This approach works better than older methods in some tricky cases.

large reasoning modelstest-time steeringhidden representationsactivation probesbehavior predictionoutput controllanguage model generationintermediate reasoning steps
Authors
Evgenii Kortukov, Piotr Komorowski, Florian Klein, Paula Engl, Gabriele Sarti, Seong Joon Oh, Sebastian Lapuschkin, Wojciech Samek
Abstract
Deployed large reasoning models (LRMs) often behave unexpectedly. Test-time steering controls LRM outputs by intervening on their hidden representations, but it can degrade output quality. We argue that prior steering work implicitly relies on internal features that detect behavior in already generated text. We show that these detection features are poor predictors of future behavioral outcomes, and thus not the natural intervention target. Instead, we train activation probes to predict future behavior likelihoods from intermediate reasoning steps. These probes predict the most likely behavior with 64%-91% accuracy, revealing a separate type of internal prediction features. Building on these prediction features, we introduce a text-level steering method, Future Probe Controlled Generation. FPCG samples multiple candidate sentences and chooses the best one according to a probe predicting the future behavior likelihood. This enables steering with almost no output quality degradation. FPCG also enables steering in several evaluations where activation steering fails. These results show that distinguishing detection and prediction features enables a more nuanced approach to controlling LRM behaviors.