tmax-sft
收藏资源简介:
TMax SFT 是一个用于监督微调(SFT)的数据集,旨在训练或评估能够在终端环境中执行任务的智能体。数据集的核心内容来源于 Qwen 3.6 27B 大型语言模型在约 2000 个由 tmax 项目生成的不同模拟环境中的交互轨迹。这些轨迹以多轮对话的形式组织,每条数据记录了一个完整的任务执行过程。数据集包含两个主要配置版本:一个包含所有交互的完整版本(skill_tax_20260505_2.2k_combined_balanced_thinking_all,含 10,726 个样本),以及一个仅包含成功完成任务轨迹的过滤版本(skill_tax_20260505_2.2k_combined_balanced_thinking_only_success,含 5,795 个样本)。每个样本的结构化信息非常丰富,主要包括:1) `messages` 列表,记录了用户与助手之间的对话轮次,每条消息包含常规文本内容 (`content`)、模型内部的推理过程 (`reasoning_content`)、角色 (`role`) 以及工具调用 (`tool_calls`) 的详细信息(如函数名称、参数命令等);2) `tools` 字段,定义了任务中可用的工具;3) `source` 字段,标识数据来源;4) 详尽的 `metadata`,记录了任务名称 (`task`)、执行日期 (`date`)、是否启用思考链 (`enable_thinking`)、是否成功完成任务 (`has_task_complete`)、交互轮次 (`num_turns`)、警告数量 (`num_warnings`)、使用的源模型 (`source_model`) 等多种执行环境和过程相关的元数据。该数据集专为研究终端智能体(Terminal Agents)而设计,适用于指令跟随、工具使用、多步推理、任务规划等能力的模型训练与评估。数据集采用 ODC-BY 许可证,遵循 Ai2 的负责任使用指南,并基于 tmax 研究论文构建。
TMax SFT is a supervised fine-tuning (SFT) dataset designed for training or evaluating agents capable of performing tasks in terminal environments. The core content of the dataset originates from the interaction trajectories of the Qwen 3.6 27B Large Language Model across approximately 2,000 distinct simulated environments generated by the tmax project. These trajectories are organized in the form of multi-turn dialogues, with each data entry recording a complete task execution process. The dataset includes two main configuration versions: a full version containing all interactions (skill_tax_20260505_2.2k_combined_balanced_thinking_all, with 10,726 samples), and a filtered version only including successfully completed task trajectories (skill_tax_20260505_2.2k_combined_balanced_thinking_only_success, with 5,795 samples). Each sample contains rich structured information, mainly including: 1) The `messages` list, which records the dialogue turns between the user and the assistant, where each message contains conventional text content (`content`), the model's internal reasoning process (`reasoning_content`), the speaker's role (`role`), and detailed tool call information (`tool_calls`) such as function names and parameter commands; 2) The `tools` field, which defines the tools available for the task; 3) The `source` field, which identifies the data source; 4) Exhaustive `metadata` that records various details related to the execution environment and process, including task name (`task`), execution date (`date`), whether chain-of-thought is enabled (`enable_thinking`), whether the task was successfully completed (`has_task_complete`), number of interaction turns (`num_turns`), number of warnings (`num_warnings`), and the source model used (`source_model`). This dataset is specifically designed for research on Terminal Agents, and is suitable for model training and evaluation of capabilities such as instruction following, tool use, multi-step reasoning, and task planning. The dataset is released under the ODC-BY license, follows the AI2 Responsible Use Guidelines, and is built based on the tmax research paper.
数据集概述:TMax SFT
该数据集是TMax项目的一部分,专注于终端代理的监督式微调(SFT),基于 Qwen 3.6 27B 模型在约 2,000 个独立环境中生成的轨迹数据。
数据集配置与规模
数据集包含两个子配置,均只提供 train 分割:
| 配置名称 | 描述 | 样本数 | 数据集大小 | 下载大小 |
|---|---|---|---|---|
skill_tax_20260505_2.2k_combined_balanced_thinking_all |
包含所有思考过程的轨迹数据 | 10,726 | 341,236,431 字节 | 96,148,947 字节 |
skill_tax_20260505_2.2k_combined_balanced_thinking_only_success |
仅包含成功任务的思考轨迹数据 | 5,795 | 151,596,824 字节 | 40,910,334 字节 |
数据特征
每条数据包含以下字段:
- messages: 对话消息列表,每条消息包含:
content(string): 消息内容reasoning_content(string): 推理/思考内容role(string): 角色(如 user/assistant)tool_call_ids(list of string): 工具调用的ID列表tool_calls(list): 工具调用详情,包含:function: 含arguments(命令字符串)和name(函数名)id,type: 工具调用标识与类型
- tools (string): 可用工具的定义
- source (string): 数据来源
- metadata: 元数据,包括:
date(string): 日期enable_thinking(bool): 是否启用思考过程episode(string): 任务轮次has_ctrl_c(bool): 是否包含中断信号has_task_complete(bool): 任务是否完成json_extraction_failed(bool): JSON提取是否失败json_strategy_counts(dict): 不同策略的使用计数(0-5)num_turns(int64): 对话轮数num_warnings(int64): 警告次数run_id(string): 运行IDsource_model(string): 源模型task(string): 任务名称trial_name(string): 试验名称
许可与语言
- 许可协议: ODC-BY
- 语言: 英语 (en)
- 用途: 仅限研究与教育用途,需遵守 Ai2 的负责任使用指南。数据中包含由 Gemini 3.1 Pro 生成的输出,受 Google 服务条款约束。
引用
若使用该数据集,请引用论文:
- 论文标题: Tmax: A simple recipe for terminal agents
- arXiv: 2606.23321




