Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/4 13:14:55
Cross-Layer Interaction under Weight-Space Ablation: A Closed-Form Attention Jacobian Bound and a Test on a Real Pretrained Model
AI 中文解读
这项研究给AI的“黑匣子”又打开了一道缝。核心亮点在于,科学家首次在真实大模型上验证了一套数学公式,能精确预测当我们“拔掉”AI某个特定部件时,它内部其他部分会如何连锁反应,误差为零。通俗地说,以前我们只能靠反复试验来摸索AI内部哪些“零件”负责什么功能,现在有了一个理论“标尺”,能提前算出改动某个零件对其他功能的影响范围,就像给AI做“神经外科手术”前先画好了脑图。这项突破的实际影响在于,未来开发者能更精准地“维修”或“定制”AI,比如在不影响整体能力的前提下,精准消除AI的偏见或错误记忆,而不用像现在这样“头痛医头”式地重新训练整个模型。这意味着未来AI会更可靠、更可控,我们使用AI服务时,遇到“一本正经胡说八道”的情况可能会大幅减少。
A companion paper studies when activation patching and weight-space ablation agree, inside an idealized model where a conditional computation is carried additively through a residual stream. For the one composition in that model where two carriers are architecturally dependent, an attention head and its own layer's normalization-MLP composition, it derives an exact first-order interaction formula, zero when only the MLP is ablated and second-order bounded when the head is also ablated. That result is confined to a single residual block and checked only on small transformers on a synthetic task.
This paper extends the result past both limits. First, the interaction from ablating carriers spanning several layers decomposes exactly into same-block terms, one per touched layer, plus a cross-layer remainder on which the decomposition makes no claim of smallness. Second, we isolate that remainder exactly, for two layers, as a double integral of a mixed second derivative, and name the missing ingredient needed to bound it: a Jacobian bound for the attention sub-block. We derive this bound in closed form and verify it, without a single violation, against Qwen2.5-1.5B-Instruct's real weights, though we do not yet chain it across layers. We also give, in closed form, the curvature constant the companion paper's bound leaves unexhibited.
Third, on that same model, we search for and find an emergent circuit for indirect object identification, never designed into it, using the original activation-patching method for this task, and test collapse, dissociation, and interaction on it. The result is mixed: a shared carrier emerges across all five tested instances, collapse and dissociation hold on most but not all, and a nonzero interaction is measurable on three of five, at layer pairs outside the same-block case the companion theorem covers.
分享
阅读原文 ↗