Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,18 @@
|
|
| 8 |
<a href="https://huggingface.co/datasets/TIGER-Lab/SWE-Next"><img alt="Dataset" src="https://img.shields.io/badge/Dataset-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 9 |
<a href="https://huggingface.co/TIGER-Lab/SWE-Next-7B"><img alt="Model 7B" src="https://img.shields.io/badge/Model%207B-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 10 |
<a href="https://huggingface.co/TIGER-Lab/SWE-Next-14B"><img alt="Model 14B" src="https://img.shields.io/badge/Model%2014B-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 11 |
-
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
<a href="https://huggingface.co/datasets/TIGER-Lab/SWE-Next"><img alt="Dataset" src="https://img.shields.io/badge/Dataset-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 9 |
<a href="https://huggingface.co/TIGER-Lab/SWE-Next-7B"><img alt="Model 7B" src="https://img.shields.io/badge/Model%207B-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 10 |
<a href="https://huggingface.co/TIGER-Lab/SWE-Next-14B"><img alt="Model 14B" src="https://img.shields.io/badge/Model%2014B-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 11 |
+
</p>
|
| 12 |
+
|
| 13 |
+
## 📝 Citation
|
| 14 |
+
|
| 15 |
+
```bibtex
|
| 16 |
+
@misc{liang2026swenextscalablerealworldsoftware,
|
| 17 |
+
title={SWE-Next: Scalable Real-World Software Engineering Tasks for Agents},
|
| 18 |
+
author={Jiarong Liang and Zhiheng Lyu and Zijie Liu and Xiangchao Chen and Ping Nie and Kai Zou and Wenhu Chen},
|
| 19 |
+
year={2026},
|
| 20 |
+
eprint={2603.20691},
|
| 21 |
+
archivePrefix={arXiv},
|
| 22 |
+
primaryClass={cs.SE},
|
| 23 |
+
url={https://arxiv.org/abs/2603.20691},
|
| 24 |
+
}
|
| 25 |
+
```
|