terminal_bench_2_a1_taco_20260808_162057
收藏资源简介:
该数据集以Hugging Face数据集格式存储,包含多个字段。核心字段是conversations,为列表结构,每个元素包含role(角色)和content(内容)两字段,记录多轮对话。其他字段包括:agent(代理)、model(模型)、model_provider(模型提供商)、date(日期)、task(任务)、episode(轮次)、run_id(运行ID)、trial_name(试验名称)、result(结果)、verifier_output(验证器输出)、trace_source(追踪来源)。训练集有4913个样本,数据集总大小约378MB。该数据集适用于对话系统研究、多轮对话分析、模型行为追踪等任务。
The dataset is stored in Hugging Face dataset format and contains multiple fields. The core field is conversations, which is a list structure, each element contains two fields: role and content, recording multi-turn dialogues. Other fields include: agent, model, model_provider, date, task, episode, run_id, trial_name, result, verifier_output, trace_source. The training set has 4913 samples, and the total dataset size is approximately 378MB. This dataset is suitable for dialogue system research, multi-turn dialogue analysis, model behavior tracking, and other tasks.
数据集概述
该数据集名为 terminal_bench_2_a1_taco_20260808_162057,由 LAION 组织发布,托管于 Hugging Face 平台。
基本信息
- 数据集大小:下载大小约 319.5 MB,完整数据集大小约 378.6 MB。
- 数据划分:仅包含一个训练集(train),包含 4,913 条样本。
数据字段
每条样本包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
conversations |
列表 | 对话内容,每条包含 role(角色)和 content(内容),均为字符串类型 |
agent |
字符串 | 智能体标识 |
model |
字符串 | 使用的模型名称 |
model_provider |
字符串 | 模型提供方 |
date |
字符串 | 日期信息 |
task |
字符串 | 任务类型 |
episode |
字符串 | 回合编号 |
run_id |
字符串 | 运行标识 |
trial_name |
字符串 | 试验名称 |
result |
字符串 | 执行结果 |
verifier_output |
字符串 | 验证器输出 |
trace_source |
字符串 | 追踪来源 |
数据用途
该数据集主要面向终端基准测试(Terminal Bench)场景,记录了智能体与模型在终端任务中的执行轨迹、对话记录及结果验证信息,适用于评估和分析智能体在命令行环境中的表现。




