live0
收藏资源简介:
liaochu/live0数据集是一个与SWE-bench-Live兼容的任务数据集,专为软件工程基准测试设计。该数据集包含302个任务实例,仅提供测试分割。每个实例代表一个代码修复或改进任务,涉及从GitHub仓库提取的拉取请求相关信息。数据集中包含丰富的结构化字段,如仓库名称、拉取请求编号、问题编号列表、基础提交哈希、代码补丁、测试补丁、问题描述、提示文本、提交URL列表、创建时间戳、测试命令列表、日志解析器标识以及任务难度评估(包括涉及的文件数、代码块数和代码行数)。特别地,数据集提供了两类测试集合:FAIL_TO_PASS测试(共1691个),用于验证问题修复;PASS_TO_PASS测试(共72722个),用于确保现有功能不被破坏。数据集总大小约为16.9 MB,采用Apache-2.0许可证。该数据集适用于评估和开发自动化代码修复、程序合成、测试生成以及软件工程智能体等任务。
The liaochu/live0 dataset is a task dataset compatible with SWE-bench-Live, designed for software engineering benchmarking. It contains 302 task instances, provided only in a test split. Each instance represents a code repair or improvement task, involving information extracted from pull requests in GitHub repositories. The dataset includes rich structured fields, such as repository name, pull request number, issue number list, base commit hash, code patch, test patch, problem statement, hints text, commit URL list, creation timestamp, test command list, log parser identifier, and task difficulty assessment (including the number of files, code blocks, and lines of code involved). Specifically, the dataset provides two types of test sets: FAIL_TO_PASS tests (total 1691) for verifying issue fixes, and PASS_TO_PASS tests (total 72722) to ensure existing functionality is not broken. The total dataset size is approximately 16.9 MB, licensed under Apache-2.0. This dataset is suitable for evaluating and developing automated code repair, program synthesis, test generation, and software engineering agents.
数据集名称
liaochu/live0
数据集描述
一个与 SWE-bench-Live 兼容的任务数据集。
数据集规模
- 总数据量: 16,986,559 字节
- 划分: 仅包含
test划分- 样本数: 302
- FAIL_TO_PASS 测试数: 1,691
- PASS_TO_PASS 测试数: 72,722
数据特征
| 字段名 | 类型 | 描述 |
|---|---|---|
repo |
string | 仓库名称 |
pull_number |
string | 拉取请求编号 |
instance_id |
string | 实例ID |
issue_numbers |
sequence[string] | 相关联的issue编号 |
base_commit |
string | 基础提交哈希 |
patch |
string | 代码补丁(patch) |
test_patch |
string | 测试补丁(test patch) |
problem_statement |
string | 问题陈述 |
hints_text |
string | 单条提示文本 |
all_hints_text |
string | 所有提示文本 |
commit_urls |
sequence[string] | 提交URL列表 |
created_at |
timestamp[s] | 创建时间 |
commit_url |
string | 提交URL |
test_cmds |
sequence[string] | 测试命令列表 |
log_parser |
string | 日志解析器 |
difficulty |
struct 包含 files(int64)、hunks(int64)、lines(int64) |
难度度量(文件数、hunk数、行数) |
FAIL_TO_PASS |
sequence[string] | 从失败到通过的测试 |
PASS_TO_PASS |
sequence[string] | 从通过到通过的测试 |
许可证
Apache-2.0
数据集配置
- 配置名称:
default - 数据文件:
data/test-*(仅包含test划分)




