swebench_verified_random_100_folders_a1_stack_bash_20260818_162718
收藏资源简介:
该数据集包含多轮对话记录,每条样本由以下字段组成:对话历史(conversations,包含角色role和内容content)、代理名称(agent)、模型名称(model)、模型提供方(model_provider)、日期(date)、任务描述(task)、回合编号(episode)、运行ID(run_id)、试验名称(trial_name)、结果(result)、验证器输出(verifier_output)以及跟踪来源(trace_source)。数据集仅提供训练集,包含10,660条样本,总数据量约为1.7GB。
This dataset contains multi-turn dialogue records, each sample consisting of the following fields: conversation history (conversations, including role and content), agent name (agent), model name (model), model provider (model_provider), date (date), task description (task), episode number (episode), run ID (run_id), trial name (trial_name), result (result), verifier output (verifier_output), and trace source (trace_source). The dataset provides only the training set, containing 10,660 samples with a total data size of approximately 1.7GB.
数据集概述
该数据集由LAION发布,为SWE-bench Verified 数据集的随机子集,专注于软件工程任务,包含100个任务文件夹,每个文件夹对应一个代码仓库中的随机文件夹,并带有特定于Stack和Bash环境的代理轨迹。
基本信息
- 数据集名称:
laion/swebench_verified_random_100_folders_a1_stack_bash_20260818_162718 - 数据集规模:
- 总大小: 1,719,233,781 字节(约1.6 GB)
- 下载大小: 1,069,926,003 字节(约1 GB)
- 样本数量: 10,660 条(单分割
train)
- 发布时间: 2026年8月18日
数据特征
每条样本包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
conversations |
列表(含 role 和 content 两字段) |
代理与环境交互的多轮对话记录 |
agent |
字符串 | 代理标识 |
model |
字符串 | 使用的模型名称 |
model_provider |
字符串 | 模型提供商 |
date |
字符串 | 运行日期 |
task |
字符串 | 具体任务标识 |
episode |
字符串 | 回合编号 |
run_id |
字符串 | 运行ID |
trial_name |
字符串 | 试验名称 |
result |
字符串 | 任务结果 |
verifier_output |
字符串 | 验证器输出 |
trace_source |
字符串 | 轨迹来源 |
数据用途
该数据集适用于评估和训练软件工程任务中的AI代理,特别是:
- 测试代理在代码修复、Bug定位等SWE-bench场景下的表现
- 研究在Stack(代码堆栈) 和Bash(命令行) 环境下代理的行为轨迹
- 分析不同模型(由
model字段标识)和代理(agent字段)的任务解决效果
数据格式与结构
- 数据文件以 Parquet 格式存储(路径为
data/train-*),单分割train - 核心数据存储在
conversations字段中,以角色-内容对形式记录完整交互历史 - 每条样本包含任务运行的全部元信息,便于过滤和对比分析




