You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on a systematic review of **176 papers and online resources**, this survey establishes a holistic theoretical framework for Issue Resolution in software engineering. We examine how **Large Language Models (LLMs)** are transforming the automation of GitHub issue resolution. Beyond the theoretical analysis, we have curated a comprehensive collection of datasets and model training resources, which are continuously synchronized with our GitHub repository and project documentation website.
35
+
Based on a systematic review of **178 papers and online resources**, this survey establishes a holistic theoretical framework for Issue Resolution in software engineering. We examine how **Large Language Models (LLMs)** are transforming the automation of GitHub issue resolution. Beyond the theoretical analysis, we have curated a comprehensive collection of datasets and model training resources, which are continuously synchronized with our GitHub repository and project documentation website.
36
36
37
37
<!-- START EXPLORE -->
38
38
**🔍 Explore This Survey:**
@@ -67,7 +67,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
67
67
## 📚 Complete Paper List
68
68
69
69
70
-
> **Total: 176 works** across 14 categories
70
+
> **Total: 178 works** across 14 categories
71
71
72
72
73
73
### 📊 Evaluation Datasets
@@ -101,7 +101,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
101
101
102
102
### 🎯 Training Datasets
103
103
104
-
*Datasets for training issue resolution systems*
104
+
*Datasets for training issue resolution agents*
105
105
106
106
-**SWE-bench-extra**: SWE-bench: Can Language Models Resolve Real-world Github Issues? (2024)
107
107
-**Multi-SWE-RL**: Multi-SWE-bench: A Multilingual Benchmark for Issue Resolving (2025) [](https://openreview.net/forum?id=MhBZzkz4h9)
@@ -210,6 +210,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
210
210
-**Meta-RAG**: Meta-RAG on Large Codebases Using Code Summarization (2025) [](https://arxiv.org/abs/2508.02611)
211
211
-**InfCode**: InfCode: Adversarial Iterative Refinement of Tests and Patches for Reliable Software Issue Resolution (2025) [](https://arxiv.org/abs/2511.16004)
212
212
-**GraphLocator**: GraphLocator: Graph-guided Causal Reasoning for Issue Localization (2025) [](https://arxiv.org/abs/2512.22469)
213
+
-**SWE-Tester**: SWE-Tester: Training Open-Source LLMs for Issue Reproduction in Real-World Repositories (2026) [](https://arxiv.org/abs/2601.13713)
213
214
214
215
### 🧠 Memory-Enhanced Methods
215
216
@@ -226,10 +227,11 @@ Based on a systematic review of **176 papers and online resources**, this survey
226
227
-**AgentDiet**: Improving the Efficiency of LLM Agent Systems through Trajectory Reduction (2025) [](https://arxiv.org/abs/2509.23586)
227
228
-**ReasoningBank**: ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory (2025) [](https://arxiv.org/abs/2509.25140)
228
229
-**MemGovern**: MemGovern: Enhancing Code Agents through Learning from Governed Human Experiences (2026) [](https://arxiv.org/abs/2601.06789)
230
+
-**MemGovern**: MemGovern: Enhancing Code Agents through Learning from Governed Human Experiences (2026) [](https://arxiv.org/abs/2601.06789)[](https://github.com/QuantaAlpha/MemGovern)
229
231
230
232
### 📚 Supervised Fine-Tuning (SFT)
231
233
232
-
*Models trained via supervised fine-tuning*
234
+
*Models trained via supervised learning*
233
235
234
236
-**Lingma SWE-GPT**: SWE-GPT: A Process-Centric Language Model for Automated Software Improvement (2025)
235
237
-**ReSAT**: Repository Structure-Aware Training Makes SLMs Better Issue Resolver (2024) [](https://arxiv.org/abs/2412.19031)
@@ -246,6 +248,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
246
248
-**SWE-Compressor**: Context as a Tool: Context Management for Long-Horizon SWE-Agents (2025) [](https://arxiv.org/abs/2512.22087)
247
249
-**SWE-Lego**: SWE-Lego: Pushing the Limits of Supervised Fine-tuning for Software Issue Resolving (2026) [](https://arxiv.org/abs/2601.01426)
248
250
-**Agentic Rubrics**: Agentic Rubrics as Contextual Verifiers for SWE Agents (2026) [](https://arxiv.org/abs/2601.04171)
251
+
-**CGM**: Code Graph Model (CGM): A Graph-Integrated Large Language Model for Repository-Level Software Engineering Tasks (2025) [](https://arxiv.org/abs/2505.16901)[](https://github.com/codefuse-ai/CodeFuse-CGM)[](https://huggingface.co/codefuse-ai/CodeFuse-CGM-72B)
249
252
250
253
### 🎮 Reinforcement Learning (RL)
251
254
@@ -296,6 +299,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
296
299
-**ReasoningBank**: CodeMonkeys: Scaling Test-Time Compute for Software Engineering (2025) [](https://arxiv.org/abs/2501.14723)
297
300
-**SWE-PRM**: When Agents go Astray: Course-Correcting SWE Agents with PRMs (2025) [](https://arxiv.org/abs/2509.02360)
298
301
-**SIADAFIX**: SIADAFIX: issue description response for adaptive program repair (2025) [](https://arxiv.org/abs/2510.16059)
302
+
-**Agentic Rubrics**: Agentic Rubrics as Contextual Verifiers for SWE Agents (2026) [](https://arxiv.org/abs/2601.04171)[](https://scale.com/research/agenticrubrics)
Copy file name to clipboardExpand all lines: docs/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## About This Project
4
4
5
-
Based on a systematic review of 176 papers and online resources, this project establishes a holistic theoretical framework for Issue Resolution in software engineering. This website is designed to facilitate efficient literature retrieval and exploration.
5
+
Based on a systematic review of 178 papers and online resources, this project establishes a holistic theoretical framework for Issue Resolution in software engineering. This website is designed to facilitate efficient literature retrieval and exploration.
0 commit comments