dev_set_v2_a1_toolscale_20260815_082732
收藏资源简介:
该数据集包含6636条对话记录,每条记录包含多个字段:conversations字段为多轮对话列表,每轮对话包含角色(role)和内容(content);agent字段标识对话代理;model字段记录使用的模型名称;model_provider表示模型提供商;date记录日期;task表示任务类型;episode、run_id、trial_name用于标识试验批次;result记录结果;verifier_output记录验证器输出;trace_source记录追踪来源。数据集仅包含训练分割,总大小约671MB。
This dataset contains 6636 conversation records, each with multiple fields: the conversations field is a list of multi-turn dialogues, each turn contains role and content; the agent field identifies the dialogue agent; the model field records the model name used; model_provider indicates the model provider; date records the date; task indicates the task type; episode, run_id, and trial_name are used to identify the experimental batch; result records the outcome; verifier_output records the verifier output; trace_source records the trace source. The dataset only contains a training split, with a total size of approximately 671MB.
数据集概述
该数据集名为 laion/dev_set_v2_a1_toolscale_20260815_082732,托管于 Hugging Face 平台,由 LAION 组织提供。
基本信息
- 数据集地址:https://huggingface.co/datasets/laion/dev_set_v2_a1_toolscale_20260815_082732
- 数据集大小:约 671 MB(
dataset_size),下载大小为 600 MB(download_size) - 数据分割:仅包含
train分割,包含 6,636 个样本,总字节数为 671,093,909
数据特征
该数据集包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
conversations |
列表(包含 role 和 content 两个子字段,均为字符串类型) |
对话记录,包括角色与内容 |
agent |
字符串 | 代理标识 |
model |
字符串 | 使用的模型名称 |
model_provider |
字符串 | 模型提供方 |
date |
字符串 | 日期信息 |
task |
字符串 | 任务类型 |
episode |
字符串 | 回合标识 |
run_id |
字符串 | 运行编号 |
trial_name |
字符串 | 试验名称 |
result |
字符串 | 结果信息 |
verifier_output |
字符串 | 验证器输出 |
trace_source |
字符串 | 轨迹来源 |
数据存储格式
- 默认配置名为
default - 数据文件路径为
data/train-*(支持通配符匹配)
数据集用途
该数据集包含完整的对话记录与多维度元信息,可能用于:
- 多轮对话生成与评估
- 代理(Agent)行为跟踪与分析
- 模型输出验证与结果分析
- 工具调用(ToolScale)场景下的任务表现研究
由于字段中包含 agent、verifier_output、trace_source 等,该数据集可能源自某种代理运行轨迹或工具链执行过程,适合用于研究多代理协作、工具使用及模型评估等方向。




