ProgramDistill:从交互式 Web 应用到可验证的参考引导 SWE 任务基准

HuggingFace Daily Papers(社区热门论文)·2026-09-16 08:00·1天前
AI 导读

研究团队推出 ProgramDistill 基准,通过 mine-craft-patch 流水线在 26 个应用中自动挖掘 1,975 个可重放验证的行为,构建出 4,063 个任务,用于评测编码智能体从可运行参考应用中推断功能的能力。

HuggingFace Daily Papers(社区热门论文)
44AI 编辑部评分,满分 100

ProgramDistill:从交互式 Web 应用到可验证的参考引导 SWE 任务基准

2026-09-16 08:00· 1天前
AI 导读

研究团队推出 ProgramDistill 基准,通过 mine-craft-patch 流水线在 26 个应用中自动挖掘 1,975 个可重放验证的行为,构建出 4,063 个任务,用于评测编码智能体从可运行参考应用中推断功能的能力。

Coding agents are typically evaluated with desired behavior specified through issues or instructions. In practical web development, however, agents may need to infer behavior from working software and implement it in an incomplete application. We introduce ProgramDistill, a benchmark evaluating coding agents on features discovered through interaction with fully functional reference applications. We build ProgramDistill by factorizing applications into features of different granularities, each associated with replayable behaviors executable via its gold patch.

Our pipeline, mine-craft-patch, discovers 1,975 replay-verified behaviors across 26 applications and constructs 4,063 tasks without human intervention. Across nine frontier coding agents, GPT-6 Astra and Claude Opus 5 achieve 49.2% and 28.8% success on cumulative workflows in full-application reconstruction. In partial-application reconstruction, success falls from 100% to 64.0% and from 96% to 32% as restoration depth increases from 1 to 8. ProgramDistill thus provides a scalable benchmark with controlled difficulty for evaluating and diagnosing coding agents, and a natural basis for future curriculum-based training.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org