Can You Read Step Importance in CoT Text? Legibility ≠ Interpretability
A COLM 2026 paper defines CoT step importance as RL advantage and tests LLM judges. Fine-tuned critics improve on wrong answers but not correct ones. Text alone does not expose step importance.
Why This Paper Matters Now
The idea that chain-of-thought (CoT) text makes a model's reasoning "readable" is deeply ingrained. Tools like LLM judges, process reward models, and generative critics all analyze CoT steps to score outputs or provide step-by-step feedback. But does the text actually reflect what the model is thinking? This COLM 2026 paper, posted to arXiv in September 2026, gives a rigorous answer.
Core Concept: Measuring Step Importance as Advantage
The authors define the importance of each reasoning step as advantage. In RL, advantage measures "how much better this action is than the baseline in the current state." Here, for each reasoning step, they remove it and resample; the drop in final accuracy indicates importance. They measure this with Monte Carlo rollouts. Larger drops mark the step as consequential; smaller or no change marks it as uninformative. Importantly, this labeling does not rely on looking at the text content; it is grounded in actual model behavior.
Experimental Results: The Limits of Judges and Fine-tuned Critics
They tested how well LLM judges can recover this "true importance." They evaluated judges ranging from Qwen3-1.7B up to Qwen3-32B and Qwen3-6-27B zero-shot, plus fine-tuned critics with a regression head on each backbone. Metrics are PR-AUC and precision@k%.
The results are clear. Out-of-the-box judges perform only slightly above chance and cannot approach the noise ceiling. Fine-tuned critics reach PR-AUC 0.28–0.30 on internal splits and 0.18–0.32 on external splits, near the noise ceiling on incorrect responses. But on correct responses, they score only 0.065–0.10, roughly 10–20% of the noise ceiling. So when the model is right, simply reading the text and judging which steps were decisive is very hard.
Additionally, they conducted a cue-based faithfulness test. When given the cue "the answer is B," the model often follows that cue in reasoning steps even when it was not cued. In the base setting, 58% of responses include the consequential step; in the cue setting, that drops to 15%. Even without an explicit cue in the text, the model's internal search can become "decision-biased" toward the cue. This is an important caveat.
Practical Implications for CoT Interpretation
This research carries a stronger message than simply "judges are weak." When step importance is defined as an RL concept, text alone tends to compress that importance. Process reward models or generative critics need additional signals beyond text to provide step-level supervision orpidar feedback. In short, the fact that the thinking model or larger models perform better does not mean they "find the correct answer in the reasoning process." Rather, it may reflect a strong prior toward correct answers from the very first step. CoT may be better understood as a strong expression of prior confidence than as an explanation of how the answer was reached.
Research code and data are publicly available. The repository is at https://github.com/kdu4108/importance-advantage, and the dataset is on Hugging Face.
Source: arXiv:2609.04194
References
- arXiv paper: https://arxiv.org/abs/2609.04194
- PDF: https://arxiv.org/pdf/2609.04194
- GitHub repo: https://github.com/kdu4108/importance-advantage
- Hugging Face dataset: https://huggingface.co/datasets/kducohere/MC-Math-Rollouts
- OpenReview: https://openreview.net/forum?id=Qhex5RJmzs
Related posts
AI/ML ResearchPara-Pipe extracts 115% ML operator parallelism from SoCs
arXiv 2609.04168 introduces Para-Pipe, a SoC scheduler that exploits hierarchical operator parallelism in ML graphs, achieving up to 115% latency improvement on A311D and 23% energy gains on BST.
AI/ML Research자연어로 함수를 컴파일한다? Compile by Training
매 입력마다 대형 모델 API를 호출하는 대신, 한 번의 컴파일로 사양을 로컬 신경 함수로 바꾸는 'Compile by Training'을 소개해요. 벤치마크에서 의미 정확도 22.4%에서 83.6%로 올리고, 컴파일 후에는 교사 모델 없이도 동작해요.
Black-Box LLM Judges Can Fail Reliability Tests
arXiv 2609.04198 reports black-box LLM judge reproducibility at Spearman 0.400, below 0.99. It preregisters experiments and recommends auditing calibration before live scoring.
Curated, fact-checked, and edited by a single operator before publishing.