Paper: 2609.01604 Authors: Himil Vasava, Ming Jiang Categories: cs.CL, cs.LG
The Gap
LLM-based evaluators are used in two capacities that both demand trust: as scoring tools for reporting quality, and as automated training signals for improving generators. In the second role their errors do not merely misreport — they are optimised against.
And yet the internal procedure by which a judge assigns a rating was poorly understood. Correlation studies showing that a judge’s scores track human scores tell you the output is useful; they say nothing about the mechanism, and therefore nothing about when it will fail. A training signal whose failure modes are uncharacterised is a liability in a way a reporting metric is not.
TWO ROLES FOR LLM JUDGES, BOTH DEMANDING TRUST
[1] SCORING TOOL
reports quality
[2] AUTOMATED TRAINING SIGNAL
its errors are not just misreported -- they are
OPTIMISED AGAINST
|
v
[GAP] the internal procedure behind a rating was
poorly understood
|
v
correlation with human scores only says the OUTPUT
is useful:
- nothing about the MECHANISM
- therefore nothing about WHEN IT FAILS
-> a training signal with uncharacterised failure
modes is a liability, unlike a reporting metric
The Increment
One sentence: Before this paper, how an LLM judge produces a rating was unexamined; after it, causal tracing identifies a two-stage pipeline with a sharp crystallization layer, and a base-model control isolates the two mechanisms fine-tuning installs on top of an existing substrate.
Core Mechanism
The instrumentation is thorough, and each piece answers a different kind of question.
An eight-attack perturbation taxonomy across the Readability and Adequacy dimensions. The attacks are the experimental stimulus: rather than observing the judge on ordinary inputs, the design introduces controlled errors of known kinds.
A generation pipeline producing paired clean and corrupt summaries with controlled error intensity and explicit token-level modification maps. This is what makes the analysis attributable — the corruption is localised and quantified, so when a mechanism responds, you know what it responded to.
A four-experiment battery: causal tracing, logit-lens vocabulary projection, and attention-head knockout. Three different instruments, which matters because the claims are about where computation happens and how information flows.
Applied to Themis (Llama-3-8B) and Prometheus (Mistral-7B), the result is a structured, coherent, two-stage pipeline:
- Below layer 15, attention performs local error comparison and routes the result to the final input position. The judge does not integrate everything at once; local comparison happens in attention, and its output is routed — the mechanism is explicitly about moving a signal to a place, not just computing it.
- Above layer 15, an MLP cascade integrates the signal and writes the rating. Integration and writing are separate from comparison and routing.
- The decision crystallizes in the residual stream at a sharp late layer — L=26 on Themis, L=25 on Prometheus. A “sharp” crystallization layer is a strong claim: the rating becomes determined at a specific depth rather than gradually.
Then the element that elevates this from a description to a finding: a base-model control at the same scale (Llama-3-8B) reproduces the routing architecture and the crystallization but not the stage separation. Because the base model shares the substrate, this control isolates the two mechanisms that fine-tuning specifically installs:
- Suppression of below-L15 MLP contribution at the last position.
- A two-layer advance of the crystallization depth.
The framing this supports is the paper’s most interesting claim: fine-tuning sculpts an existing substrate rather than building the pipeline from scratch. The base model already had the routing and the crystallization; what the judge training added was a change to the division of labour between attention and MLP at one position, and a shift in when the decision hardens.
INSTRUMENTATION
eight-attack perturbation taxonomy
(Readability + Adequacy dimensions)
paired clean/corrupt summaries,
controlled error intensity + token-level maps
four-experiment battery:
causal tracing | logit-lens projection | head knockout
JUDGES STUDIED: Themis (Llama-3-8B), Prometheus (Mistral-7B)
FINDING: A TWO-STAGE PIPELINE
BELOW L15: attention does LOCAL ERROR COMPARISON
and ROUTES the result to the final input position
ABOVE L15: MLP CASCADE integrates the signal and
WRITES the rating
CRYSTALLIZATION: the decision hardens at a SHARP late layer
L=26 (Themis) | L=25 (Prometheus)
BASE-MODEL CONTROL (Llama-3-8B, same scale)
reproduces: routing architecture + crystallization
does NOT reproduce: stage separation
-> ISOLATES WHAT FINE-TUNING INSTALLS
[1] suppression of below-L15 MLP contribution
at the last position
[2] a TWO-LAYER ADVANCE of the crystallization depth
-> CONCLUSION: fine-tuning SCULPTS AN EXISTING SUBSTRATE
rather than building the pipeline from scratch
Think of it as opening up a calibrated instrument and finding it was assembled from parts already in the box. You expect a bespoke measuring device to be built specially. Instead you find the housing, the wiring and the readout were already there, and the calibration step added exactly two things: it disconnected one component and moved the point at which the reading locks. That is a much more specific account than “the model learned to judge”, and it is falsifiable — the base model is the control that shows the parts were pre-existing.
Key Concepts
- Judge mechanism as a two-stage pipeline: local error comparison and routing in attention below layer 15, integration and rating in an MLP cascade above it. The separation into stages is the structural finding, and it distinguishes an engineered pipeline from a generic scoring behaviour.
- Routing to the final input position: the signal is not merely computed but moved to a specific location. Naming routing as a distinct step is what makes the below-L15 stage comparable to mechanisms like visual retrieval heads.
- Sharp crystallization: the rating becoming determined at a specific late layer (L=26, L=25) rather than accumulating gradually. It gives the pipeline a definite endpoint within the network.
- The base-model control as the isolator: same scale, same family, reproducing the architecture but not the stage separation. Without it, the finding would be a description of a judge; with it, it becomes a decomposition of what training adds.
- Sculpting rather than building: fine-tuning suppressing one contribution and advancing one transition depth. It reframes fine-tuning as a small edit to an existing computation rather than the construction of a new one.
Framework Shift
Before (judges as black-box scorers):
a judge correlates with human scores
-> its output is trusted, its procedure unknown
-> failure modes uncharacterised
-> used as a training signal anyway
After (judge as a traceable two-stage pipeline):
below L15: attention compares locally, routes to final position
above L15: MLP cascade integrates and writes the rating
crystallization is SHARP (L=26 / L=25)
base-model control: fine-tuning suppressed one contribution
and advanced the crystallization depth by two layers
-> fine-tuning sculpts an existing substrate
From trusting a judge’s scores because they correlate with human ratings, to knowing where in the network the comparison happens and where the decision hardens, the core shift is that a training signal’s mechanism can be traced, and tracing it identifies what is editable.
Expert Assessment
Problem choice: Excellent, and the motivation is the right one. Judges are used as training signals, which means their systematic errors are optimised against rather than merely reported — and you cannot reason about the failure modes of a mechanism you have not located.
Method maturity: The instrumentation is the strength: three complementary instruments (causal tracing, logit-lens projection, head knockout) rather than one, and a stimulus design with controlled corruption and token-level maps so that responses are attributable. The base-model control is the strongest design decision, because it converts a descriptive claim into a decomposition — and the resulting “sculpts rather than builds” framing is a genuinely useful way to think about what fine-tuning does.
Experimental integrity: The two judges come from different families, so the pipeline structure is not a single-architecture artefact, and the crystallization depths differ slightly between them while the shape holds. The perturbation taxonomy spans two quality dimensions rather than one. The main limitation is scope: two judges on one task family (summarization), so the stage structure’s generality is suggested rather than established, and the paper is appropriately careful not to claim it holds for all judges.
Writing quality: The abstract is information-dense but follows a clear order — taxonomy, pipeline, control, isolation, conclusion — and the “sculpts an existing substrate” phrase carries the interpretation. Because the practical readership wants to know which layers to intervene on, a short practical section — given this structure, where would you edit a judge to change what it rewards? — would make the finding considerably more usable.
Verdict: strong accept — it replaces an unexamined scoring procedure with a traced two-stage pipeline, and the base-model control isolates precise, actionable components of what judge training installs.
Takeaways
- Trace the mechanism behind any scoring tool you optimise against. A metric that only correlates with quality tells you nothing about when it will fail.
- Use a base-model control at matched scale. It separates what training added from what the architecture already provided, which is the difference between a description and a decomposition.
- Look for a crystallization layer. Knowing where a decision hardens tells you where an intervention would actually take effect.
- Check whether a pipeline stage is computing or routing. The below-layer-15 stage moves a comparison result to a specific position, and routing is an editable operation in a way that a diffuse computation is not.
论文: 2609.01604 作者: Himil Vasava, Ming Jiang 分类: cs.CL, cs.LG
缺口
基于大模型的评审器有两种用途,而两者都要求信任:作为报告质量的打分工具,以及作为改进生成模型的自动化训练信号。在第二种用途里,它的错误不只是”报错”——它会被针对性地优化。
然而评审器给出一个分数时的内部过程,此前理解得很差。 显示”评审分数与人类分数相关”的相关性研究,只能说明输出有用;它们对机制什么也没说,因而对”它什么时候会失效”也什么也没说。一个失效模式未被刻画的训练信号,其风险性质与一个报告指标完全不同。
大模型评审的两种用途,都要求信任
[1] 打分工具
报告质量
[2] 自动化训练信号
它的错误不只是报错——它会被「针对性地优化」
|
v
[缺口] 一个分数背后的内部过程,此前理解得很差
|
v
与人类分数的相关性只说明「输出」有用:
- 对「机制」什么都没说
- 因而对「何时失效」也什么都没说
-> 失效模式未被刻画的训练信号是一种负债,
而报告指标不是
增量
一句话: 在这篇论文之前,大模型评审如何产出一个评分从未被审视;在这篇论文之后,因果追踪识别出一条两阶段流水线及其锐利的”结晶层”,而一个基座模型对照隔离出了微调究竟在既有基底之上”装上”了哪两个机制。
核心机制
测量手段很彻底,而每一件都在回答不同种类的问题。
一套八种攻击的扰动分类法,覆盖 Readability 与 Adequacy 两个维度。这些攻击就是实验刺激:设计不是在普通输入上观察评审器,而是引入已知类型的受控错误。
一条生成流水线,产出成对的”干净/受损”摘要,带有受控的错误强度与显式的 token 级修改映射。这才是让分析可归因的东西——损坏是局部化且被量化的,所以当某个机制出现响应时,你知道它响应的是什么。
一套四实验组合:因果追踪、logit-lens 词表投影、以及注意力头剔除(knockout)。三件不同的仪器,这一点很重要,因为相关主张讲的是”计算发生在哪里”与”信息如何流动”。
对 Themis(Llama-3-8B)与 Prometheus(Mistral-7B) 应用后,得到一条结构化、连贯的两阶段流水线:
- 第 15 层以下,注意力执行局部错误比较,并把结果路由到最终的输入位置。 评审器不是一次性整合所有东西;局部比较发生在注意力里,而它的输出是被路由的——这个机制明确地是在把一个信号搬到某个位置,而不只是计算它。
- 第 15 层以上,一个 MLP 级联整合该信号并写出评分。 整合与写出,是与”比较与路由”分开的。
- 决策在残差流中于一个锐利的后段层”结晶”——Themis 是 L=26,Prometheus 是 L=25。“锐利的”结晶层是一个强主张:评分在某个特定深度变得确定,而不是逐渐成形。
接着是把它从一段描述提升为一个发现的要素:一个同规模的基座模型对照(Llama-3-8B)复现了路由架构与结晶,却没有复现阶段分离。 由于基座模型共享同一套基底,这个对照隔离出了微调专门装上的两个机制:
- 在第 15 层以下,于最后一个位置抑制 MLP 的贡献。
- 把结晶深度提前了两层。
由此支撑的框架是论文最有意思的主张:微调是在”雕琢”一个既有的基底,而不是从零开始搭建这条流水线。 基座模型本来就有路由与结晶;评审训练所加入的,是某一个位置上注意力与 MLP 之间的分工变化,以及决策在何时变硬的位移。
测量手段
八种攻击的扰动分类法
(Readability + Adequacy 两个维度)
成对的「干净/受损」摘要,
受控错误强度 + token 级映射
四实验组合:
因果追踪 | logit-lens 投影 | 注意力头剔除
被研究的评审器:Themis (Llama-3-8B)、Prometheus (Mistral-7B)
发现:一条「两阶段」流水线
L15 以下:注意力做「局部错误比较」,
并把结果「路由」到最终的输入位置
L15 以上:MLP「级联」整合该信号并「写出」评分
「结晶」:决策在一个「锐利的后段层」变硬
L=26(Themis)| L=25(Prometheus)
基座模型对照(Llama-3-8B,同规模)
复现:路由架构 + 结晶
未复现:阶段分离
-> 「隔离出」微调装上了什么
[1] 在最后一个位置抑制 L15 以下 MLP 的贡献
[2] 把结晶深度「提前两层」
-> 结论:微调是「雕琢既有基底」,
而不是从零搭建这条流水线
可以用**“拆开一台检定过的仪器,发现它是用盒子里本来就有的零件装成的”来理解这件事: 你会以为一台定制的测量装置是专门打造的。结果发现外壳、走线、读数器本来就都在;而”标定”这一步只加了两样东西:断开了一个部件,并移动了读数锁定的那个点**。 这比”模型学会了评审”具体得多,而且它是可证伪的——基座模型就是那个证明”零件原本就在”的对照。
关键概念
- 以两阶段流水线刻画评审机制: 第 15 层以下,注意力做局部错误比较与路由;第 15 层以上,MLP 级联做整合与评分。把它分成阶段是结构性发现,也把一条”被工程化的流水线”与一种”泛化的打分行为”区分开来。
- 路由到最终的输入位置: 该信号不仅被计算,还被搬到特定位置。把”路由”点名为一个独立步骤,才使 L15 以下这一阶段与”视觉检索头”这类机制具备可比性。
- 锐利的结晶: 评分在一个特定的后段层(L=26、L=25)变得确定,而不是逐渐累积。它给这条流水线在网络内部定出了一个明确的终点。
- 以基座模型对照作为隔离器: 同规模、同家族,复现了架构却没有复现阶段分离。没有它,这个发现只是”对某个评审器的描述”;有了它,它就成为”对训练加上了什么”的分解。
- “雕琢”而非”建造”: 微调抑制了一项贡献、并推进了一个转变深度。它把微调重新框定为对既有计算的一次小改动,而不是一次”新建”。
框架转变
之前(把评审当作黑箱打分器):
评审与人类分数相关
-> 信任其输出,过程未知
-> 失效模式未被刻画
-> 依然把它当作训练信号
之后(把评审当作可追踪的两阶段流水线):
L15 以下:注意力做局部比较,路由到最终位置
L15 以上:MLP 级联整合并写出评分
结晶是「锐利」的(L=26 / L=25)
基座对照:微调抑制了一项贡献,
并把结晶深度「提前了两层」
-> 微调是在「雕琢」既有基底
从”因为评审分数与人类评分相关而信任它”,转变为”知道比较发生在网络的哪里、决策在哪里变硬”,核心转变在于:一个训练信号的机制是可以被追踪的,而追踪它会识别出”哪里可改”。
专家评审
选题眼光: 极好,而且动机是对的。 评审被用作训练信号,这意味着它的系统性错误会被针对性优化,而不只是被”报告”;而对一个你尚未定位的机制,你无法推理它的失效模式。
方法成熟度: 测量手段是长处:三件互补的仪器(因果追踪、logit-lens 投影、头剔除)而不是一件;刺激设计带有受控损坏与 token 级映射,使响应可归因。 基座模型对照是最强的设计决定,因为它把一个描述性主张变成了一次分解——而由此得到的”雕琢而非建造”框架,是一种思考”微调做了什么”的、真正有用的方式。
实验诚意: 两个评审来自不同家族,因此流水线结构不是单一架构的假象;而它们的结晶深度略有差异、形状却保持一致。扰动分类法横跨两个质量维度而非一个。 主要局限是范围:两个评审器、一个任务家族(摘要),因此阶段结构的普适性只是被暗示而非被确立;论文也恰当地没有声称它适用于所有评审器。
写作功力: 摘要信息密度高,但顺序清楚——分类法、流水线、对照、隔离、结论——而”雕琢既有基底”这句话承载了解读。 由于实用型读者想知道”该干预哪些层”,若能加一小节实践指引——给定这个结构,你会去改评审器的哪里、以改变它奖励什么——会让这个发现可用得多。
判决: 强接收(Strong Accept) — 它把一个从未被审视的打分过程换成了被追踪的两阶段流水线;而基座模型对照隔离出了”评审训练装上的东西”中精确、可操作的部分。
要点总结
- 追踪你所优化的任何打分工具背后的机制。一个只与质量相关的指标,不会告诉你它何时会失效。
- 使用同规模的基座模型对照。它把”训练加上了什么”与”架构本来就提供了什么”分开——这是”描述”与”分解”之间的差别。
- 去找结晶层。知道决策在哪里变硬,就知道干预会在哪里真正生效。
- 判明一个流水线阶段是在计算还是在路由。L15 以下那一阶段是把一个比较结果搬到特定位置;而”路由”是一种可编辑的操作,弥散的计算则不是。