dev_set_v2_a1_quixbugs_20260814_100726
收藏资源简介:
该数据集是一个多轮对话数据集,包含5653个训练样本。每条数据记录包含一段对话历史(conversations),由角色(role)和内容(content)组成;同时附带元数据字段,包括智能体标识(agent)、模型名称(model)、模型提供商(model_provider)、日期(date)、任务类型(task)、回合编号(episode)、运行ID(run_id)、试验名称(trial_name)、结果(result)、验证器输出(verifier_output)以及追踪来源(trace_source)。数据集适用于对话系统的训练、智能体行为分析或模型评估任务。
This dataset is a multi-turn dialogue dataset containing 5,653 training samples. Each data record includes a conversation history (conversations) composed of roles and contents, along with metadata fields including agent identifier (agent), model name (model), model provider (model_provider), date (date), task type (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 is suitable for training dialogue systems, analyzing agent behavior, or evaluating models.
数据集概述:laion/dev_set_v2_a1_quixbugs_20260814_100726
数据集地址:https://huggingface.co/datasets/laion/dev_set_v2_a1_quixbugs_20260814_100726
一、数据集基本信息
- 数据集名称:
dev_set_v2_a1_quixbugs_20260814_100726 - 数据集来源:LAION 组织发布
- 数据集大小:约 550.79 MB(数据文件实际大小),下载大小为 452.09 MB
- 数据划分:仅包含
train分割,共 5,653 条样本
二、数据结构与字段说明
该数据集包含 14 个特征字段,具体如下:
| 字段名 | 字段类型 | 说明 |
|---|---|---|
conversations |
列表(包含 role 和 content 两个子字段,均为字符串类型) |
对话记录,包含角色和内容 |
agent |
字符串 | 代理标识 |
model |
字符串 | 使用的模型名称 |
model_provider |
字符串 | 模型提供方 |
date |
字符串 | 日期信息 |
task |
字符串 | 任务类型 |
episode |
字符串 | 任务轮次(episode) |
run_id |
字符串 | 运行标识符 |
trial_name |
字符串 | 试验名称 |
result |
字符串 | 结果信息 |
verifier_output |
字符串 | 验证器输出 |
trace_source |
字符串 | 轨迹来源 |
三、数据规模与存储
- 训练集样本数:5,653 条
- 存储格式:数据文件存储在
data/train-*路径下(支持通配符匹配,可能为分片文件) - 数据总量:
dataset_size为 550,786,419 字节(约 525 MB),download_size为 452,093,053 字节(约 431 MB)
四、应用场景
该数据集命名为 quixbugs,结合字段如 task、episode、run_id 和 verifier_output,可用于以下场景:
- 代码修复任务(QuixBugs 是常见的 bug 修复基准)
- 多轮对话式代理行为分析(
conversations字段记录交互) - 模型评估与验证(含
verifier_output字段)




