terminal_bench_2_a1_magicoder_20260805_125432
收藏资源简介:
该数据集是一个多轮对话记录集合,每条样本包含一个对话序列(conversations),其中每个对话轮次由角色(role)和内容(content)构成。此外,每条样本还标注了代理(agent)、模型(model)、模型提供商(model_provider)、日期(date)、任务(task)、实验批次(episode)、运行ID(run_id)、试验名称(trial_name)、结果(result)、验证器输出(verifier_output)以及轨迹来源(trace_source)等元信息。数据集仅包含训练集,共计5089个样本,总大小约450MB。该数据集适用于对话系统研究、代理行为分析、模型评估与对比、多轮交互任务等场景。
This dataset is a collection of multi-turn dialogue records. Each sample contains a conversation sequence (conversations), where each turn consists of a role and content. Additionally, each sample is annotated with metadata such as agent, model, model_provider, date, task, episode, run_id, trial_name, result, verifier_output, and trace_source. The dataset includes only the training set, with a total of 5089 samples and a size of approximately 450MB. It is suitable for dialogue system research, agent behavior analysis, model evaluation and comparison, and multi-turn interaction tasks.
数据集详情
基本信息
- 数据集名称:laion/terminal_bench_2_a1_magicoder_20260805_125432
- 数据集规模:训练集包含 5,089 条样本,总大小约 430 MB(下载大小约 357 MB,解压后约 450 MB)
数据字段
该数据集包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
| conversations | 列表(含 role、content 字符串字段) | 对话记录,包含角色和内容 |
| agent | 字符串 | 智能体标识 |
| model | 字符串 | 使用的模型 |
| model_provider | 字符串 | 模型提供方 |
| date | 字符串 | 日期 |
| task | 字符串 | 任务名称 |
| episode | 字符串 | 回合编号 |
| run_id | 字符串 | 运行标识 |
| trial_name | 字符串 | 试验名称 |
| result | 字符串 | 任务结果 |
| verifier_output | 字符串 | 验证器输出 |
| trace_source | 字符串 | 轨迹来源 |
数据划分
- 训练集(train):5,089 条样本,数据存储于
data/train-*路径下。
数据特点
该数据集为终端基准测试数据集,记录了智能体执行任务时的多轮对话、运行轨迹和验证结果,适用于评估和微调代码生成或终端操作类智能体模型。每条样本包含完整的任务执行上下文(对话、模型信息、结果验证等),便于进行端到端的智能体行为分析。




