Skip to content

Commit 2d7dca9

Browse files
author
Nora
committed
docs: update papers
1 parent e59ef44 commit 2d7dca9

File tree

5 files changed

+35
-8
lines changed

5 files changed

+35
-8
lines changed

docs/admin/data.json

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
11
{
22
"generated": "2026-03-19",
33
"stats": {
4-
"total": 201,
5-
"data": 51,
6-
"methods": 128,
4+
"total": 203,
5+
"data": 53,
6+
"methods": 129,
77
"analysis": 23
88
},
99
"papers": [
10+
{
11+
"id": 205,
12+
"short_name": "OpenSWE",
13+
"title": "daVinci-Env: Open SWE Environment Synthesis at Scale",
14+
"authors": "Dayuan Fu, Shenyu Wu, Yunze Wu, Zerui Peng, Yaxing Huang, Jie Sun, Ji Zeng, Mohan Jiang, Lin Zhang, Yukun Li, Jiarui Hu, Liming Liu, Jinlong Hou, Pengfei Liu",
15+
"venue": "arXiv preprint arXiv:2603.13023",
16+
"month": "2026-03",
17+
"category": "sft, data_collection, training_datasets",
18+
"links": {
19+
"arxiv": "https://arxiv.org/abs/2603.13023",
20+
"github": "https://github.com/GAIR-NLP/OpenSWE",
21+
"huggingface": "https://huggingface.co/datasets/GAIR/OpenSWE"
22+
}
23+
},
24+
{
25+
"id": 204,
26+
"short_name": "SWE-Skills-Bench",
27+
"title": "SWE-Skills-Bench: Do Agent Skills Actually Help in Real-World Software Engineering?",
28+
"authors": "Tingxu Han, Yi Zhang, Wei Song, Chunrong Fang, Zhenyu Chen, Youcheng Sun, Lijie Hu",
29+
"venue": "arXiv preprint arXiv:2603.15401",
30+
"month": "2026-03",
31+
"category": "evaluation_datasets",
32+
"links": {
33+
"arxiv": "https://arxiv.org/abs/2603.15401",
34+
"github": "https://github.com/GeniusHTX/SWE-Skills-Bench"
35+
}
36+
},
1037
{
1138
"id": 201,
1239
"short_name": "SWE-Atlas",

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-201-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
33+
<img src="https://img.shields.io/badge/papers-203-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
3434
</div>
3535

3636
<!-- Interactive Exploration Badges -->

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-201-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
1074+
<img src="https://img.shields.io/badge/papers-203-green?style=for-the-badge&logo=googlescholar&logoColor=white" alt="Papers Count">
10751075
</div>
10761076

10771077
<!-- Interactive Exploration Badges -->

site/news/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,13 +621,13 @@ <h3 id="recent-papers">Recent Papers<a class="headerlink" href="#recent-papers"
621621
<li><strong>SWE-Adept</strong>: SWE-Adept: An LLM-Based Agentic Framework for Deep Codebase Analysis and Structured Issue Resolution <a href="https://arxiv.org/abs/2603.01327"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a></li>
622622
<li><strong>SWE-Atlas</strong>: SWE-Atlas <a href="https://labs.scale.com/leaderboard/sweatlas-qna"><img alt="Website" src="https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&amp;logoColor=white" /></a></li>
623623
<li><strong>SWE-CI</strong>: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous Integration <a href="https://arxiv.org/abs/2603.03823"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/SKYLENAGE-AI/SWE-CI"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a> <a href="https://huggingface.co/datasets/skylenage/SWE-CI"><img alt="HuggingFace" src="https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&amp;logoColor=black" /></a></li>
624+
<li><strong>SWE-Skills-Bench</strong>: SWE-Skills-Bench: Do Agent Skills Actually Help in Real-World Software Engineering? <a href="https://arxiv.org/abs/2603.15401"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/GeniusHTX/SWE-Skills-Bench"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a></li>
625+
<li><strong>OpenSWE</strong>: daVinci-Env: Open SWE Environment Synthesis at Scale <a href="https://arxiv.org/abs/2603.13023"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/GAIR-NLP/OpenSWE"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a> <a href="https://huggingface.co/datasets/GAIR/OpenSWE"><img alt="HuggingFace" src="https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&amp;logoColor=black" /></a></li>
624626
<li><strong>Closing the Loop</strong>: Closing the Loop: Universal Repository Representation with RPG-Encoder <a href="https://arxiv.org/abs/2602.02084"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/microsoft/RPG-ZeroRepo"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a> <a href="https://ayanami2003.github.io/RPG-Encoder/"><img alt="Website" src="https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&amp;logoColor=white" /></a></li>
625627
<li><strong>DockSmith</strong>: DockSmith: Scaling Reliable Coding Environments via an Agentic Docker Builder <a href="https://arxiv.org/abs/2602.00592"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://huggingface.co/collections/8sj7df9k8m5x8/docksmith"><img alt="HuggingFace" src="https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&amp;logoColor=black" /></a></li>
626-
<li><strong>Rust-SWE-bench</strong>: Evaluating and Improving Automated Repository-Level Rust Issue Resolution with LLM-based Agents <a href="https://arxiv.org/abs/2602.22764"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/GhabiX/Rust-SWE-Bench"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a></li>
627628
<li><strong>Scale-SWE</strong>: Immersion in the GitHub Universe: Scaling Coding Agents to Mastery <a href="https://arxiv.org/abs/2602.09892"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/AweAI-Team/ScaleSWE"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a> <a href="https://huggingface.co/collections/AweAI-Team/scale-swe"><img alt="HuggingFace" src="https://img.shields.io/badge/HuggingFace-model-FFD21E?logo=huggingface&amp;logoColor=black" /></a></li>
628629
<li><strong>SWE Context Bench</strong>: SWE Context Bench: A Benchmark for Context Learning in Coding <a href="https://arxiv.org/pdf/2602.08316"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a></li>
629630
<li><strong>SWE-ABS</strong>: SWE-ABS: Adversarial Benchmark Strengthening Exposes Inflated Success Rates on Test-based Benchmark <a href="https://arxiv.org/abs/2603.00520"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a></li>
630-
<li><strong>SWE-Bench Mobile</strong>: SWE-Bench Mobile: Can Large Language Model Agents Develop Industry-Level Mobile Applications? <a href="https://arxiv.org/abs/2602.09540"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://swebenchmobile.com/"><img alt="Website" src="https://img.shields.io/badge/Website-link-5B9BD5?logo=googlechrome&amp;logoColor=white" /></a></li>
631631
<li><strong>SWE-Hub</strong>: SWE-Hub: A Unified Production System for Scalable, Executable Software Engineering Tasks <a href="https://arxiv.org/abs/2603.00575"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a></li>
632632
<li><strong>SWE-Master</strong>: SWE-Master: Unleashing the Potential of Software Engineering Agents via Post-Training <a href="https://arxiv.org/abs/2602.03411"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="https://github.com/RUCAIBox/SWE-Master"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a></li>
633633
<li><strong>SWE-MiniSandbox</strong>: SWE-MiniSandbox: Container-Free Reinforcement Learning for Building Software Engineering Agents <a href="https://arxiv.org/abs/2602.11210v1"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-paper-B31B1B?logo=arxiv&amp;logoColor=white" /></a> <a href="http://github.com/lblankl/SWE-MiniSandbox"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-code-181717?logo=github&amp;logoColor=white" /></a></li>

site/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)