Update dataset card for packages_python_filtered
Browse files
README.md
CHANGED
|
@@ -1,35 +1,103 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
| 4 |
-
- question-answering
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
-
# SWE-Next: Scalable Real-World Software Engineering Tasks for Agents
|
| 12 |
|
| 13 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<a href="https://arxiv.org/abs/2603.20691"><img alt="Paper" src="https://img.shields.io/badge/Paper-arXiv-b31b1b?style=for-the-badge&logo=arxiv&logoColor=white"></a>
|
| 15 |
<a href="https://tiger-ai-lab.github.io/SWE-Next/"><img alt="Project Page" src="https://img.shields.io/badge/Project%20Page-Website-4285F4?style=for-the-badge&logo=googlechrome&logoColor=white"></a>
|
| 16 |
<a href="https://github.com/TIGER-AI-Lab/SWE-Next"><img alt="Code" src="https://img.shields.io/badge/Code-GitHub-181717?style=for-the-badge&logo=github&logoColor=white"></a>
|
|
|
|
| 17 |
<a href="https://huggingface.co/datasets/TIGER-Lab/SWE-Next-SFT-Trajectories"><img alt="SFT Trajs" src="https://img.shields.io/badge/SFT%20Trajs-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 18 |
-
<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>
|
| 19 |
<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>
|
| 20 |
<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>
|
| 21 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
-
##
|
| 24 |
|
| 25 |
```bibtex
|
| 26 |
@misc{liang2026swenextscalablerealworldsoftware,
|
| 27 |
-
title={SWE-Next: Scalable Real-World Software Engineering Tasks for Agents},
|
| 28 |
author={Jiarong Liang and Zhiheng Lyu and Zijie Liu and Xiangchao Chen and Ping Nie and Kai Zou and Wenhu Chen},
|
| 29 |
year={2026},
|
| 30 |
eprint={2603.20691},
|
| 31 |
archivePrefix={arXiv},
|
| 32 |
primaryClass={cs.SE},
|
| 33 |
-
url={https://arxiv.org/abs/2603.20691},
|
| 34 |
}
|
| 35 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pretty_name: SWE-Next Seed Repository List
|
|
|
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
size_categories:
|
| 7 |
+
- 1K<n<10K
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: packages_python_filtered.csv
|
| 13 |
---
|
|
|
|
| 14 |
|
| 15 |
+
<div align="center">
|
| 16 |
+
<h1>SWE-Next: Scalable Real-World Software Engineering Tasks for Agents</h1>
|
| 17 |
+
</div>
|
| 18 |
+
|
| 19 |
+
<div align="center">
|
| 20 |
<a href="https://arxiv.org/abs/2603.20691"><img alt="Paper" src="https://img.shields.io/badge/Paper-arXiv-b31b1b?style=for-the-badge&logo=arxiv&logoColor=white"></a>
|
| 21 |
<a href="https://tiger-ai-lab.github.io/SWE-Next/"><img alt="Project Page" src="https://img.shields.io/badge/Project%20Page-Website-4285F4?style=for-the-badge&logo=googlechrome&logoColor=white"></a>
|
| 22 |
<a href="https://github.com/TIGER-AI-Lab/SWE-Next"><img alt="Code" src="https://img.shields.io/badge/Code-GitHub-181717?style=for-the-badge&logo=github&logoColor=white"></a>
|
| 23 |
+
<a href="https://huggingface.co/datasets/TIGER-Lab/SWE-Next"><img alt="Dataset" src="https://img.shields.io/badge/Base%20Dataset-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
| 24 |
<a href="https://huggingface.co/datasets/TIGER-Lab/SWE-Next-SFT-Trajectories"><img alt="SFT Trajs" src="https://img.shields.io/badge/SFT%20Trajs-HuggingFace-FFD21E?style=for-the-badge&logo=huggingface&logoColor=000"></a>
|
|
|
|
| 25 |
<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>
|
| 26 |
<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>
|
| 27 |
+
</div>
|
| 28 |
+
|
| 29 |
+
# packages_python_filtered
|
| 30 |
+
|
| 31 |
+
This repository contains `packages_python_filtered.csv`, the seed repository list used by SWE-Next. The file contains **3,971** Python package / repository entries that serve as the starting point for large-scale repository mining and execution-grounded task synthesis.
|
| 32 |
+
|
| 33 |
+
Each row links a package-oriented seed entry to a GitHub repository and includes lightweight metadata used by the collection pipeline, such as stars, language, whether the repository was downloaded, and merged-PR counts.
|
| 34 |
+
|
| 35 |
+
## Overview
|
| 36 |
+
|
| 37 |
+
SWE-Next begins from this seed list of **3,971** repositories, then mines merged pull requests, executes candidate base/merged commit pairs, and filters them into the final execution-grounded SWE dataset. This CSV is therefore the upstream repository inventory that defines the initial search space for the pipeline.
|
| 38 |
+
|
| 39 |
+
## Format
|
| 40 |
+
|
| 41 |
+
The CSV has the following columns:
|
| 42 |
+
|
| 43 |
+
| Column | Description |
|
| 44 |
+
|---|---|
|
| 45 |
+
| `pypi_name` | PyPI package or seed package name associated with the repository |
|
| 46 |
+
| `repo_name` | GitHub repository in `owner/repo` format |
|
| 47 |
+
| `local_path` | Original local clone path used during collection |
|
| 48 |
+
| `stars` | Repository stars at collection time |
|
| 49 |
+
| `downloaded` | Whether the repository was successfully downloaded |
|
| 50 |
+
| `primary_language` | Primary repository language |
|
| 51 |
+
| `pr_count` | Number of pull requests observed for the repository |
|
| 52 |
+
|
| 53 |
+
Example rows:
|
| 54 |
+
|
| 55 |
+
```csv
|
| 56 |
+
pypi_name,repo_name,local_path,stars,downloaded,primary_language,pr_count
|
| 57 |
+
vdtool,yt-dlp/yt-dlp,...,120643,True,Python,4349
|
| 58 |
+
django-squad,django/django,...,84411,True,Python,20318
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
## Files
|
| 62 |
+
|
| 63 |
+
- `packages_python_filtered.csv`: seed repository list for SWE-Next collection
|
| 64 |
+
|
| 65 |
+
## Usage
|
| 66 |
+
|
| 67 |
+
This artifact is mainly useful for:
|
| 68 |
+
|
| 69 |
+
- reproducing the initial repository search space of SWE-Next,
|
| 70 |
+
- analyzing repository-scale coverage before task synthesis,
|
| 71 |
+
- selecting subsets of repositories for custom collection runs.
|
| 72 |
+
|
| 73 |
+
Load it with pandas:
|
| 74 |
+
|
| 75 |
+
```python
|
| 76 |
+
import pandas as pd
|
| 77 |
+
|
| 78 |
+
df = pd.read_csv("hf://datasets/TIGER-Lab/packages_python_filtered/packages_python_filtered.csv")
|
| 79 |
+
print(df.head())
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
## Relationship to the SWE-Next Release
|
| 83 |
+
|
| 84 |
+
This repo contains the seed repository list used by SWE-Next. Related artifacts are available separately:
|
| 85 |
+
|
| 86 |
+
- **Repository summary with NEW_COMMIT_BETTER counts**: `TIGER-Lab/new_commit_better_repos`
|
| 87 |
+
- **Final task dataset**: `TIGER-Lab/SWE-Next`
|
| 88 |
+
- **SFT trajectories**: `TIGER-Lab/SWE-Next-SFT-Trajectories`
|
| 89 |
+
- **Project code**: `github.com/TIGER-AI-Lab/SWE-Next`
|
| 90 |
|
| 91 |
+
## Citation
|
| 92 |
|
| 93 |
```bibtex
|
| 94 |
@misc{liang2026swenextscalablerealworldsoftware,
|
| 95 |
+
title={SWE-Next: Scalable Real-World Software Engineering Tasks for Agents},
|
| 96 |
author={Jiarong Liang and Zhiheng Lyu and Zijie Liu and Xiangchao Chen and Ping Nie and Kai Zou and Wenhu Chen},
|
| 97 |
year={2026},
|
| 98 |
eprint={2603.20691},
|
| 99 |
archivePrefix={arXiv},
|
| 100 |
primaryClass={cs.SE},
|
| 101 |
+
url={https://arxiv.org/abs/2603.20691},
|
| 102 |
}
|
| 103 |
+
```
|