Skip to content

Commit 371a5ee

Browse files
committed
docs: update paper
1 parent b0b88cc commit 371a5ee

File tree

13 files changed

+104
-34
lines changed

13 files changed

+104
-34
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Private source data (maintainer only)
2+
bib2data/
3+
4+
# Python cache
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
*.so
9+
.Python
10+
11+
# MkDocs build output
12+
site/
13+
14+
# IDEs
15+
.vscode/
16+
.idea/
17+
*.swp
18+
*.swo
19+
*~
20+
21+
# OS
22+
.DS_Store
23+
Thumbs.db
24+
25+
# Temporary files
26+
*.tmp
27+
*.bak
28+
*.log

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
[![GitHub Stars](https://img.shields.io/github/stars/DeepSoftwareAnalytics/Awesome-Issue-Resolution?style=for-the-badge&logo=github&color=4c1)](https://github.com/DeepSoftwareAnalytics/Awesome-Issue-Resolution)
88
[![Forks](https://img.shields.io/github/forks/DeepSoftwareAnalytics/Awesome-Issue-Resolution?style=for-the-badge&logo=github&color=blue)](https://github.com/DeepSoftwareAnalytics/Awesome-Issue-Resolution/fork)
9-
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
9+
[![Awesome](https://img.shields.io/badge/Awesome-FC60A8?style=for-the-badge&logo=awesomelists&logoColor=white)](https://github.com/sindresorhus/awesome)
1010
[![Paper](https://img.shields.io/badge/PAPER-PDF-4285F4?style=for-the-badge&logo=googledocs&logoColor=white)](https://deepsoftwareanalytics.github.io/Awesome-Issue-Resolution/paper/)
1111
[![arXiv](https://img.shields.io/badge/arXiv-2601.11655-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/2601.11655)
1212
[![Hugging Face](https://img.shields.io/badge/HF_Paper-2601.11655-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000)](https://huggingface.co/papers/2601.11655)
1313
[![Tables](https://img.shields.io/badge/TABLES-Statistics-blue?style=for-the-badge&logo=databricks)](https://deepsoftwareanalytics.github.io/Awesome-Issue-Resolution/tables/)
1414
[![Contributors](https://img.shields.io/github/contributors/DeepSoftwareAnalytics/Awesome-Issue-Resolution?style=for-the-badge&color=green&logo=github)](https://github.com/DeepSoftwareAnalytics/Awesome-Issue-Resolution/graphs/contributors)
15-
![Papers Count](https://img.shields.io/badge/papers-176-green?style=for-the-badge&logo=googlescholar&logoColor=white)
15+
![Papers Count](https://img.shields.io/badge/papers-178-green?style=for-the-badge&logo=googlescholar&logoColor=white)
1616

1717
[**📖 Documentation Website**](https://deepsoftwareanalytics.github.io/Awesome-Issue-Resolution/) | [**📄 Full Paper**](https://deepsoftwareanalytics.github.io/Awesome-Issue-Resolution/paper/) | [**📋 Tables & Resources**](https://deepsoftwareanalytics.github.io/Awesome-Issue-Resolution/tables/)
1818

@@ -32,7 +32,7 @@
3232

3333
## 📖 Abstract
3434

35-
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.
3636

3737
<!-- START EXPLORE -->
3838
**🔍 Explore This Survey:**
@@ -67,7 +67,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
6767
## 📚 Complete Paper List
6868

6969

70-
> **Total: 176 works** across 14 categories
70+
> **Total: 178 works** across 14 categories
7171
7272

7373
### 📊 Evaluation Datasets
@@ -101,7 +101,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
101101

102102
### 🎯 Training Datasets
103103

104-
*Datasets for training issue resolution systems*
104+
*Datasets for training issue resolution agents*
105105

106106
- **SWE-bench-extra**: SWE-bench: Can Language Models Resolve Real-world Github Issues? (2024)
107107
- **Multi-SWE-RL**: Multi-SWE-bench: A Multilingual Benchmark for Issue Resolving (2025) [![OpenReview](https://img.shields.io/badge/OpenReview-paper-8C1B13?logo=openreview&logoColor=white)](https://openreview.net/forum?id=MhBZzkz4h9)
@@ -210,6 +210,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
210210
- **Meta-RAG**: Meta-RAG on Large Codebases Using Code Summarization (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2508.02611)
211211
- **InfCode**: InfCode: Adversarial Iterative Refinement of Tests and Patches for Reliable Software Issue Resolution (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2511.16004)
212212
- **GraphLocator**: GraphLocator: Graph-guided Causal Reasoning for Issue Localization (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2512.22469)
213+
- **SWE-Tester**: SWE-Tester: Training Open-Source LLMs for Issue Reproduction in Real-World Repositories (2026) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2601.13713)
213214

214215
### 🧠 Memory-Enhanced Methods
215216

@@ -226,10 +227,11 @@ Based on a systematic review of **176 papers and online resources**, this survey
226227
- **AgentDiet**: Improving the Efficiency of LLM Agent Systems through Trajectory Reduction (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2509.23586)
227228
- **ReasoningBank**: ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2509.25140)
228229
- **MemGovern**: MemGovern: Enhancing Code Agents through Learning from Governed Human Experiences (2026) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2601.06789)
230+
- **MemGovern**: MemGovern: Enhancing Code Agents through Learning from Governed Human Experiences (2026) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2601.06789) [![GitHub](https://img.shields.io/badge/GitHub-repo-24292F?logo=github&logoColor=white)](https://github.com/QuantaAlpha/MemGovern)
229231

230232
### 📚 Supervised Fine-Tuning (SFT)
231233

232-
*Models trained via supervised fine-tuning*
234+
*Models trained via supervised learning*
233235

234236
- **Lingma SWE-GPT**: SWE-GPT: A Process-Centric Language Model for Automated Software Improvement (2025)
235237
- **ReSAT**: Repository Structure-Aware Training Makes SLMs Better Issue Resolver (2024) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2412.19031)
@@ -246,6 +248,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
246248
- **SWE-Compressor**: Context as a Tool: Context Management for Long-Horizon SWE-Agents (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2512.22087)
247249
- **SWE-Lego**: SWE-Lego: Pushing the Limits of Supervised Fine-tuning for Software Issue Resolving (2026) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2601.01426)
248250
- **Agentic Rubrics**: Agentic Rubrics as Contextual Verifiers for SWE Agents (2026) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](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) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2505.16901) [![GitHub](https://img.shields.io/badge/GitHub-repo-24292F?logo=github&logoColor=white)](https://github.com/codefuse-ai/CodeFuse-CGM) [![HuggingFace](https://img.shields.io/badge/HuggingFace-dataset-ff7e21?logo=huggingface&logoColor=white)](https://huggingface.co/codefuse-ai/CodeFuse-CGM-72B)
249252

250253
### 🎮 Reinforcement Learning (RL)
251254

@@ -296,6 +299,7 @@ Based on a systematic review of **176 papers and online resources**, this survey
296299
- **ReasoningBank**: CodeMonkeys: Scaling Test-Time Compute for Software Engineering (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2501.14723)
297300
- **SWE-PRM**: When Agents go Astray: Course-Correcting SWE Agents with PRMs (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2509.02360)
298301
- **SIADAFIX**: SIADAFIX: issue description response for adaptive program repair (2025) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2510.16059)
302+
- **Agentic Rubrics**: Agentic Rubrics as Contextual Verifiers for SWE Agents (2026) [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2601.04171) [![Website](https://img.shields.io/badge/Website-paper-5B9BD5?logo=googlechrome&logoColor=white)](https://scale.com/research/agenticrubrics)
299303

300304
### 📥 Data Collection Methods
301305

data/papers_inference_scaling.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Inference-Time Scaling
2-
# Auto-generated from taxonomy.tex and BibTeX file
3-
41
- short_name: SWE-Search
52
title: 'SWE-Search: Enhancing Software Agents with Monte Carlo Tree Search and Iterative
63
Refinement'
@@ -32,3 +29,11 @@
3229
venue: arXiv preprint arXiv:2510.16059 2025
3330
links:
3431
arxiv: https://arxiv.org/abs/2510.16059
32+
- short_name: Agentic Rubrics
33+
title: Agentic Rubrics as Contextual Verifiers for SWE Agents
34+
authors: Mohit Raghavendra, Anisha Gunjal, Bing Liu, Yunzhong He
35+
venue: arXiv preprint arXiv:2601.04171
36+
year: '2026'
37+
links:
38+
arxiv: https://arxiv.org/abs/2601.04171
39+
website: https://scale.com/research/agenticrubrics

data/papers_memory.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Memory-Enhanced Methods
2-
# Auto-generated from taxonomy.tex and BibTeX file
3-
41
- short_name: Infant Agent
52
title: 'Infant Agent: A Tool-Integrated, Logic-Driven Agent with Cost-Effective
63
API Usage'
@@ -88,3 +85,13 @@
8885
venue: arXiv preprint arXiv:2601.06789 2026
8986
links:
9087
arxiv: https://arxiv.org/abs/2601.06789
88+
- short_name: MemGovern
89+
title: 'MemGovern: Enhancing Code Agents through Learning from Governed Human Experiences'
90+
authors: Qihao Wang, Ziming Cheng, Shuo Zhang, Fan Liu, Rui Xu, Heng Lian, Kunyi
91+
Wang, Xiaoming Yu, Jianghao Yin, Sen Hu, Yue Hu, Shaolei Zhang, Yanbing Liu, Ronghao
92+
Chen, Huacan Wang
93+
venue: arXiv preprint arXiv:2601.06789
94+
year: '2026'
95+
links:
96+
arxiv: https://arxiv.org/abs/2601.06789
97+
github: https://github.com/QuantaAlpha/MemGovern

data/papers_sft.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Supervised Fine-Tuning (SFT)
2-
# Auto-generated from taxonomy.tex and BibTeX file
3-
41
- short_name: Lingma SWE-GPT
52
title: 'SWE-GPT: A Process-Centric Language Model for Automated Software Improvement'
63
authors: Ma, Yingwei, Cao, Rongyu, Cao, Yongchang, Zhang, Yue, Chen, Jue, Liu, Yibo,
@@ -120,3 +117,15 @@
120117
venue: arXiv preprint arXiv:2601.04171 2026
121118
links:
122119
arxiv: https://arxiv.org/abs/2601.04171
120+
- short_name: CGM
121+
title: 'Code Graph Model (CGM): A Graph-Integrated Large Language Model for Repository-Level
122+
Software Engineering Tasks'
123+
authors: Hongyuan Tao, Ying Zhang, Zhenhao Tang, Hongen Peng, Xukun Zhu, Bingchang
124+
Liu, Yingguang Yang, Ziyin Zhang, Zhaogui Xu, Haipeng Zhang, Linchao Zhu, Rui
125+
Wang, Hang Yu, Jianguo Li, Peng Di
126+
venue: NeurIPS 2025
127+
year: '2025'
128+
links:
129+
arxiv: https://arxiv.org/abs/2505.16901
130+
github: https://github.com/codefuse-ai/CodeFuse-CGM
131+
huggingface: https://huggingface.co/codefuse-ai/CodeFuse-CGM-72B

data/papers_tool.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Tool-Augmented Methods
2-
# Auto-generated from taxonomy.tex and BibTeX file
3-
41
- short_name: MAGIS
52
title: 'MAGIS: LLM-Based Multi-Agent Framework for GitHub Issue Resolution'
63
authors: Wei Tao, Yucheng Zhou, Yanlin Wang, Wenqiang Zhang, Hongyu Zhang, Yu Cheng
@@ -294,3 +291,12 @@
294291
venue: arXiv preprint arXiv:2512.22469 2025
295292
links:
296293
arxiv: https://arxiv.org/abs/2512.22469
294+
- short_name: SWE-Tester
295+
title: 'SWE-Tester: Training Open-Source LLMs for Issue Reproduction in Real-World
296+
Repositories'
297+
authors: Aditya Bharat Soni, Rajat Ghosh, Vaishnavi Bhargava, Valerie Chen, Debojyoti
298+
Dutta
299+
venue: arXiv preprint arXiv:2601.13713
300+
year: '2026'
301+
links:
302+
arxiv: https://arxiv.org/abs/2601.13713

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## About This Project
44

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.
66

77

88
---

0 commit comments

Comments
 (0)