Tracing the Traces: Latent Temporal Signals for Efficient and Accurate Reasoning
Martina G. Vilas, Safoora Yousefi, Besmira Nushi, Eric Horvitz, Vidhisha Balachandran
TL;DR
This work introduces Latent-Trajectory signals, a training-free set of metrics derived from hidden-state trajectories during reasoning traces to predict final-answer accuracy. By segmenting traces into blocks and aggregating per-layer latent states, the authors define Net Change, Cumulative Change, and Aligned Change, which outperform surface or output-based cues in predicting correctness. They demonstrate that LT signals enable more efficient multi-sample inference and enable early selection of high-quality traces, reducing token usage by up to ~70% while maintaining or improving accuracy. The findings offer practical inference-time strategies and contribute to a deeper understanding of how latent representations evolve during reasoning in language models.
Abstract
Reasoning models improve their problem-solving ability through inference-time scaling, allocating more compute via longer token budgets. Identifying which reasoning traces are likely to succeed remains a key opportunity: reliably predicting productive paths can substantially reduce wasted computation and improve overall efficiency. We introduce Latent-Trajectory signals that characterize the temporal evolution of a model's internal representations during the generation of intermediate reasoning tokens. By measuring the overall change in latent representations between the start and end of reasoning, the change accumulated across intermediate steps, and the extent to which these changes advance toward the final state, we show that these signals predict solution accuracy more reliably than both cross-layer metrics and output-based confidence measures. When used to guide answer selection across multiple sampled generations, Latent-Trajectory signals make test-time scaling more effective and efficient than majority voting, reducing token usage by up to 70% while preserving and even improving accuracy by 2.6% on average. Moreover, these predictive signals often emerge early in the reasoning trace, enabling early selection and allocation of compute to the most promising candidates. Our findings contribute not only practical strategies for inference-time efficiency, but also a deeper interpretability perspective on how reasoning processes are represented and differentiated in latent space.
