datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SWE-bench_VerifiedDataset Summary
SWE-bench Verified is a subset of 500 samples from the SWE-bench test set, which have been human-validated for quality. SWE-bench is a dataset that tests systems’ ability to solve GitHub issues automatically. See this post for more details on the human-validation process.
The dataset collects 500 test Issue-Pull Request pairs from popular Python repositories. Evaluation is performed by unit test verification using post-PR behavior as the reference solution.
The original… See the full description on the dataset page: https://huggingface.co/datasets/princeton-nlp/SWE-bench_Verified.SWE-bench_VerifiedDataset Summary
SWE-bench Verified is a subset of 500 samples from the SWE-bench test set, which have been human-validated for quality. SWE-bench is a dataset that tests systems’ ability to solve GitHub issues automatically. See this post for more details on the human-validation process.
The dataset collects 500 test Issue-Pull Request pairs from popular Python repositories. Evaluation is performed by unit test verification using post-PR behavior as the reference solution.
The original… See the full description on the dataset page: https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified.SWE-Bench-Verified-O1-reasoning-high-results
SWE-Bench Verified O1 Dataset
Executive Summary
This repository contains verified reasoning traces from the O1 model evaluating software engineering tasks. Using OpenHands + CodeAct v2.2, we tested O1's bug-fixing capabilities on the SWE-Bench Verified dataset, achieving a 28.8% success rate across 500 test instances.
Overview
This dataset was generated using the CodeAct framework, which aims to improve code generation through enhanced action-based reasoning.… See the full description on the dataset page: https://huggingface.co/datasets/AlexCuadron/SWE-Bench-Verified-O1-reasoning-high-results.swebench-verified-trajectories
SWE-bench Verified — mini-swe-agent trajectories (10 models)
Native .traj.json files from running mini-swe-agent on all 500 SWE-bench Verified instances
for each of the 10 models below. Downloaded from
Docent via preprocessing/swebench_docent.py in
contrastive_learning.
Layout
swebench_verified_raw/
<model_label>/
<instance_id>/
<instance_id>.traj.json
Per-file schema
{
"instance_id": str,
"trajectory_format": "mini-swe-agent-1.1"… See the full description on the dataset page: https://huggingface.co/datasets/tarsur385/swebench-verified-trajectories.SWE-Bench-Verifiedswebench-verified-sample-100-Qwen3-30B-evalswe-bench-verified-miniSWEBench-verified-mini is a subset of SWEBench-verified that uses 50 instead of 500 datapoints, requires 5GB instead of 130GB of storage and has approximately the same distribution of performance, test pass rates and difficulty as the original dataset.
You can find more details here: https://github.com/mariushobbhahn/make_swe_bench_verified_mini
If you use the Inspect implementation, you can merely switch the dataset: str = "princeton-nlp/SWE-bench_Verified", to dataset: str =… See the full description on the dataset page: https://huggingface.co/datasets/MariusHobbhahn/swe-bench-verified-mini.SWEbench-Verified-eval150-turn24to12-8ckpts-2repeats-multicoordinator-w64-20260921
Coding eval150: 24→12 history and checkpoint screening
Primary goal: highest absolute accuracy. All selected outcomes and physical attempts are retained.
Code: https://github.com/ys-2020/miles/commit/65169383a9bbec29fc138c009d872032bc5ea084
Public evidence archive: https://huggingface.co/datasets/CharlieLLL/SWEbench-Verified-eval150-turn24to12-8ckpts-2repeats-multicoordinator-w64-20260921
Priority
Workers
Orchestrator
History
Independent full150 runs
A
8 candidates… See the full description on the dataset page: https://huggingface.co/datasets/CharlieLLL/SWEbench-Verified-eval150-turn24to12-8ckpts-2repeats-multicoordinator-w64-20260921.SWE-bench_Not_VerifiedSWE-Bench-Verified-O1-native-tool-calling-reasoning-high-results
SWE-Bench Verified O1 Dataset
Executive Summary
This repository contains verified reasoning traces from the O1 model evaluating software engineering tasks. Using OpenHands + CodeAct v2.2, we tested O1's bug-fixing capabilities using their native tool calling capabilities on the SWE-Bench Verified dataset, achieving a 45.8% success rate across 500 test instances.
Overview
This dataset was generated using the CodeAct framework, which aims to improve code… See the full description on the dataset page: https://huggingface.co/datasets/AlexCuadron/SWE-Bench-Verified-O1-native-tool-calling-reasoning-high-results.swebench_verified_images_tarsSWEbench-Verified-eval150-promising-orchestrators-20260921
Coding: promising9B checkpoints and orchestrator comparison
Updated UTC: 2026-09-24 14:00:05. Audited 150-outcome records: 105/105 (103 approved future runs +2 inherited Solo runs).
Public raw traces and manifests · Accuracy CSV · Large/small token and cache CSV · Task-paired comparisons
Accuracy: independently audited outcome accounting
Cell
Mode
Completed
Resolved
Accuracy
dsv4-solo-r1
solo
150/150
55/150
36.67%
ultra-solo-r1
solo
150/150
71/150… See the full description on the dataset page: https://huggingface.co/datasets/CharlieLLL/SWEbench-Verified-eval150-promising-orchestrators-20260921.swebench-verified-random-100-foldersSWE-bench_Verified-code-searchswebench-verified-harborswebench-verified-sample-100-harborswebench-verifiedswe-bench-verified-codebase-content-staging
SWE-Bench Verified
import argparse
from dataclasses import dataclass, asdict
import datasets
from pathlib import Path
import subprocess
from typing import Dict, List
import tqdm
from datasets import Dataset
import hashlib
from dataclasses import dataclass
@dataclass
classCodebaseFile:
path: str
content: str
class SWEBenchProblem:
def __init__(self, row):
self._row = row
@property
def repo(self) -> str:
return self._row["repo"]… See the full description on the dataset page: https://huggingface.co/datasets/ScalingIntelligence/swe-bench-verified-codebase-content-staging.swe-bench-verified-codebase-content
SWE-Bench Verified Codebase Content Dataset
Introduction
SWE-bench is a popular benchmark that measures how well systems can solve real-world software engineering problems. To solve SWE-bench problems, systems need to interact with large codebases that have long commit histories. Interacting with these codebases in an agent loop using git naively can be slow, and the repositories themselves take up large amounts of storage space.
This dataset provides the complete Python… See the full description on the dataset page: https://huggingface.co/datasets/ScalingIntelligence/swe-bench-verified-codebase-content.CoderForge-Preview-32B-SWE-Bench-Verified-Evaluation-trajectoriesSWE-bench_Verified-locagentSWE-bench_Verified_commit0swebench-verified-full-foldersloom-benchmark-swe-bench-verifiedLego-RL-SWE-Bench-Verified
Lego-RL-SWE-Bench-Verified
The 500 SWE-bench Verified instances as ready-to-run harbor RL environments —
the exact evaluation set behind every SWE-bench Verified number in
LEGO-RL, packaged the same way as the training
set Lego-X/Lego-RL-2699 so
one trainer reads both.
Two parallel views of the same 500 instances:
View
Path
What it is
Official SWE-bench records
swebench_verified_official_500/
The upstream princeton-nlp/SWE-bench_Verified rows, verbatim
Harbor RL… See the full description on the dataset page: https://huggingface.co/datasets/Lego-X/Lego-RL-SWE-Bench-Verified.SWE-bench_Verified-discriminative
SWE-bench Verified Discriminative Subsets
Dataset Description
This dataset contains discriminative subsets of SWE-bench Verified designed to provide more sensitive evaluation of SWE-agent capabilities. As top-performing agents achieve 73%+ on the full benchmark, these subsets focus on truly challenging problems to better discriminate between cutting-edge systems.
Key Features
4 discriminative splits targeting different evaluation needs
335 carefully selected… See the full description on the dataset page: https://huggingface.co/datasets/jatinganhotra/SWE-bench_Verified-discriminative.SWE-bench_Verified_50
Dataset Summary
For faster evaluation, this dataset is generated by doing stratified sampling on difficulty annotations provided by OpenAI here
on the full verified dataset
Sampling script is also uploaded in the repo.
SWE-bench_Verified_oracleSWE-bench_Verified_OAI_Annt
Dataset details
Appended difficulty annotations provided by OpenAI here
SWEbenchVerifiedRR
SWEbenchVerifiedRR
An MTEB dataset
Massive Text Embedding Benchmark
Software Issue Localization for SWE-bench Verified
Task category
t2t
Domains
Programming, Written
Reference
https://openai.com/index/introducing-swe-bench-verified/
Source datasets:
tarsur909/mteb-swe-bench-verified-reranking
How to evaluate on this task
You can evaluate an embedding model on this dataset using the following code:
import mteb
task =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/SWEbenchVerifiedRR.
