paper-with-me

홈 › Papers

ProgramDistill: From Interactive Web Apps to Verifiable Reference-Guided SWE Tasks

2026-09-16 · Jeonghye Kim, Minseon Kim, Young Jin Kim, Matheus Pereira, Marc-Alexandre Côté, Alessandro Sordoni, Xingdi Yuan, Zhengyan Shi hf

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.

📄 PDF Abstract BibTeX arXiv:2609.18805

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards

2025-10-01 · Yiran Shen, Yu Xia, Jonathan Chang, Prithviraj Ammanabrolu arxiv

Aligning large language models to human preferences is inherently multidimensional, yet most pipelines collapse heterogeneous signals into a single objective. We seek to answer what it would take to simultaneously align …

References Improve LLM Alignment in Non-Verifiable Domains

2026-02-18 · Kejian Shi, Yixin Liu, Peifeng Wang, Alexander R. Fabbri 외 arxiv

While Reinforcement Learning with Verifiable Rewards (RLVR) has shown strong effectiveness in reasoning tasks, it cannot be directly applied to non-verifiable domains lacking ground-truth verifiers, such as LLM alignment…

Reinforcement Learning

ScaleWoB: Guiding GUI Agents with Coding Agents via Large-Scale Environmental Synthesis

2026-05-24 · Guohong Liu, Jialei Ye, Pengzhi Gao, Wei Liu 외 arxiv

GUI agents powered by large language models are advancing rapidly, creating urgent needs for evaluation and training based on realistic environments. However, directly doing so in real-world environments introduces some …

iOSWorld: A Benchmark for Personally Intelligent Phone Agents

2026-06-08 · Lawrence Keunho Jang, Mareks Woodside, Geronimo Carom, Andrew Keunwoo Jang 외 arxiv

A useful phone agent needs to be personally intelligent. It should reason over a user's identity, history, and preferences as they exist on the device, not just follow isolated instructions in an impersonal sandbox. Exis…

Do Phone-Use Agents Respect Your Privacy?

2026-04-01 · Zhengyang Tang, Ke Ji, Xidong Wang, Zihan Ye 외 arxiv

We study whether phone-use agents respect privacy while completing benign mobile tasks. This question has remained hard to answer because privacy-compliant behavior is not operationalized for phone-use agents, and ordina…