agent-simulations
收藏资源简介:
ZeroProof Agent Simulations 是一个包含 50,194 条合成智能体轨迹的数据集,由 zeroproof-simulations 生成,覆盖 33 种智能体类型。轨迹包括成功、部分成功和失败三种状态,可用于监督微调、偏好学习、强化学习以及评估。数据集中每个样本包含智能体类型(agent_type)、模式(mode,如 explore、sft、rl 等)、用户初始提示(prompt)、完整对话序列(messages_json,JSON 序列化字符串)、工具调用和步骤追踪(steps_json,JSON 序列化字符串)、最终回复(final_text)、场景标识(scenario_id)、可选的奖励分数(reward)和原因(reason)、以及其余生成元数据(metadata_json,JSON 序列化字符串)。注意:该数据集为合成生成,非人工标注的真实数据,在使用前需根据具体应用进行审查和过滤。数据集分为 33 个子配置(如 airline、amazon、bank 等),每个配置仅包含训练集。
ZeroProof Agent Simulations is a dataset containing 50,194 synthetic agent trajectories, generated by zeroproof-simulations, covering 33 agent types. The trajectories include three statuses: success, partial success, and failure. It can be used for supervised fine-tuning, preference learning, reinforcement learning, and evaluation. Each sample in the dataset includes agent_type, mode (e.g., explore, sft, rl), user initial prompt, complete conversation sequence (messages_json, JSON serialized string), tool calls and step tracking (steps_json, JSON serialized string), final response (final_text), scenario identifier (scenario_id), optional reward score and reason, and other generation metadata (metadata_json, JSON serialized string). Note: This dataset is synthetically generated, not manually annotated real data, and should be reviewed and filtered according to the specific application before use. The dataset is divided into 33 sub-configurations (e.g., airline, amazon, bank), each containing only the training set.
ZeroProof Agent Simulations 数据集概述
基本信息
- 数据集名称:ZeroProof Agent Simulations
- 许可证:Apache-2.0
- 语言:英语
- 任务类别:文本生成
- 标签:合成数据、智能体、工具使用
- 数据规模:包含 47,561 条合成智能体轨迹
数据集内容
该数据集由 zeroproof-simulations 生成,涵盖 34 种智能体类型的合成轨迹数据。数据行包含成功、部分成功和失败三类轨迹,可用于监督微调、偏好学习、强化学习及模型评估。
重要提示:本数据集为生成的测试与训练数据,并非人工整理的基准真值(Ground Truth),在使用前需根据具体应用场景进行审查和过滤。
智能体类型
数据集包含以下 34 种智能体类型:airline、amazon、bank、browser、calendar、chewy、clinic、coding、crm、datasci、devops、github、gmail、google、incident、instagram、intercom、khanmigo、lawfirm、legal、linear、lowes、notion、payment、realestate、rentals、research、restaurant、slack、sql、stripe、support、travel、workspace。
每种智能体类型对应一个独立的数据集配置(config),每个配置均包含一个 train 分割,数据文件格式为 JSONL。
数据字段结构
- agent_type:数据集配置及智能体家族名称
- mode:数据模式,包括 explore、sft、rl、adaptive 或 unspecified
- prompt:用户的初始请求
- messages_json:完整的对话记录,以 JSON 字符串形式序列化
- steps_json:工具调用与操作轨迹,以 JSON 字符串形式序列化
- final_text:智能体的最终回复
- scenario_id:生成的场景标识符(存在时提供)
- reward、reason:确定性行为评分,并非任务成功率的基准真值
- metadata_json:其余生成及覆盖范围字段,以 JSON 字符串形式序列化
其中,JSON 类型的字段有意采用字符串格式存储。原因在于历史运行数据中包含异构的工具模式,序列化处理能在保留所有原始值的同时,为所有配置提供稳定的列结构。
附加说明
数据集中还包含 manifest.json 文件,用于记录聚合的数据集统计信息,但内部生成路径不对外公开。





