ps4mas-final-test-rollouts-0813
收藏资源简介:
该数据集是 PS4MAS(个性化安全多智能体系统)项目的最终测试 rollout 结果,收录了 16 个不同模型在 200 个 final_test 场景下,基于 4 种拓扑(cold 模式、warm 模式、oracle 模式)的完整 agent-tool-loop 交互轨迹。每个模型均有 800 条记录,总数据量达 12800 条。每条记录包含场景标识符(scenario_id)、用户查询(query)、配置(config)、拓扑(topology)、完整的消息与工具调用历史(hops)、最终输出文本(final_output)、智能体模型名称(agent_model)、智能体标签(agent_tag)以及 rollout 模式(rollout_mode)。数据集不包含 judge 评分,如需评估需额外运行 judge 流程。数据来源于 ps4mas-0521-splits 中的 final_test_scenarios.jsonl,适用于多智能体推理、个性化安全对话、模型对比等研究任务。
This dataset is the final test rollout results of the PS4MAS (Personalized Safe Multi-Agent Systems) project. It contains the complete agent-tool-loop interaction trajectories of 16 different models under 200 final_test scenarios based on 4 topologies (cold mode, warm mode, oracle mode). Each model has 800 records, with a total of 12,800 records. Each record includes scenario_id, query, config, topology, complete message and tool call history (hops), final output text (final_output), agent model name (agent_model), agent tag (agent_tag), and rollout mode (rollout_mode). The dataset does not include judge scores; evaluation requires running an additional judge process. The data originates from the final_test_scenarios.jsonl in ps4mas-0521-splits, and is suitable for research tasks such as multi-agent reasoning, personalized safe dialogue, and model comparison.
PS4MAS 最终测试轨迹数据集(0813)
数据集概览
该数据集为 PS4MAS(个性化安全多智能体系统)的最终测试推理轨迹数据,涵盖 200 个最终测试场景、4 种拓扑结构(冷启动或热启动/预言机模式)下的智能体-工具循环原始输出。注意:数据集中不包含裁判评分,如需评分需另行运行裁判流程。
数据规模与内容
- 源数据分割:
ps4mas-0521-splits final_test_scenarios.jsonl - 总数据量:每个模型包含 800 行轨迹数据(200 场景 × 4 拓扑),共 15 个模型/配置,总计 12,000 条记录。
- 文件格式:每个模型的轨迹数据存储于
traces/<模型名>/<模型名>.jsonl文件中。
覆盖的模型与配置
数据集包含以下 15 种模型/配置(均为 800 行):
| 类别 | 模型/配置 |
|---|---|
| 强化学习模型 | best_rl_gigpo_debate_step40、best_rl_gigpo_single_step10 |
| 微调模型 | best_sft_claude_x5_mixed_ep3 |
| GLM 系列 | glm_47flash_base、glm_47flash_oracle、glm_9b_base、glm_9b_oracle |
| Qwen 系列 | qwen35_27b_base、qwen35_27b_oracle、qwen35_9b_base、qwen35_9b_oracle、qwen36_27b_base、qwen36_27b_oracle、qwen36_35ba3b_base、qwen36_35ba3b_oracle |
数据结构(每条轨迹的字段)
- 标识字段:
scenario_id(场景ID)、query(查询)、config(配置)、topology(拓扑结构) - 轨迹内容:
hops(完整的消息/工具调用历史)、final_output(最终回复文本) - 元数据:
agent_model(智能体模型)、agent_tag(智能体标签)、rollout_mode(推演模式)
其他信息
- 许可证:Apache 2.0
- 标签:ps4mas、个性化安全、多智能体、推理轨迹
- 生成方式:由
scripts/0521/push_final_test_results.py脚本生成。




