Legibility is Not Interpretability: Comparing Judged and Actual Importance in Chain-Of-Thought Reasoning

2026-09-03Computation and Language

Computation and LanguageMachine Learning
AI summary

The authors examine if the written steps in chain-of-thought reasoning by language models really show which steps are important for getting the right answer. They measure importance by how much a step improves the chance of a correct final answer, using simulations. They find that while some models can spot important steps better than random guessing, they still miss a lot, especially for correct answers. Their work suggests that just reading the text of reasoning steps doesn't fully reveal their true contribution, warning against over-interpreting these traces as clear explanations.

chain-of-thought reasoninglanguage modelsLLM judgesreasoning tracestep importanceMonte Carlo rolloutsprocess reward modelingfaithfulness evaluationinterpretability
Authors
Kevin Du, Alexander Hoyle, Laura Ruis, Acyr Locatelli
Abstract
Reasoning traces from chain-of-thought models appear to offer a legible window into how a model arrives at its answer. A growing body of work treats them as such, using LLM judges to diagnose errors, evaluate faithfulness, and provide step-level supervision via process reward models and generative critics. These practices rely on the text of a reasoning step carrying information about its functional role. But does the text actually encode information about which reasoning steps matter? We operationalize the importance of a reasoning step as its advantage: the change in expected reward, e.g., producing the correct final answer, from including that step, estimated via Monte Carlo rollouts. Basing ground truth on these estimates, we evaluate whether LLM judges can identify high-advantage steps and find that sufficiently capable LLMs can outperform a prevalence baseline but fall well short of a noise ceiling. Fine-tuning a model as a step-level critic yields strong improvement for incorrect responses but remains distant from ceiling for correct responses, suggesting that step importance is only partially recoverable from the text of the reasoning trace. Our findings contribute to a growing body of chain-of-thought faithfulness work that cautions against treating the legibility of reasoning traces as interpretability, especially with implications for process reward modeling.