Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
500 Server Error: Internal Server Error for url: https://huggingface.co/api/datasets/TIGER-Lab/new_commit_better_repos/branch/refs%2Fconvert%2Fparquet (Request ID: Root=1-69dd5c18-0b5af10f540b0e2d7e189396;152cd46c-2744-45d5-8bca-7aebb7bd1c0a) Internal Error - We're working hard to fix this as soon as possible!
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

repo
string
NEW_COMMIT_BETTER
int64
pydantic/pydantic
152
tornadoweb/tornado
125
pex-tool/pex
117
darcymason/pydicom
90
pydicom/pydicom
90
yt-dlp/yt-dlp
62
pytest-dev/pyfakefs
56
rthalley/dnspython
56
savoirfairelinux/num2words
42
meerk40t/svgelements
35
pygments/pygments
33
lark-parser/lark
32
dulwich/dulwich
30
falconry/falcon
30
robotpy/cxxheaderparser
29
mahmoud/boltons
26
psf/requests
26
Python-Markdown/markdown
21
waylan/Python-Markdown
21
hgrecco/pint
19
martinblech/xmltodict
19
miyuchina/mistletoe
19
translate/translate
19
yuma-m/pychord
19
biopython/biopython
18
quodlibet/mutagen
18
r1chardj0n3s/parse
18
Pylons/webob
16
rg3/youtube-dl
16
GoogleCloudPlatform/snapshot-debugger
15
boto/boto
15
pallets/werkzeug
15
attwad/python-osc
13
chezou/tabula-py
13
neogeny/TatSu
13
slackapi/python-slack-sdk
13
tomerfiliba/plumbum
12
Supervisor/supervisor
11
fastavro/fastavro
11
Turbo87/utm
10
coin-or/pulp
10
cython/cython
10
davidhalter/parso
10
mewwts/addict
10
pydcs/dcs
10
rr-/docstring_parser
10
carpedm20/emoji
9
jazzband/geojson
9
msiemens/tinydb
9
pypa/setuptools
9
urwid/urwid
9
andymccurdy/redis-py
8
berkerpeksag/astor
8
bgreenlee/pygtail
8
didix21/mdutils
8
lepture/mistune
8
mitmproxy/mitmproxy
8
pylint-dev/astroid
8
qtile/qtile
8
Neoteroi/rodi
7
OSInside/kiwi
7
PyThaiNLP/pythainlp
7
awslabs/aws-lambda-builders
7
celery/billiard
7
flexxui/flexx
7
ikalchev/HAP-python
7
netaddr/netaddr
7
noahmorrison/chevron
7
py-moneyed/py-moneyed
7
pycqa/eradicate
7
richardkiss/pycoin
7
vivisect/vivisect
7
Delgan/loguru
6
abhinavsingh/proxy.py
6
adbar/simplemma
6
amoffat/sh
6
assertpy/assertpy
6
avocado-framework/avocado
6
bottlepy/bottle
6
localstack/localstack
6
mapbox/mercantile
6
mido/mido
6
python-poetry/poetry
6
sdispater/poetry
6
summa-tx/riemann
6
Knio/dominate
5
brazilian-utils/brutils
5
elastic/rally
5
gpt-engineer-org/gpt-engineer
5
jaraco/inflect
5
kivy/kivy
5
myint/cppclean
5
nficano/pytube
5
nicotine-plus/nicotine-plus
5
openSUSE/osc
5
pyparsing/pyparsing
5
pypiserver/pypiserver
5
rasterio/affine
5
sopel-irc/sopel
5
terrencepreilly/darglint
5
End of preview.

SWE-Next: Scalable Real-World Software Engineering Tasks for Agents

Paper Project Page Code Dataset SFT Trajs Model 7B Model 14B

new_commit_better_repos

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.

The file contains 335 repositories and is used by the SWE-Next pipeline as a lightweight index of promising repositories before final task packaging.

Overview

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.

Format

The CSV has two columns:

Column Description
repo GitHub repository in owner/repo format
NEW_COMMIT_BETTER Number of commit pairs in that repository classified as NEW_COMMIT_BETTER

Example rows:

repo,NEW_COMMIT_BETTER
pydantic/pydantic,152
yt-dlp/yt-dlp,62
pytest-dev/pyfakefs,56

Files

  • new_commit_better_repos.csv: repository-level summary of observed NEW_COMMIT_BETTER counts

Usage

This artifact is mainly useful for:

  • inspecting which repositories contribute execution-grounded improvements,
  • selecting promising repositories for further pipeline runs,
  • reproducing intermediate repository-level filtering stages in SWE-Next.

Load it with pandas:

import pandas as pd

df = pd.read_csv("hf://datasets/TIGER-Lab/new_commit_better_repos/new_commit_better_repos.csv")
print(df.head())

Relationship to the SWE-Next Release

This repo contains a repository-level intermediate artifact used by SWE-Next. Related artifacts are available separately:

  • Seed repository list: TIGER-Lab/packages_python_filtered
  • Final task dataset: TIGER-Lab/SWE-Next
  • SFT trajectories: TIGER-Lab/SWE-Next-SFT-Trajectories
  • Project code: github.com/TIGER-AI-Lab/SWE-Next

Citation

@misc{liang2026swenextscalablerealworldsoftware,
      title={SWE-Next: Scalable Real-World Software Engineering Tasks for Agents},
      author={Jiarong Liang and Zhiheng Lyu and Zijie Liu and Xiangchao Chen and Ping Nie and Kai Zou and Wenhu Chen},
      year={2026},
      eprint={2603.20691},
      archivePrefix={arXiv},
      primaryClass={cs.SE},
      url={https://arxiv.org/abs/2603.20691},
}
Downloads last month
52

Collection including TIGER-Lab/new_commit_better_repos

Paper for TIGER-Lab/new_commit_better_repos