Paper: 2609.04194 Authors: Kevin Du, Alexander Hoyle, Laura Ruis, Acyr Locatelli Categories: cs.CL, cs.LG

The Gap

Chain-of-thought traces look like a window into how a model reached its answer, and a growing body of practice treats them as one: LLM judges diagnose errors from the trace, evaluate faithfulness from it, and provide step-level supervision through process reward models and generative critics.

All of that rests on an assumption that is easy to state and had not been tested: the text of a reasoning step carries information about its functional role. A readable step and an important step are not the same thing, and the difference matters precisely for the applications that read traces. A process reward model trained on what looks like the key step is rewarding the legible step, which may not be the load-bearing one.

The distinction is between legibility — the trace is readable — and interpretability — the trace tells you what the model actually did.

   CoT TRACES TREATED AS A WINDOW INTO DECISION-MAKING

   LLM judges DIAGNOSE ERRORS from the trace
   faithfulness is EVALUATED from the trace
   step-level supervision (process reward models,
     generative critics) is DERIVED from the trace
        |
        v
   ALL REST ON AN ASSUMPTION, EASY TO STATE AND UNTESTED:
     the TEXT of a reasoning step carries information about
     its FUNCTIONAL ROLE
        |
        v
   [WHY THE DISTINCTION MATTERS]
     a READABLE step and an IMPORTANT step are not the same
     -> a process reward model trained on what LOOKS like the
        key step is rewarding the LEGIBLE step, which may not
        be the LOAD-BEARING one
        |
        v
   LEGIBILITY        = the trace is readable
   INTERPRETABILITY  = the trace tells you what the model
                       actually did

The Increment

One sentence: Before this paper, the informational content of a reasoning step was assumed; after it, step importance defined as expected-reward advantage and measured by Monte Carlo rollout is only partially recoverable from the trace’s text, which is a caution for process reward modeling and CoT faithfulness work.

Core Mechanism

The contribution is the operationalisation, because it converts a philosophical worry into a measurable question. A step’s importance is its advantage: the change in expected reward — such as producing the correct final answer — from including that step, estimated by Monte Carlo rollouts. That is a functional definition: a step matters if its inclusion changes the outcome distribution, regardless of how it reads.

Establishing that ground truth is what makes the rest measurable. Then the question becomes empirical: can judges identify high-advantage steps?

The answer is a bounded one, and its shape is the finding:

Sufficiently capable LLMs can outperform a prevalence baseline. So there is some signal in the text about functional role — a judge doing better than the base rate of important steps is evidence that readability correlates with importance to a degree.

But they fall well short of a noise ceiling. The ceiling is the important reference point. Falling short of it means the text does not contain enough information to identify important steps reliably, even in principle for this method — so the gap is not a shortfall of effort or scale but of available signal.

Fine-tuning a model as a step-level critic yields strong improvement for incorrect responses but remains distant from ceiling for correct responses. This asymmetry is the sharpest part of the result. When the response is wrong, step importance is much more recoverable — plausibly because a wrong answer often has an identifiable point where it went wrong, which the text reflects. When the response is correct, importance stays largely hidden. So the regime that matters most for process reward modeling — supervising the steps of successful reasoning — is precisely the regime where the text is least informative.

The paper’s own framing of the implication is careful: the findings contribute to a growing body of chain-of-thought faithfulness work that cautions against treating the legibility of reasoning traces as interpretability, and they carry particular implications for process reward modeling. That last clause is the actionable one, and it follows directly: if a critic cannot reliably identify which steps of a correct trace matter, then a reward model built on critic judgements is supervising against a partially unobservable target.

   OPERATIONALISATION: WHAT MAKES A STEP IMPORTANT

   a step's ADVANTAGE = the CHANGE IN EXPECTED REWARD
     (e.g., producing the correct final answer)
     from INCLUDING that step
        <- estimated via MONTE CARLO ROLLOUTS
        <- a FUNCTIONAL definition: a step matters if its
           inclusion changes the outcome distribution,
           REGARDLESS OF HOW IT READS

   THEN THE EMPIRICAL QUESTION: can judges identify
   HIGH-ADVANTAGE steps?
        |
        +-- SUFFICIENTLY CAPABLE LLMs beat a
        |   PREVALENCE baseline
        |     -> there IS some signal in the text about
        |        functional role
        |
        +-- BUT fall WELL SHORT OF A NOISE CEILING
        |     -> the text does not contain enough information
        |        to identify important steps reliably
        |     -> a shortfall of AVAILABLE SIGNAL, not of
        |        effort or scale
        |
        +-- FINE-TUNED STEP-LEVEL CRITIC
              STRONG improvement for INCORRECT responses
              remains DISTANT FROM CEILING for CORRECT responses
              <- the sharpest finding: the regime that matters
                 most for process reward modeling -- supervising
                 the steps of SUCCESSFUL reasoning -- is exactly
                 where the text is least informative
                 (a wrong answer often has an identifiable
                  point where it went wrong; a right one may not)

Think of it as reading a chess player’s narrated thoughts and trying to work out which move actually decided the game. The narration is fluent and often plausible, and some of what it says is genuinely load-bearing. But a move that sounds like a dramatic turning point may have been forced, while a quiet move the player barely mentions may have been the one that mattered. If you trained a coach on which moves sound important, you would be teaching them to praise the narratively satisfying ones. And notice where the method would work best: on games that were lost, the mistake is often visible in the narrative because it produced a clearly bad position. On games that were won, the decisive move can be invisible — and that is exactly the case where you want the coaching.

Key Concepts

  • Advantage as step importance: the change in expected reward from including a step, estimated by Monte Carlo rollout. Defining importance functionally — by effect rather than by appearance — is what makes the question measurable and separates it from readability.
  • Legibility versus interpretability: a readable trace versus a trace that identifies what mattered. Conflating them is the error the paper targets, and it is specifically the error that process reward models would inherit.
  • The noise ceiling as the reference: beating a prevalence baseline shows signal exists; falling short of the ceiling shows it is insufficient. Both halves are needed to state the result accurately.
  • The correct/incorrect asymmetry: step importance is much more recoverable for wrong answers than right ones. It matters because supervising successful reasoning is the main use case, and that is the harder regime.
  • Partial recoverability as the claim: not that traces are uninformative, but that functional role is only partly in the text. Keeping the claim at that strength is what makes it credible and still consequential.

Framework Shift

Before (trace as a faithful account):
  read the reasoning trace, diagnose errors from it,
  evaluate faithfulness from it, derive step supervision
  -> assume the text of a step carries its functional role
  -> reward the steps that LOOK like the key ones

After (importance measured functionally):
  advantage = change in expected reward from including
              the step, via Monte Carlo rollout
  -> capable judges beat a prevalence baseline but fall
     well short of a noise ceiling
  -> a fine-tuned critic is strong on incorrect responses,
     distant from ceiling on correct ones
  -> step importance is only PARTLY recoverable from text

From treating a legible trace as an interpretable one, to measuring a step’s importance by its effect on the outcome and finding the text carries only part of it, the core shift is that reading a model’s reasoning is not the same as knowing which of its reasoning mattered.

Expert Assessment

Problem choice: Excellent, and it is aimed precisely at the practice most affected. Chain-of-thought faithfulness is discussed at length, but process reward modeling consumes step-level judgements at scale — so a finding that step importance is partially unobservable from text bears directly on a deployed technique rather than on an interpretive debate.

Method maturity: Defining importance as advantage and estimating it by rollout is the right operationalisation: it is model-internal, causal, and independent of how the step reads, which is exactly what a test of the legibility assumption requires. Establishing a noise ceiling as a reference is a methodological strength — it makes “judges are imperfect” into a statement about the available signal. The fine-tuned critic probes how far the recoverable part can be pushed, which is the appropriate follow-up to the judge measurement.

Experimental integrity: The asymmetry between correct and incorrect responses is reported rather than smoothed, and it is the result least favourable to the applications the paper discusses. The claim is kept at the strength the evidence supports — partial recoverability, not uninformativeness. The open question is scope: the Monte Carlo advantage estimates depend on the task’s reward being well defined and on enough rollouts to estimate the difference, and how the findings transfer to tasks with sparser or noisier reward, such as open-ended generation, is not established.

Writing quality: The advantage definition is stated exactly once and used consistently, which is what makes a functional definition usable. Because the actionable consequence is a warning about process reward models, a short passage on what a practitioner should do — for instance, evaluating a critic against rollout-based advantages before trusting its supervision — would convert the caution into a procedure.

Verdict: strong accept — it tests the assumption that makes step-level supervision possible, operationalises step importance causally, and reports that the text carries only part of it, with the sharpest gap exactly where the application needs it most.

Takeaways

  • Measure importance by effect, not by appearance. A step’s advantage is the change in expected reward from including it, and that is not the same as how much it sounds like it mattered.
  • Establish a ceiling before judging a gap. Beating a baseline and falling short of a ceiling are both necessary halves of a claim about available signal.
  • Check which regime your supervision sits in. Step importance is more recoverable for wrong answers than right ones, so supervising successful reasoning is the harder case.
  • Validate a step-level critic against rollout-based advantages. If importance is only partly in the text, critic judgements are supervising against a partially unobservable target.

论文: 2609.04194 作者: Kevin Du, Alexander Hoyle, Laura Ruis, Acyr Locatelli 分类: cs.CL, cs.LG

缺口

思维链轨迹看起来像一扇通往”模型如何得到答案”的窗户,而越来越多的实践把它当作窗户:大模型评审从轨迹里诊断错误、从轨迹里评估忠实性、并通过过程奖励模型与生成式批评者提供逐步监督。

这一切都建立在一个容易陈述、却从未被检验的假设上:一步推理的文本,承载了它「功能角色」的信息。 一步「读起来清楚」和一步「重要」并不是同一件事,而这个差别恰恰对那些”读轨迹”的应用最要紧。一个按”看起来像是关键步骤”训练出来的过程奖励模型,奖励的是可读的那一步,而那一步未必是承重的那一步。

这个区分就是可读性(legibility)——轨迹读得通——与可解释性(interpretability)——轨迹告诉你模型究竟做了什么——之间的区分。

   CoT 轨迹被当作"通往决策的窗户"

   大模型评审「从轨迹里诊断错误」
   忠实性「从轨迹里评估」
   逐步监督(过程奖励模型、生成式批评者)
     「从轨迹里导出」
        |
        v
   全部建立在一个"容易陈述、却未被检验"的假设上:
     一步推理的「文本」承载了它「功能角色」的信息
        |
        v
   [为什么这个区分要紧]
     「读起来清楚」的一步与「重要」的一步不是同一件事
     -> 一个按"看起来像关键步骤"训练的过程奖励模型,
        奖励的是「可读」的那一步,而它未必是「承重」的那一步
        |
        v
   可读性    = 轨迹读得通
   可解释性  = 轨迹告诉你模型究竟做了什么

增量

一句话: 在这篇论文之前,一步推理的信息含量是被假定的;在这篇论文之后,把”步骤重要性”定义为”期望奖励优势”并用蒙特卡洛展开测量后发现:它从轨迹文本中只能被部分恢复——这对过程奖励建模与思维链忠实性研究是一则警示。

核心机制

贡献在于操作化,因为它把一个哲学上的担忧变成了一个可测量的问题。 一步的重要性就是它的”优势”:把这一步包含进来所带来的期望奖励变化——例如是否产出正确的最终答案——由蒙特卡洛展开估计。这是一个功能性定义:只要它的纳入改变了结果分布,这一步就重要,无论它读起来如何

建立起这个真值,才让其余部分变得可测。于是问题变成了经验的:评审能识别出高优势的步骤吗?

答案是有边界的,而它的形状就是发现:

能力足够的大模型能够超过”普遍性基线”。 所以文本里确实有关于功能角色的一些信号——评审好于”重要步骤的基础出现率”,是”可读性与重要性存在某种相关”的证据。

但它们远未达到”噪声上限”。 上限是那个重要的参照点。远未达到它,意味着文本里所含的信息不足以可靠地识别重要步骤——对这个方法而言,即便在原理上也不足。所以这道落差不是努力或规模不够,而是可用信号不够

把模型微调成逐步批评者后,对「错误」回答有显著提升,但对「正确」回答仍距上限很远。 这种不对称是结果中最锋利的部分。当回答错了,步骤重要性要可恢复得多——大概因为错误答案往往有一个”从此处开始出错”的可辨识点,而文本反映了它。当回答正确时,重要性在很大程度上仍然是隐藏的。也就是说,对过程奖励建模最要紧的那个区间——为成功推理的步骤提供监督——恰恰是文本信息量最低的区间。

论文对该含义的表述是谨慎的:这些发现加入了一批正在增长的思维链忠实性工作,它们警示不要把推理轨迹的「可读性」当作「可解释性」,并且对过程奖励建模尤其有含义。最后那句才是可操作的,而它直接推出:如果一个批评者无法可靠判断”一条正确轨迹里哪几步重要”,那么建立在批评者判断之上的奖励模型,就是在对着一个部分不可观测的目标做监督。

   操作化:是什么让一步变得重要

   一步的「优势」 = 把它「纳入」所带来的「期望奖励变化」
     (例如:是否产出正确的最终答案)
        <- 由「蒙特卡洛展开」估计
        <- 一个「功能性」定义:只要纳入它改变了结果分布,
           这一步就重要,「无论它读起来如何」

   然后是经验问题:评审能识别出「高优势」的步骤吗?
        |
        +-- 能力足够的 LLM 超过「普遍性基线」
        |     -> 文本里「确实」有关于功能角色的信号
        |
        +-- 但「远未达到噪声上限」
        |     -> 文本所含信息「不足以」可靠识别重要步骤
        |     -> 这是「可用信号」的不足,
        |        不是努力或规模的不足
        |
        +-- 微调后的「逐步批评者」
              对「错误」回答:显著提升
              对「正确」回答:仍「距上限很远」
              <- 最锋利的发现:对过程奖励建模最要紧的区间
                 ——为「成功」推理的步骤提供监督——恰恰是
                 文本信息量最低之处
                 (错误答案往往有一个可辨识的出错点;
                  正确答案未必有)

可以用**“读一位棋手口述的思路,试图判断究竟是哪一步决定了这盘棋”来理解这件事: 口述很流畅、往往也说得通,其中有些确实是承重的。 但一步听起来像戏剧性转折的棋,可能是被迫的**;而一步棋手几乎没提的安静着法,可能才是真正要紧的那一步。 如果你按”哪一步听起来重要”去训练一位教练,你就是在教他去表扬叙事上令人满足的那些着法。 而注意这个方法会在哪里最管用:在输掉的棋局里,错误往往在叙述中可见,因为它导致了一个明显糟糕的局面;在赢下的棋局里,决定性的那一步可能看不见——而那恰恰是你最需要教练的场合。

关键概念

  • 以”优势”作为步骤重要性: 把某步纳入后期望奖励的变化,由蒙特卡洛展开估计。用功能(效果而非外观)来定义重要性,才让问题变得可测,也才把它与”可读性”分开。
  • 可读性 vs 可解释性: 读得通的轨迹 vs 能指出”什么要紧”的轨迹。把两者混为一谈,正是论文所针对的错误,而且它恰恰是过程奖励模型会继承的那个错误。
  • 以噪声上限作为参照: 超过普遍性基线说明”信号存在”;未达上限说明”信号不充分”。两半都需要,才能准确陈述这个结果。
  • 正确/错误的不对称: 步骤重要性在错误回答上要可恢复得多。这很重要,因为”为成功推理提供监督”是主要用例,而那正是更难的区间。
  • “可部分恢复”作为主张: 不是”轨迹没有信息”,而是”功能角色只有一部分写在文本里”。把主张保持在这个强度,才使它既可信、又仍有后果。

框架转变

之前(把轨迹当作忠实记述):
  读推理轨迹、从中诊断错误、
  从中评估忠实性、从中导出逐步监督
  -> 假定一步的文本承载其功能角色
  -> 奖励那些「看起来」像关键步骤的步骤

之后(用功能方式测量重要性):
  优势 = 把该步纳入所带来的期望奖励变化,
         由蒙特卡洛展开估计
  -> 能力足够的评审超过普遍性基线,却远未达到噪声上限
  -> 微调后的批评者在错误回答上很强,
     在正确回答上距上限很远
  -> 步骤重要性只能「部分」从文本中恢复

从”把可读的轨迹当作可解释的轨迹”,转变为”用它对结果的影响来测量一步的重要性,并发现文本只承载了其中一部分”,核心转变在于:读懂一个模型的推理,不等于知道它的哪些推理起了作用。

专家评审

选题眼光: 极好,而且它精确瞄准了受影响最大的那个实践。 思维链忠实性被讨论了很多,但过程奖励模型是在规模化地消费逐步判断——所以”步骤重要性从文本中部分不可观测”这一发现,直接作用于一项已部署的技术,而不是一场解释学争论。

方法成熟度: 把重要性定义为”优势”并用展开估计,是正确的操作化:它是模型内部的、因果的、且独立于”这一步读起来如何”——而这恰恰是检验”可读性假设”所需要的。 设立噪声上限作为参照是一处方法学长处:它把”评审不完美”变成了一个关于可用信号的陈述。微调批评者探测的是”可恢复的那部分能被推到多远”,这是对评审测量的恰当后续。

实验诚意: 正确/错误之间的不对称被如实报告、没有被抹平,而它恰恰是对论文所讨论的那些应用最不利的结果。主张被保持在证据支持的强度上——部分可恢复,而不是”没有信息”。 开放问题是范围:蒙特卡洛优势估计依赖于”任务的奖励定义良好”、以及”展开次数足以估出差异”;而这些发现如何迁移到奖励更稀疏或更嘈杂的任务(例如开放式生成),并未被确立。

写作功力: 优势的定义只陈述一次、并被一致使用,这才是功能性定义可用的原因。 由于可操作的后果是一则关于过程奖励模型的警告,若能补一小段”实践者该怎么做”——比如在信任某个批评者的监督之前,先拿基于展开的优势去检验它——就能把警告变成一套流程。

判决: 强接收(Strong Accept) — 它检验了使逐步监督成为可能的那个假设,以因果方式操作化”步骤重要性”,并报告文本只承载了其中一部分;而最锋利的落差正好落在应用最需要它的地方。

要点总结

  • 效果而非外观来衡量重要性。一步的优势是把该步纳入后期望奖励的变化,而这与”它听起来有多像起了作用”不是同一件事。
  • 判断落差之前先设立上限。超过基线、又未达上限,是”关于可用信号”的一个主张的两半,缺一不可。
  • 检查你的监督处在哪个区间。步骤重要性在错误回答上更可恢复,因此”为成功推理提供监督”是更难的那一种。
  • 基于展开的优势去验证逐步批评者。如果重要性只有一部分写在文本里,那么批评者的判断就是在对着一个部分不可观测的目标做监督。