lllqaq commited on
Commit
fb0d6a0
·
verified ·
1 Parent(s): 0a93f5f

Update dataset card for new_commit_better_repos

Browse files
Files changed (1) hide show
  1. README.md +77 -9
README.md CHANGED
@@ -1,31 +1,99 @@
1
  ---
2
  license: mit
 
3
  language:
4
  - en
5
- pretty_name: new-commmits
 
 
 
 
 
 
6
  ---
7
- # SWE-Next: Scalable Real-World Software Engineering Tasks for Agents
8
 
9
- <p align="left">
 
 
 
 
10
  <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>
11
  <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>
12
  <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>
 
13
  <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>
14
- <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>
15
  <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>
16
  <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>
17
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- ## 📝 Citation
20
 
21
  ```bibtex
22
  @misc{liang2026swenextscalablerealworldsoftware,
23
- title={SWE-Next: Scalable Real-World Software Engineering Tasks for Agents},
24
  author={Jiarong Liang and Zhiheng Lyu and Zijie Liu and Xiangchao Chen and Ping Nie and Kai Zou and Wenhu Chen},
25
  year={2026},
26
  eprint={2603.20691},
27
  archivePrefix={arXiv},
28
  primaryClass={cs.SE},
29
- url={https://arxiv.org/abs/2603.20691},
30
  }
31
- ```
 
1
  ---
2
  license: mit
3
+ pretty_name: SWE-Next Repository List with NEW_COMMIT_BETTER Counts
4
  language:
5
  - en
6
+ size_categories:
7
+ - 100<n<1K
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: new_commit_better_repos.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
+ # new_commit_better_repos
30
+
31
+ This repository contains `new_commit_better_repos.csv`, an intermediate SWE-Next metadata artifact listing repositories with at least one observed `NEW_COMMIT_BETTER` commit pair during collection. Each row records a GitHub repository and the number of commit pairs in that repository that produced strict test improvements without regressions.
32
+
33
+ The file contains **335** repositories and is used by the SWE-Next pipeline as a lightweight index of promising repositories before final task packaging.
34
+
35
+ ## Overview
36
+
37
+ SWE-Next starts from **3,971** seeded Python repositories and executes **102,582** candidate base/merged commit pairs mined from real merged PRs. During this process, repositories that exhibit at least one `NEW_COMMIT_BETTER` outcome are tracked in this CSV. The file therefore serves as an upstream repository-level summary rather than the final released task dataset.
38
+
39
+ ## Format
40
+
41
+ The CSV has two columns:
42
+
43
+ | Column | Description |
44
+ |---|---|
45
+ | `repo` | GitHub repository in `owner/repo` format |
46
+ | `NEW_COMMIT_BETTER` | Number of commit pairs in that repository classified as `NEW_COMMIT_BETTER` |
47
+
48
+ Example rows:
49
+
50
+ ```csv
51
+ repo,NEW_COMMIT_BETTER
52
+ pydantic/pydantic,152
53
+ yt-dlp/yt-dlp,62
54
+ pytest-dev/pyfakefs,56
55
+ ```
56
+
57
+ ## Files
58
+
59
+ - `new_commit_better_repos.csv`: repository-level summary of observed `NEW_COMMIT_BETTER` counts
60
+
61
+ ## Usage
62
+
63
+ This artifact is mainly useful for:
64
+
65
+ - inspecting which repositories contribute execution-grounded improvements,
66
+ - selecting promising repositories for further pipeline runs,
67
+ - reproducing intermediate repository-level filtering stages in SWE-Next.
68
+
69
+ Load it with pandas:
70
+
71
+ ```python
72
+ import pandas as pd
73
+
74
+ df = pd.read_csv("hf://datasets/TIGER-Lab/new_commit_better_repos/new_commit_better_repos.csv")
75
+ print(df.head())
76
+ ```
77
+
78
+ ## Relationship to the SWE-Next Release
79
+
80
+ This repo contains a repository-level intermediate artifact used by SWE-Next. Related artifacts are available separately:
81
+
82
+ - **Seed repository list**: `TIGER-Lab/packages_python_filtered`
83
+ - **Final task dataset**: `TIGER-Lab/SWE-Next`
84
+ - **SFT trajectories**: `TIGER-Lab/SWE-Next-SFT-Trajectories`
85
+ - **Project code**: `github.com/TIGER-AI-Lab/SWE-Next`
86
 
87
+ ## Citation
88
 
89
  ```bibtex
90
  @misc{liang2026swenextscalablerealworldsoftware,
91
+ title={SWE-Next: Scalable Real-World Software Engineering Tasks for Agents},
92
  author={Jiarong Liang and Zhiheng Lyu and Zijie Liu and Xiangchao Chen and Ping Nie and Kai Zou and Wenhu Chen},
93
  year={2026},
94
  eprint={2603.20691},
95
  archivePrefix={arXiv},
96
  primaryClass={cs.SE},
97
+ url={https://arxiv.org/abs/2603.20691},
98
  }
99
+ ```