hrw commited on
Commit
02f656e
·
verified ·
1 Parent(s): 4a128a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,8 +1,18 @@
1
  ---
2
  license: mit
3
  ---
 
4
 
5
- Model for Paper
6
 
7
- `SWE-Dev: Building Software Engineering Agents with Training and Inference Scaling`
8
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ **SWE-Dev-7B is trained from [Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct/)**
5
 
6
+ 🚀 SWE-Dev, a groundbreaking open-source Software Engineering Agent (SWE Agent)!
7
 
8
+ 📚 We have built a high-quality dataset and significantly improved the model’s performance on SWE tasks through rejection sampling. We also explored the feasibility of various offline algorithms on SWE through extensive experiments.
9
 
10
+ 🔧 Using only open-source frameworks and models, SWE-Dev-7B and 32B achieved solve rates of 23.4% and 36.6% on SWE-bench-Verified, respectively, even approaching the performance of closed-source models like GPT-4o.
11
+
12
+ 🛠 No need for complex prompt engineering or expensive multi-round evaluations—performance breakthroughs can be achieved with simplified inference scaling! We discovered that increasing interaction rounds significantly boosts model performance. For instance, DeepSeek-V3’s solve rate improved from 37.4% at 30 rounds to 41.2% at 75 rounds. Context extension also proved highly effective for short-text-trained models!
13
+
14
+ 💡 We further explored the scaling laws between data size, interaction rounds, and model performance, demonstrating that smaller, high-quality datasets are sufficient to support top-tier performance.
15
+
16
+ Notion Link: https://ubecwang.notion.site/1bc32cf963e080b2a01df2895f66021f?v=1bc32cf963e0810ca07e000c86c4c1e1
17
+ GitHub Link: https://github.com/THUDM/SWE-Dev
18
+ Hugging Face Link: https://huggingface.co/SWE-Dev