đ¤ AI Summary
The SWE-Bench public leaderboard lacks transparent documentation for submissions, obscuring the architectures, origins, and technical choices underlying LLM- and agent-based program repair approaches. Method: This work conducts the first systematic empirical attribution analysis of all 147 submissions to SWE-Bench Lite and Verifiedâspanning 67 distinct solutionsâleveraging submission metadata, source code repositories, documentation, and architectural descriptions across multiple dimensions. Results: We identify three key phenomena: (1) dominance of closed-source models (Claude 3.5/3.7), (2) balanced participation from both individual developers and organizations, and (3) coexistence of agentic and non-agentic paradigms. Our study establishes the first reproducible, empirically grounded benchmark characterization of the AI-driven program repair ecosystem, clarifying core distribution patternsâincluding LLM provenance (open vs. closed), system paradigm, and submitter identityâthereby providing the first evidence-driven, holistic practice map for automated program repair (APR) research.
đ Abstract
The rapid progress in Automated Program Repair (APR) has been driven by advances in AI, particularly large language models (LLMs) and agent-based systems. SWE-Bench is a recent benchmark designed to evaluate LLM-based repair systems using real issues and pull requests mined from 12 popular open-source Python repositories. Its public leaderboards, SWE-Bench Lite and SWE-Bench Verified, have become central platforms for tracking progress and comparing solutions. However, because the submission process does not require detailed documentation, the architectural design and origin of many solutions remain unclear. In this paper, we present the first comprehensive study of all submissions to the SWE-Bench Lite (68 entries) and Verified (79 entries) leaderboards, analyzing 67 unique approaches across dimensions such as submitter type, product availability, LLM usage, and system architecture. Our findings reveal the dominance of proprietary LLMs (especially Claude 3.5/3.7), the presence of both agentic and non-agentic designs, and a contributor base spanning from individual developers to large tech companies.