Browse State-of-the-Art › Program Repair
Program Repair
52 papers with code · 4 benchmarks · 9 datasets archive 2025-07-28
Task of teaching ML models to modify an existing program to fix a bug in a given code.
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
4 leaderboard tables shown for this task, 4 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| DeepFix (4 rows) | DrRepair + BIFI | Break-It-Fix-It: Unsupervised Learning for Program Repair | code | Syntology ran 0 of 6 samples · 6 unverified | Compare |
| GitHub-Python (2 rows) | Transformer + BIFI | Break-It-Fix-It: Unsupervised Learning for Program Repair | code | Syntology ran 0 of 6 samples · 6 unverified | Compare |
| HumanEvalPack (1 row) | MGDebugger (DeepSeek-Coder-V2-Lite) | From Code to Correctness: Closing the Last Mile of Code Generation... | code | Syntology ran 8 of 9 samples · 1 unverified | Compare |
| TFix's Code Patches Data (1 row) | TFix | TFix: Learning to Fix Coding Errors with a Text-to-Text Transformer | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
9 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
6 subtasks in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 52 papers with code (132 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
8 Apr 2024 5 repositories listed Syntology ran 0 of 4 samples · 4 unverified · 1 pointer-only (licence)Recent progress in Large Language Models (LLMs) has significantly impacted the development process, where developers can use LLM-based programming assistants to achieve automated coding.
-
1 Jul 2024 4 repositories listed Syntology ran 3 of 24 samples · 21 unverifiedHowever, the complexity of these agent-based approaches, together with the limited abilities of current LLMs, raises the following question: Do we really have to employ complex autonomous software agents?
-
6 Mar 2023 4 repositories listed Syntology ran 1 of 6 samples · 5 unverifiedRecently, pre-trained large language models (LLMs) have shown impressive abilities in generating codes from natural language descriptions, repairing buggy codes, translating codes between languages, and retrieving…
-
17 Jun 2022 3 repositories listedDue to the vast number of students enrolled in Massive Open Online Courses (MOOCs), there has been an increasing number of automated program repair techniques focused on introductory programming assignments (IPAs).
-
27 Sep 2024 2 repositories listedThe key characteristics of RepairBench are: 1) it is execution-based: all patches are compiled and executed against a test suite, 2) it assesses frontier models in a frequent and standardized way.
-
9 Sep 2024 2 repositories listedLarge Language Models (LLMs) have revolutionized software engineering (SE), showcasing remarkable proficiency in various coding tasks.
-
11 Apr 2023 2 repositories listed Syntology ran 0 of 1 samples · 1 unverifiedIn particular, we demonstrate that Self-Debugging can teach the large language model to perform rubber duck debugging; i.
-
31 Mar 2021 2 repositories listedDespite the immense popularity of the Automated Program Repair (APR) field, the question of patch validation is still open.
-
10 Mar 2021 2 repositories listedExperiments on code summarization in the English language, code generation, and code translation in seven programming languages show that PLBART outperforms or rivals state-of-the-art models.
-
20 May 2020 2 repositories listed Syntology ran 4 of 6 samples · 2 unverifiedSecond, we present a self-supervised learning paradigm for program repair that leverages unlabeled programs available online to create a large amount of extra program repair examples, which we use to pre-train our…
-
21 Dec 2019 2 repositories listedWe fine-tune CuBERT on our benchmark tasks, and compare the resulting models to different variants of Word2Vec token embeddings, BiLSTM and Transformer models, as well as published state-of-the-art models, showing that…
-
3 Apr 2019 2 repositories listed Syntology ran 0 of 8 samples · 8 unverifiedWe show that it is beneficial to train a model that jointly and directly localizes and repairs variable-misuse bugs.
-
24 Dec 2018 2 repositories listedThis paper presents a novel end-to-end approach to program repair based on sequence-to-sequence learning.
-
28 Mar 2025 1 repository listedCoSIL reduces the search space through module call graphs, iteratively searches the function call graph to obtain relevant contexts, and uses context pruning to control the search direction and manage contexts…
-
9 Mar 2025 1 repository listedAutomated Program Repair (APR) is a task to automatically generate patches for the buggy code.
-
30 Jan 2025 1 repository listedThe irruption of DeepSeek-R1 constitutes a turning point for the AI industry in general and the LLMs in particular.
-
5 Dec 2024 1 repository listedWe propose DEVLoRe to use issue content (description and message) and stack error traces to localize buggy methods, then rely on debug information in buggy methods and issue content and stack error to localize buggy…
-
21 Nov 2024 1 repository listed Syntology ran 0 of 9 samples · 9 unverifiedLPW also sets new state-of-the-art Pass@1 accuracy, achieving 98.
-
2 Oct 2024 1 repository listed Syntology ran 8 of 9 samples · 1 unverifiedWhile large language models have made significant strides in code generation, the pass rate of the generated code is bottlenecked on subtle errors, often requiring human intervention to pass tests, especially for…
-
16 Sep 2024 1 repository listedLLMs have long demonstrated remarkable effectiveness in automatic program repair (APR), with OpenAI's ChatGPT being one of the most widely used models in this domain.
-
21 Aug 2024 1 repository listed Syntology ran 2 of 3 samples · 1 unverified · 3 pointer-only (licence)The gap between the trepidation of program reliability and the expense of repairs underscores the indispensability of Automated Program Repair (APR).
-
3 Jun 2024 1 repository listed Syntology ran 11 of 15 samples · 4 unverifiedThis approach led to the development of SemCoder, a Code LLM with only 6.
-
8 May 2024 1 repository listed Syntology ran 12 of 13 samples · 1 unverified · 13 pointer-only (licence)The emergence of large language models (LLMs) has sparked enormous interest due to their potential application across a range of educational tasks.
-
13 Apr 2024 1 repository listed Syntology ran 6 of 8 samples · 2 unverifiedIn this paper, we investigate a new approach to adapt LLMs to program repair.
-
25 Mar 2024 1 repository listed Syntology ran 1 of 1 samples · 0 unverified · 1 pointer-only (licence)Unlike existing deep learning-based approaches, which prompt a model with a fixed prompt or in a fixed feedback loop, our work treats the LLM as an agent capable of autonomously planning and executing actions to fix…
-
19 Feb 2024 1 repository listedIn this paper, we propose shifting the focus of robustness evaluation for Neural Program Repair (NPR) techniques toward naturally-occurring data transformations.
-
15 Jan 2024 1 repository listedWe investigate whether this correction capability of Large Language Models (LLMs) extends to Automatic Program Repair (APR).
-
25 Dec 2023 1 repository listed Syntology ran 3 of 3 samples · 0 unverified · 3 pointer-only (licence)This results in RepairLLaMA producing a highly effective `program repair adapter' for fixing bugs with AI.
-
13 Dec 2023 1 repository listedLarge Language Models (LLMs) have gained considerable traction within the Software Engineering (SE) community, impacting various SE tasks from code completion to test generation, from program repair to code…
-
8 Dec 2023 1 repository listedOur results indicate that overall repair success increases with the size of the local context (albeit not for all bug types) and confirm the common practice that roughly 50-60% of the input window should be used for…
Syntology lines on 14 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections