Harness-Zero 论文提出 agent-as-harness 方法,将专用 harness 能力蒸馏进模型

elvis · @omarsar0 · X·2026-09-24 20:13·2小时前
AI 导读

北京大学、Google 和 HKUST 等机构的论文 Harness-Zero 研究 agent harness 蒸馏,通过 agent-as-harness 在训练时用优化后的 harness 纠正学生模型在目标动作空间的响应,生成训练示范后微调。

elvis@omarsar0
52AI 编辑部评分,满分 100

Harness-Zero 论文提出 agent-as-harness 方法,将专用 harness 能力蒸馏进模型

2026-09-24 20:13· 2小时前
AI 导读

北京大学、Google 和 HKUST 等机构的论文 Harness-Zero 研究 agent harness 蒸馏,通过 agent-as-harness 在训练时用优化后的 harness 纠正学生模型在目标动作空间的响应,生成训练示范后微调。

Super interesting paper from Google and colleagues.

It studies where it's possible to distill an agent harness.

With the specialized harness removed, macro task success goes from 23.3% to 44.3%. That is higher than the 41.7% the base model reaches with the harness attached.

Harness-Zero uses the optimized harness only during training.

The optimized harness and the deployment harness have different action spaces, so a harnessing agent guided by the optimized harness corrects the student's responses in the deployment action space before they run. Those corrected runs become the training demonstrations.

Across 28 harness-induced behaviors in knowledge work, tool use and science, 82.3% are recovered on average. For frontier models using the same evolved harness, the agent-as-harness form also beats the code-as-harness form.

It remains to be seen how robust the approach is, but it's very interesting to see potential in harness distillation.

Paper: https://arxiv.org/abs/2609.24974

Chat with Paper: https://academy.dair.ai/papers/harness-zero-harness-distillation-via-agent-as-harness-2609.24974