Add Active-SWE paper, project page, and logo to dataset card
Browse files- README.md +37 -4
- assets/Active-SWE.png +3 -0
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- code-review
|
| 11 |
- software-engineering
|
| 12 |
- docker
|
|
|
|
| 13 |
configs:
|
| 14 |
- config_name: main
|
| 15 |
data_files:
|
|
@@ -21,6 +22,16 @@ configs:
|
|
| 21 |
|
| 22 |
# Active-SWE
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
Active-SWE is a proactive bug-fixing benchmark for evaluating whether a coding
|
| 25 |
model can find and repair functional bugs from a set of files selected for
|
| 26 |
review. It is designed for local Docker-based evaluation and is different from
|
|
@@ -127,9 +138,31 @@ The denominator is the number of rows supplied to the corresponding run. The
|
|
| 127 |
release harness preserves one output row per input instance, including rows
|
| 128 |
that fail during generation or evaluation.
|
| 129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
## Citation and source licenses
|
| 131 |
|
| 132 |
-
Please cite the Active-SWE paper when using this dataset
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- code-review
|
| 11 |
- software-engineering
|
| 12 |
- docker
|
| 13 |
+
- arxiv:2608.04682
|
| 14 |
configs:
|
| 15 |
- config_name: main
|
| 16 |
data_files:
|
|
|
|
| 22 |
|
| 23 |
# Active-SWE
|
| 24 |
|
| 25 |
+
<p align="center">
|
| 26 |
+
<img src="https://huggingface.co/datasets/XLearning-SCU/Active-SWE/resolve/main/assets/Active-SWE.png" alt="Active-SWE" width="760">
|
| 27 |
+
</p>
|
| 28 |
+
|
| 29 |
+
<p align="center">
|
| 30 |
+
<a href="https://hbinli.github.io/Active-SWE/?v=73ecd04"><b>Project Page</b></a> |
|
| 31 |
+
<a href="https://arxiv.org/abs/2608.04682"><b>arXiv</b></a> |
|
| 32 |
+
<a href="https://arxiv.org/pdf/2608.04682"><b>PDF</b></a>
|
| 33 |
+
</p>
|
| 34 |
+
|
| 35 |
Active-SWE is a proactive bug-fixing benchmark for evaluating whether a coding
|
| 36 |
model can find and repair functional bugs from a set of files selected for
|
| 37 |
review. It is designed for local Docker-based evaluation and is different from
|
|
|
|
| 138 |
release harness preserves one output row per input instance, including rows
|
| 139 |
that fail during generation or evaluation.
|
| 140 |
|
| 141 |
+
## Paper
|
| 142 |
+
|
| 143 |
+
**[Active-SWE: Benchmarking Coding Agents for Proactive Bug Fixing without Issue Reports](https://arxiv.org/abs/2608.04682)**
|
| 144 |
+
|
| 145 |
+
Haobin Li, Ping Deng, Weizhong Qian, Liang Jiang, Zhenyu Huang, Mouxing Yang, and Xi Peng.
|
| 146 |
+
|
| 147 |
+
Active-SWE evaluates coding agents on proactively discovering and fixing bugs without issue-report guidance. The benchmark contains 1,663 tasks across six bug categories and eight programming languages, including both single-bug and multi-bug evaluation settings.
|
| 148 |
+
|
| 149 |
+
- Project page: https://hbinli.github.io/Active-SWE/?v=73ecd04
|
| 150 |
+
- Paper: https://arxiv.org/abs/2608.04682
|
| 151 |
+
- PDF: https://arxiv.org/pdf/2608.04682
|
| 152 |
+
|
| 153 |
## Citation and source licenses
|
| 154 |
|
| 155 |
+
Please cite the Active-SWE paper when using this dataset:
|
| 156 |
+
|
| 157 |
+
```bibtex
|
| 158 |
+
@article{li2026activeswe,
|
| 159 |
+
title={Active-SWE: Benchmarking Coding Agents for Proactive Bug Fixing without Issue Reports},
|
| 160 |
+
author={Li, Haobin and Deng, Ping and Qian, Weizhong and Jiang, Liang and Huang, Zhenyu and Yang, Mouxing and Peng, Xi},
|
| 161 |
+
journal={arXiv preprint arXiv:2608.04682},
|
| 162 |
+
year={2026}
|
| 163 |
+
}
|
| 164 |
+
```
|
| 165 |
+
|
| 166 |
+
The source repositories represented in the benchmark retain their respective
|
| 167 |
+
licenses; users are responsible for complying with those licenses when
|
| 168 |
+
inspecting or redistributing source code and patches.
|
assets/Active-SWE.png
ADDED
|
Git LFS Details
|