AI RESEARCH

AgentPack: A Dataset of Code Changes, Co-Authored by Agents and Humans

arXiv CS.CL

ArXi:2509.21891v2 Announce Type: replace-cross Fine-tuning large language models for code editing has typically relied on mining commits and pull requests. The working hypothesis has been that commit messages describe human intent in natural language, and patches to code describe the changes that implement that intent. However, much of the previously collected data is noisy: commit messages are terse, human-written commits commingle several unrelated edits, and many commits come from simple, rule-based bots. The recent adoption of software engineering agents changes this landscape.