Rename EvoClaw -> SWE-Milestone across dataset card and assets
Browse files- README: pretty_name, badges (website swe-milestone.com, GitHub
DeepCommit-ai/SWE-Milestone), prose, dir-tree example, clone URL,
setup-guide link
- assets: new SWE-Milestone banner; rename evoclaw_example.png /
evoclaw_icon.png to swe_milestone_*
- Citation kept as-is: the arXiv paper (2603.13428) is still titled
"EvoClaw: ..." and the reference must match the published title
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NhK2BVApsdR7gAKhE3VrNW
README.md
CHANGED
|
@@ -8,27 +8,27 @@ tags:
|
|
| 8 |
- agents
|
| 9 |
- software-engineering
|
| 10 |
- evaluation
|
| 11 |
-
pretty_name:
|
| 12 |
---
|
| 13 |
|
| 14 |
<p align="center">
|
| 15 |
-
<img src="assets/banner.png" width="720" alt="
|
| 16 |
</p>
|
| 17 |
|
| 18 |
<p align="center">
|
| 19 |
-
<a href="https://
|
| 20 |
<a href="https://arxiv.org/abs/2603.13428"><img src="https://img.shields.io/badge/arXiv-2603.13428-b31b1b.svg" alt="arXiv" /></a>
|
| 21 |
-
<a href="https://github.com/
|
| 22 |
<a href="https://hub.docker.com/u/hyd2apse"><img src="https://img.shields.io/badge/Docker-hyd2apse-2496ED?logo=docker&logoColor=white" alt="DockerHub" /></a>
|
| 23 |
</p>
|
| 24 |
|
| 25 |
-
Software evolution itineraries (as Milestone DAGs) extracted from real-world repositories for AI agent evaluation. Used by [
|
| 26 |
|
| 27 |
-
This dataset contains the metadata, task specifications (SRS documents), dependency graphs, and test classifications (e.g., `fail_to_pass`, `pass_to_pass`) needed to run
|
| 28 |
|
| 29 |
## Dataset Statistics
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
| Repository | Language | Version Range | #Milestones | #Deps | ΔLoC | LoC CV |
|
| 34 |
|-----------|----------|---------------|:-----------:|:-----:|-----:|:------:|
|
|
@@ -52,7 +52,7 @@ EvoClaw covers **7 real-world open-source repositories** spanning 5 programming
|
|
| 52 |
Each repository workspace directory contains:
|
| 53 |
|
| 54 |
```
|
| 55 |
-
|
| 56 |
├── metadata.json # Repo metadata (src_dirs, test_dirs, patterns)
|
| 57 |
├── dependencies.csv # Milestone dependency DAG
|
| 58 |
├── milestones.csv # Milestone catalog
|
|
@@ -79,7 +79,7 @@ EvoClaw-data/<repo_name>/
|
|
| 79 |
The figure below shows the milestone DAG for **ripgrep** (14.1.1 → 15.0.0), illustrating how milestones are structured and connected.
|
| 80 |
|
| 81 |
<p align="center">
|
| 82 |
-
<img src="assets/
|
| 83 |
</p>
|
| 84 |
|
| 85 |
Each milestone in the DAG requires the following components:
|
|
@@ -101,10 +101,10 @@ Each milestone in the DAG requires the following components:
|
|
| 101 |
|
| 102 |
```bash
|
| 103 |
git lfs install
|
| 104 |
-
git clone https://huggingface.co/datasets/
|
| 105 |
```
|
| 106 |
|
| 107 |
-
Then follow the [
|
| 108 |
|
| 109 |
## Citation
|
| 110 |
|
|
|
|
| 8 |
- agents
|
| 9 |
- software-engineering
|
| 10 |
- evaluation
|
| 11 |
+
pretty_name: SWE-Milestone
|
| 12 |
---
|
| 13 |
|
| 14 |
<p align="center">
|
| 15 |
+
<img src="assets/banner.png" width="720" alt="SWE-Milestone Banner" />
|
| 16 |
</p>
|
| 17 |
|
| 18 |
<p align="center">
|
| 19 |
+
<a href="https://swe-milestone.com"><img src="https://img.shields.io/badge/Website-swe--milestone.com-blue.svg" alt="Website" /></a>
|
| 20 |
<a href="https://arxiv.org/abs/2603.13428"><img src="https://img.shields.io/badge/arXiv-2603.13428-b31b1b.svg" alt="arXiv" /></a>
|
| 21 |
+
<a href="https://github.com/DeepCommit-ai/SWE-Milestone"><img src="https://img.shields.io/badge/GitHub-SWE--Milestone-181717?logo=github" alt="GitHub" /></a>
|
| 22 |
<a href="https://hub.docker.com/u/hyd2apse"><img src="https://img.shields.io/badge/Docker-hyd2apse-2496ED?logo=docker&logoColor=white" alt="DockerHub" /></a>
|
| 23 |
</p>
|
| 24 |
|
| 25 |
+
Software evolution itineraries (as Milestone DAGs) extracted from real-world repositories for AI agent evaluation. Used by [SWE-Milestone](https://github.com/DeepCommit-ai/SWE-Milestone). [[Paper]](https://arxiv.org/abs/2603.13428)
|
| 26 |
|
| 27 |
+
This dataset contains the metadata, task specifications (SRS documents), dependency graphs, and test classifications (e.g., `fail_to_pass`, `pass_to_pass`) needed to run SWE-Milestone evaluation trials.
|
| 28 |
|
| 29 |
## Dataset Statistics
|
| 30 |
|
| 31 |
+
SWE-Milestone covers **7 real-world open-source repositories** spanning 5 programming languages, with **98 graded milestones**, **124 dependency edges**, and **48,480 total ΔLoC** in gold patches.
|
| 32 |
|
| 33 |
| Repository | Language | Version Range | #Milestones | #Deps | ΔLoC | LoC CV |
|
| 34 |
|-----------|----------|---------------|:-----------:|:-----:|-----:|:------:|
|
|
|
|
| 52 |
Each repository workspace directory contains:
|
| 53 |
|
| 54 |
```
|
| 55 |
+
SWE-Milestone-data/<repo_name>/
|
| 56 |
├── metadata.json # Repo metadata (src_dirs, test_dirs, patterns)
|
| 57 |
├── dependencies.csv # Milestone dependency DAG
|
| 58 |
├── milestones.csv # Milestone catalog
|
|
|
|
| 79 |
The figure below shows the milestone DAG for **ripgrep** (14.1.1 → 15.0.0), illustrating how milestones are structured and connected.
|
| 80 |
|
| 81 |
<p align="center">
|
| 82 |
+
<img src="assets/swe_milestone_example.png" width="820" alt="Example: ripgrep milestone DAG with SRS documents and test classifications" />
|
| 83 |
</p>
|
| 84 |
|
| 85 |
Each milestone in the DAG requires the following components:
|
|
|
|
| 101 |
|
| 102 |
```bash
|
| 103 |
git lfs install
|
| 104 |
+
git clone https://huggingface.co/datasets/DeepCommit-ai/SWE-Milestone-data
|
| 105 |
```
|
| 106 |
|
| 107 |
+
Then follow the [SWE-Milestone setup guide](https://github.com/DeepCommit-ai/SWE-Milestone#-setup) to run evaluation trials.
|
| 108 |
|
| 109 |
## Citation
|
| 110 |
|
assets/banner.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/{evoclaw_example.png → swe_milestone_example.png}
RENAMED
|
File without changes
|
assets/{evoclaw_icon.png → swe_milestone_icon.png}
RENAMED
|
File without changes
|