what_they_did
The authors define step importance in chain-of-thought reasoning as the advantage: the difference in expected final reward (e.g., correct answer) between including and excluding a step. They estimate this via Monte Carlo rollouts that sample completions with and without the step. On a set of reasoning traces from LLMs, they ask capable LLM judges (e.g., GPT-4) to rate step importance and compare these judgments to the estimated ground truth. They also fine-tune a model as a step-level critic and evaluate its performance separately on correct and incorrect final answers.
key_findings
- LLM judges outperform a prevalence baseline (always predicting the majority class) but achieve accuracy far below a noise ceiling derived from Monte Carlo variance.
- Fine-tuning a step-level critic yields substantial gains on incorrect responses but leaves performance on correct responses still distant from the noise ceiling.
- The results suggest that step importance is only partially recoverable from the text of the reasoning trace, challenging the assumption that legibility implies interpretability.
why_it_matters
This work provides rigorous empirical evidence that chain-of-thought reasoning traces are not a transparent window into model internals. It has direct implications for process reward modeling, where step-level supervision from LLM judges or critics is used to guide or evaluate reasoning—the authors show that such supervision is unreliable for important steps, especially when the final answer is correct.
caveats
The advantage-based definition of importance, while principled, depends on the quality of Monte Carlo rollouts and the reward signal (e.g., binary correctness). The evaluation is limited to specific tasks and models, and the noise ceiling may be unattainable due to inherent stochasticity. The fine-tuning experiment uses a single architecture and may not generalize to other setups.