Skip to content

Commit 7698aae

Browse files
committed
docs: update papers
1 parent 8423805 commit 7698aae

File tree

14 files changed

+185
-75
lines changed

14 files changed

+185
-75
lines changed

README.md

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

data/papers_data_analysis.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
month: 2025-12
77
links:
88
arxiv: https://arxiv.org/abs/2512.10218
9+
- short_name: Test Overfitting on SWE-bench
10+
title: Investigating Test Overfitting on SWE-bench
11+
authors: Toufique Ahmed, Jatin Ganhotra, Avraham Shinnar, Martin Hirzel
12+
year: '2025'
13+
venue: arXiv preprint arXiv:2511.16858
14+
month: 2025-11
15+
links:
16+
arxiv: https://arxiv.org/abs/2511.16858
917
- short_name: Rigorous agentic benchmarks
1018
title: Establishing Best Practices for Building Rigorous Agentic Benchmarks
1119
authors: Yuxuan Zhu, Tengjun Jin, Yada Pruksachatkun, Andy Zhang, Shu Liu, Sasha

data/papers_data_collection.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,3 @@
9292
links:
9393
arxiv: https://arxiv.org/abs/2505.20411v2
9494
openreview: https://openreview.net/forum?id=nMpJoVmRy1
95-
- short_name: RepoLaunch
96-
title: SWE-bench Goes Live!
97-
authors: Linghao Zhang, Shilin He, Chaoyun Zhang, Yu Kang, Bowen Li, Chengxing Xie,
98-
Junhao Wang et al.
99-
year: '2025'
100-
venue: The Thirty-ninth Annual Conference on Neural Information Processing Systems
101-
Datasets and Benchmarks Track 2025
102-
month: 2025-05
103-
links:
104-
arxiv: https://arxiv.org/abs/2505.23419v2
105-
openreview: https://openreview.net/forum?id=OGWkr7gXka

data/papers_evaluation_datasets.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@
1111
github: https://github.com/AweAI-Team/BeyondSWE
1212
huggingface: https://huggingface.co/datasets/AweAI-Team/BeyondSWE
1313
website: https://aweai-team.github.io/BeyondSWE/
14+
- short_name: SWE-CI
15+
title: 'SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous
16+
Integration'
17+
authors: Jialong Chen, Xander Xu, Hu Wei, Chuan Chen, Bing Zhao
18+
year: '2026'
19+
venue: arXiv preprint arXiv:2603.03823
20+
month: 2026-03
21+
links:
22+
arxiv: https://arxiv.org/abs/2603.03823
23+
github: https://github.com/SKYLENAGE-AI/SWE-CI
24+
huggingface: https://huggingface.co/datasets/skylenage/SWE-CI
25+
- short_name: SWE-Atlas
26+
title: SWE-Atlas
27+
authors: Scale AI
28+
year: '2026'
29+
venue: '-'
30+
month: 2026-03
31+
links:
32+
website: https://labs.scale.com/leaderboard/sweatlas-qna
1433
- short_name: SWE Context Bench
1534
title: 'SWE Context Bench: A Benchmark for Context Learning in Coding'
1635
authors: Jared Zhu, Minhao Hu, Junde Wu

data/papers_methods_analysis.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- short_name: ContextBench
2+
title: 'ContextBench: A Benchmark for Context Retrieval in Coding Agents'
3+
authors: Han Li, Letian Zhu, Bohan Zhang, Rili Feng, Jiaming Wang, Yue Pan, Earl
4+
T. Barr, Federica Sarro, Zhaoyang Chu, He Ye
5+
year: '2026'
6+
venue: arXiv preprint arXiv:2602.05892
7+
month: 2026-02
8+
links:
9+
arxiv: https://arxiv.org/abs/2602.05892
10+
github: https://github.com/EuniAI/ContextBench
11+
huggingface: https://huggingface.co/datasets/Contextbench/ContextBench
12+
website: https://contextbench.github.io/
113
- short_name: SWEnergy
214
title: 'SWEnergy: An Empirical Study on Energy Efficiency in Agentic Issue Resolution
315
Frameworks with SLMs'

docs/admin/data.json

Lines changed: 57 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
11
{
2-
"generated": "2026-03-05",
2+
"generated": "2026-03-09",
33
"stats": {
4-
"total": 198,
5-
"data": 50,
4+
"total": 201,
5+
"data": 51,
66
"methods": 128,
7-
"analysis": 21
7+
"analysis": 23
88
},
99
"papers": [
10+
{
11+
"id": 201,
12+
"short_name": "SWE-Atlas",
13+
"title": "SWE-Atlas",
14+
"authors": "Scale AI",
15+
"venue": "-",
16+
"month": "2026-03",
17+
"category": "evaluation_datasets",
18+
"links": {
19+
"website": "https://labs.scale.com/leaderboard/sweatlas-qna"
20+
}
21+
},
22+
{
23+
"id": 200,
24+
"short_name": "SWE-CI",
25+
"title": "SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous Integration",
26+
"authors": "Jialong Chen, Xander Xu, Hu Wei, Chuan Chen, Bing Zhao",
27+
"venue": "arXiv preprint arXiv:2603.03823",
28+
"month": "2026-03",
29+
"category": "evaluation_datasets",
30+
"links": {
31+
"arxiv": "https://arxiv.org/abs/2603.03823",
32+
"github": "https://github.com/SKYLENAGE-AI/SWE-CI",
33+
"huggingface": "https://huggingface.co/datasets/skylenage/SWE-CI"
34+
}
35+
},
1036
{
1137
"id": 196,
1238
"short_name": "BeyondSWE",
@@ -34,6 +60,21 @@
3460
"arxiv": "https://arxiv.org/abs/2603.01327"
3561
}
3662
},
63+
{
64+
"id": 202,
65+
"short_name": "ContextBench",
66+
"title": "ContextBench: A Benchmark for Context Retrieval in Coding Agents",
67+
"authors": "Han Li, Letian Zhu, Bohan Zhang, Rili Feng, Jiaming Wang, Yue Pan, Earl T. Barr, Federica Sarro, Zhaoyang Chu, He Ye",
68+
"venue": "arXiv preprint arXiv:2602.05892",
69+
"month": "2026-02",
70+
"category": "methods_analysis",
71+
"links": {
72+
"arxiv": "https://arxiv.org/abs/2602.05892",
73+
"github": "https://github.com/EuniAI/ContextBench",
74+
"huggingface": "https://huggingface.co/datasets/Contextbench/ContextBench",
75+
"website": "https://contextbench.github.io/"
76+
}
77+
},
3778
{
3879
"id": 199,
3980
"short_name": "SWE-Bench Mobile",
@@ -493,6 +534,18 @@
493534
"arxiv": "https://arxiv.org/abs/2512.10218"
494535
}
495536
},
537+
{
538+
"id": 203,
539+
"short_name": "Test Overfitting on SWE-bench",
540+
"title": "Investigating Test Overfitting on SWE-bench",
541+
"authors": "Toufique Ahmed, Jatin Ganhotra, Avraham Shinnar, Martin Hirzel",
542+
"venue": "arXiv preprint arXiv:2511.16858",
543+
"month": "2025-11",
544+
"category": "data_analysis",
545+
"links": {
546+
"arxiv": "https://arxiv.org/abs/2511.16858"
547+
}
548+
},
496549
{
497550
"id": 173,
498551
"short_name": "InfCode",
@@ -1547,19 +1600,6 @@
15471600
"arxiv": "https://arxiv.org/abs/2505.23932"
15481601
}
15491602
},
1550-
{
1551-
"id": 11,
1552-
"short_name": "RepoLaunch",
1553-
"title": "SWE-bench Goes Live!",
1554-
"authors": "Linghao Zhang, Shilin He, Chaoyun Zhang, Yu Kang, Bowen Li, Chengxing Xie, Junhao Wang et al.",
1555-
"venue": "The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track 2025",
1556-
"month": "2025-05",
1557-
"category": "data_collection",
1558-
"links": {
1559-
"arxiv": "https://arxiv.org/abs/2505.23419v2",
1560-
"openreview": "https://openreview.net/forum?id=OGWkr7gXka"
1561-
}
1562-
},
15631603
{
15641604
"id": 10,
15651605
"short_name": "SWE-rebench",

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="https://github.com/DeepSoftwareAnalytics/Awesome-Issue-Resolution/graphs/contributors" target="_blank">
3131
<img src="https://img.shields.io/github/contributors/DeepSoftwareAnalytics/Awesome-Issue-Resolution?style=for-the-badge&color=green&logo=github" alt="Contributors">
3232
</a>
33-
<img src="https://img.shields.io/badge/papers-198-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
33+
<img src="https://img.shields.io/badge/papers-201-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
3434
</div>
3535

3636
<!-- Interactive Exploration Badges -->

docs/news.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
# News
22

3+
> If you would like your work to be included in this repository, please cite [![Cite our survey](https://img.shields.io/badge/📖_Cite-our_survey-blue?style=flat)](https://deepsoftwareanalytics.github.io/Awesome-Issue-Resolution/cite/) our survey. We monitor citations and will update the repository promptly.
4+
35
### Recent Papers
46

57
<!-- START_RECENT_PAPERS -->
6-
- **BeyondSWE**: BeyondSWE: Can Current Code Agent Survive Beyond Single-Repo Bug Fixing? [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2603.03194)
8+
- **BeyondSWE**: BeyondSWE: Can Current Code Agent Survive Beyond Single-Repo Bug Fixing? [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2603.03194) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/AweAI-Team/BeyondSWE) [![HuggingFace](https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&logoColor=black)](https://huggingface.co/datasets/AweAI-Team/BeyondSWE) [![Website](https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&logoColor=white)](https://aweai-team.github.io/BeyondSWE/)
79
- **SWE-Adept**: SWE-Adept: An LLM-Based Agentic Framework for Deep Codebase Analysis and Structured Issue Resolution [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2603.01327)
8-
- **Closing the Loop**: Closing the Loop: Universal Repository Representation with RPG-Encoder [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.02084)
9-
- **Rust-SWE-bench**: Evaluating and Improving Automated Repository-Level Rust Issue Resolution with LLM-based Agents [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.22764)
10-
- **Scale-SWE**: Immersion in the GitHub Universe: Scaling Coding Agents to Mastery [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.09892)
10+
- **SWE-Atlas**: SWE-Atlas [![Website](https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&logoColor=white)](https://labs.scale.com/leaderboard/sweatlas-qna)
11+
- **SWE-CI**: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous Integration [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2603.03823) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/SKYLENAGE-AI/SWE-CI) [![HuggingFace](https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&logoColor=black)](https://huggingface.co/datasets/skylenage/SWE-CI)
12+
- **Closing the Loop**: Closing the Loop: Universal Repository Representation with RPG-Encoder [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.02084) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/microsoft/RPG-ZeroRepo) [![Website](https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&logoColor=white)](https://ayanami2003.github.io/RPG-Encoder/)
13+
- **DockSmith**: DockSmith: Scaling Reliable Coding Environments via an Agentic Docker Builder [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.00592) [![HuggingFace](https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&logoColor=black)](https://huggingface.co/collections/8sj7df9k8m5x8/docksmith)
14+
- **Rust-SWE-bench**: Evaluating and Improving Automated Repository-Level Rust Issue Resolution with LLM-based Agents [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.22764) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/GhabiX/Rust-SWE-Bench)
15+
- **Scale-SWE**: Immersion in the GitHub Universe: Scaling Coding Agents to Mastery [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.09892) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/AweAI-Team/ScaleSWE) [![HuggingFace](https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&logoColor=black)](https://huggingface.co/collections/AweAI-Team/scale-swe)
1116
- **SWE Context Bench**: SWE Context Bench: A Benchmark for Context Learning in Coding [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/pdf/2602.08316)
1217
- **SWE-ABS**: SWE-ABS: Adversarial Benchmark Strengthening Exposes Inflated Success Rates on Test-based Benchmark [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2603.00520)
13-
- **SWE-Bench Mobile**: SWE-Bench Mobile: Can Large Language Model Agents Develop Industry-Level Mobile Applications? [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.09540)
18+
- **SWE-Bench Mobile**: SWE-Bench Mobile: Can Large Language Model Agents Develop Industry-Level Mobile Applications? [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.09540) [![Website](https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&logoColor=white)](https://swebenchmobile.com/)
1419
- **SWE-Hub**: SWE-Hub: A Unified Production System for Scalable, Executable Software Engineering Tasks [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2603.00575)
15-
- **SWE-Master**: SWE-Master: Unleashing the Potential of Software Engineering Agents via Post-Training [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.03411)
16-
- **SWE-MiniSandbox**: SWE-MiniSandbox: Container-Free Reinforcement Learning for Building Software Engineering Agents [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.11210v1)
20+
- **SWE-Master**: SWE-Master: Unleashing the Potential of Software Engineering Agents via Post-Training [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.03411) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/RUCAIBox/SWE-Master)
21+
- **SWE-MiniSandbox**: SWE-MiniSandbox: Container-Free Reinforcement Learning for Building Software Engineering Agents [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.11210v1) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](http://github.com/lblankl/SWE-MiniSandbox)
1722
- **SWE-Protégé**: SWE-Protégé: Learning to Selectively Collaborate With an Expert Unlocks Small Language Models as Software Engineering Agents [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.22124)
1823
- **SWE-Universe**: SWE-Universe: Scale Real-World Verifiable Environments to Millions [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://www.arxiv.org/abs/2602.02361)
19-
- **SWE-World**: SWE-World: Building Software Engineering Agents in Docker-Free Environments [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.03419)
24+
- **SWE-World**: SWE-World: Building Software Engineering Agents in Docker-Free Environments [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.03419) [![GitHub](https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white)](https://github.com/RUCAIBox/SWE-World)
2025
- **SWE-rebench V2**: SWE-rebench V2: Language-Agnostic SWE Task Collection at Scale [![arXiv](https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.23866)
2126
<!-- END_RECENT_PAPERS -->
2227

2328
### Recent Updates
2429

25-
- **Survey Update (2026-02)**: Added 21 new papers covering the latest advances in LLM-based issue resolution!
30+
- **Survey Update (2026-03)**: Our repository now covers 200+ papers on LLM-based GitHub issue resolution!
31+
- **Survey Update (2026-03)**: Added 21 new papers covering the latest advances in LLM-based issue resolution!
2632
- **Survey Launch (2026-01)**: Our survey paper is now publicly available on arXiv: [https://arxiv.org/abs/2601.11655](https://arxiv.org/abs/2601.11655). It covers 175 papers and resources on LLM-based GitHub issue resolution, with continuously updated datasets and leaderboards!

scripts/update_news.py

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def query_featured_papers() -> list[dict]:
6363
"month": p.month or "",
6464
"arxiv_link": p.arxiv_link or "",
6565
"github_link": p.github_link or "",
66+
"website_link": p.website_link or "",
67+
"huggingface_link": p.huggingface_link or "",
68+
"openreview_link": p.openreview_link or "",
6669
})
6770
session.close()
6871
return result
@@ -80,10 +83,9 @@ def build_recent_papers_block(papers: list[dict]) -> str:
8083
for p in sorted_papers:
8184
short = p["short_name"]
8285
title = p["title"]
83-
link = p["arxiv_link"] or ""
84-
badge = make_badge(link)
8586
name_part = f"**{short}**" if short else f"**{title}**"
86-
lines.append(f"- {name_part}: {title} {badge}".rstrip())
87+
badges = _all_badges(p)
88+
lines.append(f"- {name_part}: {title}{(' ' + badges) if badges else ''}".rstrip())
8789

8890
return "\n".join(lines)
8991

@@ -167,7 +169,9 @@ def build_this_month_block(month: str, papers: list[dict], is_fallback: bool = F
167169
BADGE_OPENREVIEW = "https://img.shields.io/badge/OpenReview-paper-8C1B13?logo=openreview&logoColor=white"
168170
BADGE_ACL = "https://img.shields.io/badge/ACL-paper-0077B5?logo=googlescholar&logoColor=white"
169171
BADGE_DOI = "https://img.shields.io/badge/DOI-paper-00599C?logo=doi&logoColor=white"
170-
BADGE_WEBSITE = "https://img.shields.io/badge/Website-paper-5B9BD5?logo=googlechrome&logoColor=white"
172+
BADGE_GITHUB = "https://img.shields.io/badge/GitHub-code-181717?logo=github&logoColor=white"
173+
BADGE_HF = "https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&logoColor=black"
174+
BADGE_WEBSITE = "https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&logoColor=white"
171175

172176

173177
def make_badge(link: str) -> str:
@@ -185,6 +189,22 @@ def make_badge(link: str) -> str:
185189
return f"[![Website]({BADGE_WEBSITE})]({link})"
186190

187191

192+
def _all_badges(p: dict) -> str:
193+
"""Return all available link badges for a paper, space-separated."""
194+
parts = []
195+
if p.get("arxiv_link"):
196+
parts.append(f"[![arXiv]({BADGE_ARXIV})]({p['arxiv_link']})")
197+
if p.get("openreview_link"):
198+
parts.append(f"[![OpenReview]({BADGE_OPENREVIEW})]({p['openreview_link']})")
199+
if p.get("github_link"):
200+
parts.append(f"[![GitHub]({BADGE_GITHUB})]({p['github_link']})")
201+
if p.get("huggingface_link"):
202+
parts.append(f"[![HuggingFace]({BADGE_HF})]({p['huggingface_link']})")
203+
if p.get("website_link"):
204+
parts.append(f"[![Website]({BADGE_WEBSITE})]({p['website_link']})")
205+
return " ".join(parts)
206+
207+
188208
def replace_block(text: str, start_marker: str, end_marker: str, new_content: str) -> str:
189209
"""Replace content between start_marker and end_marker (exclusive)."""
190210
pattern = re.compile(

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ <h1 class="hero-title">✨ Awesome Issue Resolution</h1>
10711071
<a href="https://github.com/DeepSoftwareAnalytics/Awesome-Issue-Resolution/graphs/contributors" target="_blank">
10721072
<img src="https://img.shields.io/github/contributors/DeepSoftwareAnalytics/Awesome-Issue-Resolution?style=for-the-badge&color=green&logo=github" alt="Contributors">
10731073
</a>
1074-
<img src="https://img.shields.io/badge/papers-198-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
1074+
<img src="https://img.shields.io/badge/papers-201-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
10751075
</div>
10761076

10771077
<!-- Interactive Exploration Badges -->

0 commit comments

Comments
 (0)