textSWE-bench/SWE-benchswe-benchcode-generationagentsbenchmarkgithub-issuespythonevaluationllm-evalcoding-agentsfine-tuning

SWE-bench: Real-World GitHub Issue Resolution Benchmark

Category
Text
Records
21,527 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~114.37 MB
Downloads
1

About this data

2,294 Issue-PR pairs from 12 popular Python repos for evaluating LLM/agent ability to resolve real GitHub issues. Verified via post-PR unit tests. Canonical agent coding benchmark.

Schema

NameTypeDescription
repoVARCHARGitHub repository identifier in owner/name format
instance_idVARCHARUnique identifier for the issue-PR pair
base_commitVARCHARGit commit SHA of repository state before fix
patchVARCHARUnified diff of the gold-standard fix (PR changes)
test_patchVARCHARUnified diff containing unit tests for verification
problem_statementVARCHARFull text of the GitHub issue describing the bug or feature request
hints_textVARCHARAdditional discussion comments from the issue thread
created_atVARCHARISO 8601 timestamp when the issue was created
versionVARCHARRepository version tag or release identifier
FAIL_TO_PASSVARCHARTest cases that fail before fix and pass after fix
PASS_TO_PASSVARCHARTest cases that pass both before and after fix
environment_setup_commitVARCHARCommit SHA used to set up the test environment

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
1 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "SWE-bench: Real-World GitHub I" })
// Found: c8dddd6d-99ec-4934-9396-43455b088bd8
get_download_url({ dataset_id: "c8dddd6d-99ec-4934-9396-43455b088bd8" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/c8dddd6d-99ec-4934-9396-43455b088bd8/download-url
SWE-bench: Real-World GitHub Issue Resolution Benchmark — Free Dataset | DataBazaar