Skip to content

Commit 8d37ec6

Browse files
author
Nora
committed
docs: update papers
1 parent 78544b4 commit 8d37ec6

12 files changed

Lines changed: 272 additions & 24 deletions

.claude/settings.local.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"mcp__exa__crawling_exa",
5+
"mcp__exa__web_search_exa",
6+
"mcp__exa__get_code_context_exa",
7+
"mcp__websearch__bailian_web_search",
8+
"WebFetch(domain:github.com)",
9+
"Bash(gh repo view QuantaAlpha/EvoControl --json name,description,readme,repositoryTopics)",
10+
"Bash(gh repo view GenSI-THUAIR/FLEX --json name,description,readme,repositoryTopics)",
11+
"Bash(gh repo view CharlesQ9/Alita --json name,description,readme,repositoryTopics)",
12+
"Bash(gh repo view MaximeRobeyns/self_improving_coding_agent --json name,description,readme,repositoryTopics)",
13+
"Bash(gh repo view huangd1999/AgentCoder --json name,description,readme,repositoryTopics)",
14+
"Bash(gh repo view EvoAgentX/EvoAgentX --json name,description,readme,repositoryTopics)",
15+
"Bash(gh repo view JARVIS-Xs/SE-Agent --json name,description,readme,repositoryTopics)",
16+
"Bash(gh repo view jennyzzt/dgm --json name,description,readme,repositoryTopics)",
17+
"WebSearch",
18+
"Bash(gh repo view JARVIS-Xs/SE-Agent --json name,description,stars,forks,topics)",
19+
"Bash(gh repo view MaximeRobeyns/self_improving_coding_agent --json name,description,stars,forks,topics)",
20+
"Bash(gh repo view huangd1999/AgentCoder --json name,description,stars,forks,topics)",
21+
"Bash(gh repo view jennyzzt/dgm --json name,description,stars,forks,topics)",
22+
"Bash(gh repo view EvoAgentX/EvoAgentX --json name,description,stars,forks,topics)"
23+
]
24+
}
25+
}

README.md

Lines changed: 22 additions & 11 deletions
Large diffs are not rendered by default.

app/data/papers_evaluation_datasets.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- short_name: SWE-Shield
2+
title: Does Pass Rate Tell the Whole Story? Evaluating Design Constraint Compliance
3+
in LLM-based Issue Resolution
4+
authors: Kai Yu, Zhenhao Zhou, Junhao Zeng, Ying Wang, Xueying Du, Zhiqiang Yuan,
5+
Junwei Liu, Ziyu Zhou, Yujia Wang, Chong Wang, Xin Peng
6+
year: '2026'
7+
venue: arXiv preprint arXiv:2604.05955
8+
month: 2026-04
9+
links:
10+
arxiv: https://arxiv.org/abs/2604.05955
111
- short_name: BeyondSWE
212
title: 'BeyondSWE: Can Current Code Agent Survive Beyond Single-Repo Bug Fixing?'
313
authors: Guoxin Chen, Fanzhe Meng, Jiale Zhao, Minghao Li, Daixuan Cheng, Huatong

app/data/papers_multi_agent.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- short_name: AgentForge
2+
title: 'AgentForge: Execution-Grounded Multi-Agent LLM Framework for Autonomous
3+
Software Engineering'
4+
authors: Rajesh Kumar, Waqar Ali, Junaid Ahmed, Najma Imtiaz Ali, Shaban Usman
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2604.13120
7+
month: 2026-04
8+
links:
9+
arxiv: https://arxiv.org/abs/2604.13120
10+
github: https://github.com/raja21068/AutoCodeAI
11+
- short_name: Agent-CoEvo
12+
title: 'Beyond Fixed Tests: Repository-Level Issue Resolution as Coevolution of
13+
Code and Behavioral Constraints'
14+
authors: Kefan Li, Yuan Yuan, Mengfei Wang, Shihao Zheng, Wei Wang, Ping Yang, Mu
15+
Li, Weifeng Lv
16+
year: '2026'
17+
venue: arXiv preprint arXiv:2604.04580
18+
month: 2026-04
19+
links:
20+
arxiv: https://arxiv.org/abs/2604.04580
121
- short_name: SWE-Adept
222
title: 'SWE-Adept: An LLM-Based Agentic Framework for Deep Codebase Analysis and
323
Structured Issue Resolution'

app/data/papers_rl.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- short_name: SWE-AGILE
2+
title: 'SWE-AGILE: A Software Agent Framework for Efficiently Managing Dynamic Reasoning
3+
Context'
4+
authors: Shuquan Lian, Juncheng Liu, Yazhe Chen, Yuhong Chen, Hui Li
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2604.11716
7+
month: 2026-04
8+
links:
9+
arxiv: https://arxiv.org/abs/2604.11716
10+
github: https://github.com/KDEGroup/SWE-AGILE
11+
huggingface: https://huggingface.co/KDEGroup
12+
- short_name: RTMC
13+
title: 'RTMC: Step-Level Credit Assignment via Rollout Trees'
14+
authors: Tao Wang, Suhang Zheng, Xiaoxiao Xu
15+
year: '2026'
16+
venue: arXiv preprint arXiv:2604.11037
17+
month: 2026-04
18+
links:
19+
arxiv: https://arxiv.org/abs/2604.11037
120
- short_name: SWE-Fuse
221
title: 'SWE-Fuse: Empowering Software Agents via Issue-free Trajectory Learning
322
and Entropy-aware RLVR Training'

app/data/papers_sft.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
- short_name: SWE-AGILE
2+
title: 'SWE-AGILE: A Software Agent Framework for Efficiently Managing Dynamic Reasoning
3+
Context'
4+
authors: Shuquan Lian, Juncheng Liu, Yazhe Chen, Yuhong Chen, Hui Li
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2604.11716
7+
month: 2026-04
8+
links:
9+
arxiv: https://arxiv.org/abs/2604.11716
10+
github: https://github.com/KDEGroup/SWE-AGILE
11+
huggingface: https://huggingface.co/KDEGroup
12+
- short_name: From SWE-ZERO to SWE-HERO
13+
title: 'From SWE-ZERO to SWE-HERO: Execution-free to Execution-based Fine-tuning
14+
for Software Engineering Agents'
15+
authors: Nikolai Ludwig, Wasi Uddin Ahmad, Somshubra Majumdar, Boris Ginsburg
16+
year: '2026'
17+
venue: arXiv preprint arXiv:2604.01496
18+
month: 2026-04
19+
links:
20+
arxiv: https://arxiv.org/abs/2604.01496
21+
huggingface: https://huggingface.co/datasets/nvidia/SWE-Zero2Hero
22+
website: https://wasiahmad.github.io/publications/59_swezero2hero/
123
- short_name: OpenSWE
224
title: 'daVinci-Env: Open SWE Environment Synthesis at Scale'
325
authors: Dayuan Fu, Shenyu Wu, Yunze Wu, Zerui Peng, Yaxing Huang, Jie Sun, Ji Zeng,

app/data/papers_single_agent.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
- short_name: REAgent
2+
title: 'REAgent: Requirement-Driven LLM Agents for Software Issue Resolution'
3+
authors: Shiqi Kuang, Zhao Tian, Kaiwei Lin, Chaofan Tao, Shaowei Wang, Haoli Bai,
4+
Lifeng Shang, Junjie Chen
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2604.06861
7+
month: 2026-04
8+
links:
9+
arxiv: https://arxiv.org/abs/2604.06861
110
- short_name: Confucius Code Agent
211
title: 'Confucius Code Agent: Scalable Agent Scaffolding for Real-World Codebases'
312
authors: Sherman Wong, Zhenting Qi, Zhaodong Wang, Nathan Hu, Samuel Lin, Jun Ge,

app/data/papers_tool.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- short_name: AgentForge
2+
title: 'AgentForge: Execution-Grounded Multi-Agent LLM Framework for Autonomous
3+
Software Engineering'
4+
authors: Rajesh Kumar, Waqar Ali, Junaid Ahmed, Najma Imtiaz Ali, Shaban Usman
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2604.13120
7+
month: 2026-04
8+
links:
9+
arxiv: https://arxiv.org/abs/2604.13120
10+
github: https://github.com/raja21068/AutoCodeAI
11+
- short_name: GALA
12+
title: 'GALA: Multimodal Graph Alignment for Bug Localization in Automated Program
13+
Repair'
14+
authors: Zhuoyao Liu, Zhengran Zeng, Shu-Dong Huang, Yang Liu, Shikun Zhang, Wei
15+
Ye
16+
year: '2026'
17+
venue: arXiv preprint arXiv:2604.08089
18+
month: 2026-04
19+
links:
20+
arxiv: https://arxiv.org/abs/2604.08089
121
- short_name: SWE-Adept
222
title: 'SWE-Adept: An LLM-Based Agentic Framework for Deep Codebase Analysis and
323
Structured Issue Resolution'

app/data/papers_training_datasets.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- short_name: From SWE-ZERO to SWE-HERO
2+
title: 'From SWE-ZERO to SWE-HERO: Execution-free to Execution-based Fine-tuning
3+
for Software Engineering Agents'
4+
authors: Nikolai Ludwig, Wasi Uddin Ahmad, Somshubra Majumdar, Boris Ginsburg
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2604.01496
7+
month: 2026-04
8+
links:
9+
arxiv: https://arxiv.org/abs/2604.01496
10+
huggingface: https://huggingface.co/datasets/nvidia/SWE-Zero2Hero
11+
website: https://wasiahmad.github.io/publications/59_swezero2hero/
112
- short_name: OpenSWE
213
title: 'daVinci-Env: Open SWE Environment Synthesis at Scale'
314
authors: Dayuan Fu, Shenyu Wu, Yunze Wu, Zerui Peng, Yaxing Huang, Jie Sun, Ji Zeng,

app/docs/admin/data.json

Lines changed: 105 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,113 @@
11
{
2-
"generated": "2026-04-01",
2+
"generated": "2026-04-22",
33
"stats": {
4-
"total": 209,
5-
"data": 57,
6-
"methods": 131,
4+
"total": 217,
5+
"data": 59,
6+
"methods": 138,
77
"analysis": 23
88
},
99
"papers": [
10+
{
11+
"id": 219,
12+
"short_name": "Agent-CoEvo",
13+
"title": "Beyond Fixed Tests: Repository-Level Issue Resolution as Coevolution of Code and Behavioral Constraints",
14+
"authors": "Kefan Li, Yuan Yuan, Mengfei Wang, Shihao Zheng, Wei Wang, Ping Yang, Mu Li, Weifeng Lv",
15+
"venue": "arXiv preprint arXiv:2604.04580",
16+
"month": "2026-04",
17+
"category": "multi_agent",
18+
"links": {
19+
"arxiv": "https://arxiv.org/abs/2604.04580"
20+
}
21+
},
22+
{
23+
"id": 218,
24+
"short_name": "GALA",
25+
"title": "GALA: Multimodal Graph Alignment for Bug Localization in Automated Program Repair",
26+
"authors": "Zhuoyao Liu, Zhengran Zeng, Shu-Dong Huang, Yang Liu, Shikun Zhang, Wei Ye",
27+
"venue": "arXiv preprint arXiv:2604.08089",
28+
"month": "2026-04",
29+
"category": "tool",
30+
"links": {
31+
"arxiv": "https://arxiv.org/abs/2604.08089"
32+
}
33+
},
34+
{
35+
"id": 217,
36+
"short_name": "RTMC",
37+
"title": "RTMC: Step-Level Credit Assignment via Rollout Trees",
38+
"authors": "Tao Wang, Suhang Zheng, Xiaoxiao Xu",
39+
"venue": "arXiv preprint arXiv:2604.11037",
40+
"month": "2026-04",
41+
"category": "rl",
42+
"links": {
43+
"arxiv": "https://arxiv.org/abs/2604.11037"
44+
}
45+
},
46+
{
47+
"id": 216,
48+
"short_name": "SWE-Shield",
49+
"title": "Does Pass Rate Tell the Whole Story? Evaluating Design Constraint Compliance in LLM-based Issue Resolution",
50+
"authors": "Kai Yu, Zhenhao Zhou, Junhao Zeng, Ying Wang, Xueying Du, Zhiqiang Yuan, Junwei Liu, Ziyu Zhou, Yujia Wang, Chong Wang, Xin Peng",
51+
"venue": "arXiv preprint arXiv:2604.05955",
52+
"month": "2026-04",
53+
"category": "evaluation_datasets",
54+
"links": {
55+
"arxiv": "https://arxiv.org/abs/2604.05955"
56+
}
57+
},
58+
{
59+
"id": 215,
60+
"short_name": "From SWE-ZERO to SWE-HERO",
61+
"title": "From SWE-ZERO to SWE-HERO: Execution-free to Execution-based Fine-tuning for Software Engineering Agents",
62+
"authors": "Nikolai Ludwig, Wasi Uddin Ahmad, Somshubra Majumdar, Boris Ginsburg",
63+
"venue": "arXiv preprint arXiv:2604.01496",
64+
"month": "2026-04",
65+
"category": "sft,training_datasets",
66+
"links": {
67+
"arxiv": "https://arxiv.org/abs/2604.01496",
68+
"huggingface": "https://huggingface.co/datasets/nvidia/SWE-Zero2Hero",
69+
"website": "https://wasiahmad.github.io/publications/59_swezero2hero/"
70+
}
71+
},
72+
{
73+
"id": 214,
74+
"short_name": "AgentForge",
75+
"title": "AgentForge: Execution-Grounded Multi-Agent LLM Framework for Autonomous Software Engineering",
76+
"authors": "Rajesh Kumar, Waqar Ali, Junaid Ahmed, Najma Imtiaz Ali, Shaban Usman",
77+
"venue": "arXiv preprint arXiv:2604.13120",
78+
"month": "2026-04",
79+
"category": "tool,multi_agent",
80+
"links": {
81+
"arxiv": "https://arxiv.org/abs/2604.13120",
82+
"github": "https://github.com/raja21068/AutoCodeAI"
83+
}
84+
},
85+
{
86+
"id": 213,
87+
"short_name": "SWE-AGILE",
88+
"title": "SWE-AGILE: A Software Agent Framework for Efficiently Managing Dynamic Reasoning Context",
89+
"authors": "Shuquan Lian, Juncheng Liu, Yazhe Chen, Yuhong Chen, Hui Li",
90+
"venue": "arXiv preprint arXiv:2604.11716",
91+
"month": "2026-04",
92+
"category": "sft,rl",
93+
"links": {
94+
"arxiv": "https://arxiv.org/abs/2604.11716",
95+
"github": "https://github.com/KDEGroup/SWE-AGILE",
96+
"huggingface": "https://huggingface.co/KDEGroup"
97+
}
98+
},
99+
{
100+
"id": 212,
101+
"short_name": "REAgent",
102+
"title": "REAgent: Requirement-Driven LLM Agents for Software Issue Resolution",
103+
"authors": "Shiqi Kuang, Zhao Tian, Kaiwei Lin, Chaofan Tao, Shaowei Wang, Haoli Bai, Lifeng Shang, Junjie Chen",
104+
"venue": "arXiv preprint arXiv:2604.06861",
105+
"month": "2026-04",
106+
"category": "single_agent",
107+
"links": {
108+
"arxiv": "https://arxiv.org/abs/2604.06861"
109+
}
110+
},
10111
{
11112
"id": 210,
12113
"short_name": "RepoLaunch",

0 commit comments

Comments
 (0)