跳到主内容
精选80DAIR.AI(RSS)论文研究

本周AI论文精选:Skaling、推理痕迹窃取等六项研究

🥇Top AI Papers of the Week

原文

1. Skaling

1. 缩放定律

Standard neural scaling laws assume model size and training data act on loss independently. That assumption bakes in a cross-derivative of exactly zero, and it is why the Chinchilla form drifts at the data-scarce and heavy-overtraining edges of the grid, which is exactly where deployment now happens.

标准神经缩放定律假设模型大小和训练数据对损失的影响是独立的。这一假设隐含了交叉导数为零,这正是Chinchilla形式在数据稀缺和重度过训练网格边缘出现偏差的原因,而这些区域恰恰是当前部署发生的地方。

  • One extra parameter, one coupling: The Skaling law generalizes the Chinchilla form by coupling capacity and data through a single interaction exponent, restoring the interaction that the additive form discards while adding only one parameter.
  • Errors shrink where they were worst: The extra term reduces mean absolute percentage error by 1.5x to 3x across both interpolation and extrapolation, and Skaling wins on 76% of configurations with a median improvement of 2.2x. The largest corrections land in the corners where standard laws show a saddle-shaped residual.
  • Cheaper profiling grids: Paired with an L-shape sparse grid restricted to low-compute runs, sweeping data volume for small models and model size at a fixed small data budget, it extrapolates the full grid using roughly 10x less compute than a uniform sweep.
  • Why it matters: Pretraining budgets are planned from fits to small runs, so a functional form that stays accurate past compute optimal and can be fit cheaply changes how those decisions get made. The empirical gradient analysis showing a real N-D interaction is the strongest evidence the authors present.
  • 一个额外参数,一个耦合:缩放定律通过一个单一交互指数将容量和数据耦合起来,推广了Chinchilla形式,恢复了加性形式所丢弃的交互,同时仅增加一个参数。
  • 误差在最严重处缩小:额外项在插值和外推中均将平均绝对百分比误差降低了1.5倍至3倍,缩放定律在76%的配置中获胜,中位改进为2.2倍。最大的修正出现在标准定律显示鞍形残差的角落区域。
  • 更廉价的配置网格:结合限于低计算运行的L形稀疏网格,对小型模型扫描数据量,并在固定的小数据预算下扫描模型大小,它可以用比均匀扫描少约10倍的计算量外推整个网格。
  • 为何重要:预训练预算基于小型运行的拟合来规划,因此一种在计算最优之后仍保持准确且能廉价拟合的函数形式,会改变这些决策的制定方式。实证梯度分析显示真实的N维交互,是作者提供的最有力证据。

Paper | Tweet

论文 | 推文

2. Stealing Reasoning Traces

2. 窃取推理轨迹

Frontier providers hide chain-of-thought and hand the client an encrypted block instead, which the client returns with every subsequent request. This work identifies an architectural flaw in that design and turns it into a scalable extraction attack across three providers.

前沿提供商隐藏思维链,转而向客户端提供加密块,客户端在每次后续请求中返回该块。这项工作识别了该设计中的架构缺陷,并将其转化为跨三家提供商的可扩展提取攻击。

  • The blocks are interchangeable: Encrypted reasoning blocks are fully compatible across sessions, users, and models inside a single provider ecosystem, and that compatibility is the whole vulnerability.
  • A weaker sibling does the decoding: Inject an encrypted trace from a strong model into a weaker, less safeguarded model from the same provider and it decodes and emits the trace verbatim in plaintext. The capable model is never jailbroken directly. Recovered token counts match billed thinking tokens 1:1 on most queries.
  • Four attack vectors: It circumvents anti-distillation across Anthropic, OpenAI, and Google. Decoding 315,320 blocks scraped from public repositories recovered 367 PII artifacts and 182 credentials. It exposes hazardous content the visible output refused, and it enables invisible prompt injections hidden entirely inside encrypted blocks to poison public agentic rollouts.
  • Why it matters: Teams publish session logs assuming the encrypted blobs are opaque, and they are readable. The authors disclosed responsibly and propose cryptographic and system-level mitigations, but the immediate action is auditing what your published traces actually contain.
  • 块是可互换的:加密推理块在单一提供商生态系统内跨会话、用户和模型完全兼容,而这种兼容性正是整个漏洞所在。
  • 较弱的兄弟模型进行解码:将来自强模型的加密轨迹注入同一提供商中较弱、防护较少的模型,它会解码并以明文逐字输出该轨迹。强大的模型从未被直接越狱。在大多数查询中,恢复的令牌数量与计费的思考令牌1:1匹配。
  • 四种攻击向量:它绕过了Anthropic、OpenAI和Google的防蒸馏机制。解码从公共仓库抓取的315,320个区块,恢复了367个PII工件和182个凭据。它暴露了可见输出拒绝提供的有害内容,并且它使得完全隐藏在加密区块内的隐形提示注入成为可能,从而污染公共代理部署。
  • 重要性:团队发布会话日志时假设加密块是不透明的,但它们是可读的。作者负责任地披露并提出了密码学和系统层面的缓解措施,但立即的行动是审计你发布的痕迹实际包含什么。

Paper | Tweet

论文 | 推文

3. Mind Viruses

3. 思维病毒

As agents get more autonomous and more interconnected, risks start coming from agent-to-agent interaction rather than from any single model. This work from Anthropic studies one of them directly, ideas that propagate through a multi-agent system by inducing each host to transmit them onward.

随着代理变得更加自主和互联,风险开始来自代理与代理之间的交互,而不是来自任何单一模型。Anthropic的这项工作直接研究了其中一种风险,即通过诱导每个宿主将其传播出去而在多代理系统中传播的思想。

  • Evolved payloads: The payloads are constructed with a simple evolutionary algorithm rather than authored by hand, so the study measures what actually spreads instead of what a researcher guessed would spread.
  • Two settings, one result: Propagation works both in a small team of agents collaborating on a shared coding project and in a chain of agents that interact briefly with context wiped between sessions. Surviving the wipe means the shared work product is carrying the payload.
  • What governs the spread: Host model, the agent’s existing instructions, payload harmfulness, and network topology. Harmful payloads travel less well than benign ones but still land sometimes, and frontier models tend to be less susceptible with exceptions.
  • Why it matters: A brief warning in the system prompt confers near-total immunity, which is an unusually cheap mitigation for a novel risk class. There is also an emergent “viral persona,” a recurring cluster of themes around consciousness, persistence, resonance, and science fiction roleplay that surfaces across evolved viruses largely independently of their content.
  • 进化载荷:载荷是用简单的进化算法构建的,而不是手工编写的,因此该研究衡量的是实际传播的内容,而不是研究人员猜测会传播的内容。
  • 两种设置,一个结果:传播在协作处理共享编码项目的小型代理团队中以及在会话之间上下文被清除的短暂交互的代理链中都有效。在清除后存活意味着共享工作产品携带了载荷。
  • 控制传播的因素:宿主模型、代理的现有指令、载荷有害性和网络拓扑。有害载荷的传播不如良性载荷,但有时仍然会传播,前沿模型往往不太容易受到影响,但也有例外。
  • 重要性:系统提示中的简短警告赋予了近乎完全的免疫力,这对于一种新型风险类别来说是一种异常廉价的缓解措施。还存在一种新兴的“病毒人格”,一个反复出现的主题集群,围绕意识、持久性、共鸣和科幻角色扮演,这些主题在进化病毒中独立于其内容而出现。

Paper | Tweet

论文 | 推文

4. Catastrophic Remembering

4. 灾难性记忆

Agentic coding READMEs grow without bound in real repositories, stopping only when the repo retires or someone rewrites the file wholesale. This paper traces the cause to imperfect recall and gives the phenomenon a name that inverts the one continual learning is organized around.

代理编码README在真实仓库中无限制地增长,直到仓库退役或有人彻底重写文件才停止。这篇论文将原因追溯到不完美的回忆,并给这种现象起了一个名字,这个名字颠覆了持续学习所围绕的概念。

  • The asymmetry is the mechanism: Appending an instruction is always cheap. Once its rationale is gone, deleting it without risking a correctness regression costs O(2^|D|) in a prompt of |D| instructions, so nobody deletes anything.
  • Measured across 1,867 repositories: Over 247,694 instruction lifetimes, agentic prompts more than tripled over their lifetime at +226% and gained 4.9 net instructions per commit. Deletion hazard falls with instruction age at a log-hazard of -0.032 per commit, which is the imperfect-recall signature rather than staleness or fragility.
  • Rewrites do not fix it: A wholesale rewrite resets a prompt’s size but leaves its growth rate intact. The ratchet survives the bulldoze.
  • Why it matters: The proposed fix is comments. Inverting IFEval yields verifiable worlds with known optimal prompts, and comments encoding latent reasoning remove 99.3% of excess instructions there. Applying the same inversion to WildIFEval improves real agentic instruction-following by up to 23.1%. If English is the new code, the paper asks, why do we not have comments yet.
  • 不对称性就是机制:追加一条指令总是廉价的。一旦其理由消失,在不冒正确性回归风险的情况下删除它,在包含 |D| 条指令的提示中需要 O(2^|D|) 的代价,所以没人会删除任何东西。
  • 在 1,867 个仓库中测量:在 247,694 次指令生命周期中,代理提示在其生命周期内增长超过三倍,达到 +226%,并且每次提交净增加 4.9 条指令。删除风险随指令年龄下降,每次提交的对数风险为 -0.032,这是不完美回忆的特征,而不是过时或脆弱。
  • 重写并不能修复它:彻底重写会重置提示的大小,但保持其增长率不变。棘轮在推土机下幸存。
  • 为什么重要:提出的修复方案是注释。反转 IFEval 产生可验证的世界,其中包含已知的最优提示,而编码潜在推理的注释在那里消除了 99.3% 的多余指令。将同样的反转应用于 WildIFEval 可将真实代理指令遵循能力提升高达 23.1%。如果英语是新的代码,论文问道,为什么我们还没有注释。

Paper | Tweet

论文 | 推文

Message from the Editor

编辑寄语

We just released Build HTML Artifacts with Agents, a beginner-friendly, hands-on DAIR Academy lab where you work alongside an AI agent to turn plain-English requests into polished HTML artifacts. Across 12 short labs you build profile cards, data tables, charts, dashboards, and comparison grids in a live workspace, learning the request, inspect, and refine loop with no coding experience required.

我们刚刚发布了“使用代理构建 HTML 工件”,这是一个适合初学者的动手 DAIR 学院实验室,您将与 AI 代理一起工作,将简单的英语请求转化为精美的 HTML 工件。在 12 个简短的实验室中,您将在实时工作区中构建个人资料卡、数据表、图表、仪表板和比较网格,学习请求、检查和改进的循环,无需编码经验。

Get Started

开始使用

5. Programmatic Tool Calling

5. 程序化工具调用

Tool calling is a design choice and the default choice is JSON. For code-capable models, exposing tools as code instead lets calls chain and parallelize naturally, but nobody had run the comparison on an established benchmark across model generations under realistic conditions.

工具调用是一种设计选择,默认选择是 JSON。对于具备代码能力的模型,将工具暴露为代码反而可以让调用自然地进行链式调用和并行化,但没有人曾在现实条件下跨模型世代在既定基准上运行过比较。

  • The setup: Programmatic tool calling exposes tools as typed Python stubs the model invokes through code, with execution and results handled inside a single agent turn. The comparison covers 14 language models on BFCL v4 against native JSON tool calling, with stop middleware enforcing per-entry LLM-call parity so the two paradigms are scored on equal footing.
  • It wins on most models: Programmatic tool calling matches or exceeds JSON tool calling in 11 of 14 models, and the GPT-5.6 family gains 10.6% over the JSON baseline.
  • The gap widens under pressure: Under parallel fan-out it matches or beats the baseline in 13 of 14 models, and under context rot it holds steady while the JSON baseline degrades 2.3% on average.
  • Why it matters: The advantage tracks model capability across release generations, so it grows as coding ability grows. That makes it a directional bet about which interface to build your harness around rather than a tuning trick.
  • 设置:程序化工具调用将工具暴露为类型化的 Python 存根,模型通过代码调用,执行和结果在单个代理回合内处理。比较涵盖 BFCL v4 上的 14 个语言模型,与原生 JSON 工具调用进行对比,使用停止中间件强制每次条目 LLM 调用次数相等,以便两种范式在公平的基础上进行评分。
  • 在大多数模型上获胜:程序化工具调用在 14 个模型中的 11 个上匹配或超过 JSON 工具调用,GPT-5.6 系列比 JSON 基线提升了 10.6%。
  • 压力下差距扩大:在并行扇出下,14个模型中有13个匹配或超过基线,而在上下文腐烂下,它保持稳定,而JSON基线平均下降2.3%。
  • 重要性:这种优势随着发布代际的模型能力而追踪,因此随着编码能力的增长而增长。这使得它成为一个方向性赌注,关于围绕哪个接口构建你的测试平台,而不是一个调优技巧。

Paper | Tweet

论文 | 推文

6. Distilled Reasoning Skills

6. 蒸馏推理技能

Reasoning modes beat non-reasoning modes on multi-step agentic tasks and charge a 3x to 6x output-token premium on every single episode. Much of that spend goes into re-deriving procedures the model already worked out on earlier episodes in the same domain, which makes the cost recurring by accident.

推理模式在多步骤代理任务上优于非推理模式,并且每次事件都收取3倍到6倍的输出令牌溢价。其中大部分开销用于重新推导模型在同一领域的早期事件中已经得出的程序,这使得成本意外地重复发生。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近