synthux-economy-r5-w040
收藏资源简介:
SynthUX Computer-Use Dataset — economy sim r5 是一个由SynthUX生成的、基于视觉的计算机使用轨迹合成数据集,旨在模拟公司经济环境中员工在设备上的工作会话。每个数据记录代表参与者在模拟公司内的完整设备会话轨迹。其核心生成机制是将自然语言目标扩展为节点树,终端节点通过低级别的鼠标和键盘输入驱动真实的桌面模拟器应用程序(如终端、笔记、VS Code、浏览器、Slack/Teams、邮件、表格、幻灯片等),并将整个交互过程记录为屏幕视频以及每个终端节点在最后输入事件时刻的截图帧。数据集具有应用原生多应用程序执行(无工作台覆盖)、每个参与者内容多样性、跨操作系统消息传递以及大型多公司经济模拟的特点。每个经济模拟作为一个独立的数据集仓库发布。数据集包含以下文件:`data.jsonl`文件(每行对应一个渲染的轨迹记录)、`screenshots/<trajectory>/<node_id>.png`目录(存储每个终端节点的截图帧)和`videos/<trajectory>.webm`目录(存储完整的屏幕录制视频)。数据记录的模式包含多个关键字段:唯一轨迹ID、参与者ID、所属公司、角色ID、职位、模拟器环境(macos-web-next / windows-web-next / browser-os)、会话的自然语言目标、参与者的终端节点树(包含界面、动作、目标、参数)、密集的低级别输入事件流(带时间戳)、每个节点后的因果模拟器状态观察结果、观察结果与输入事件范围到节点ID的对齐信息,以及媒体文件引用(视频和节点帧)。统计信息显示:共包含36条轨迹、36个视频、861个帧截图,涉及6家公司,按环境分布为:browser-os (8条)、macos-web-next (11条)、windows-web-next (17条)。该数据集适用于图形用户界面(GUI)智能体、计算机使用模拟、多应用任务自动化等相关领域的研究与开发。
The SynthUX Computer-Use Dataset — economy sim r5 is a vision-based synthetic computer-use trajectory dataset generated by SynthUX, designed to simulate employee work sessions on devices in a corporate economic environment. Each data record represents a complete device session trajectory of a participant within a simulated company. Its core generation mechanism involves expanding a natural language goal into a node tree, where terminal nodes drive real desktop simulator applications (including terminal, notes, VS Code, browser, Slack/Teams, email, spreadsheets, slides, etc.) through low-level mouse and keyboard inputs, with the entire interaction recorded as screen videos and screenshot frames at the moment of the final input event for each terminal node. The dataset features native multi-application execution (no desktop overlays), content diversity per participant, cross-OS messaging, and large-scale multi-company economic simulations. Each economic simulation is released as an independent dataset repository. The dataset includes the following files: a `data.jsonl` file (each line corresponds to a rendered trajectory record), a `screenshots/<trajectory>/<node_id>.png` directory (storing screenshot frames for each terminal node), and a `videos/<trajectory>.webm` directory (storing full screen recording videos). The data record schema contains multiple key fields: unique trajectory ID, participant ID, company, role ID, position, simulator environment (macos-web-next / windows-web-next / browser-os), natural language goal of the session, participants terminal node tree (including interface, action, goal, parameters), dense low-level input event stream (with timestamps), causal simulator state observations after each node, alignment information between observations and input event ranges to node IDs, and media file references (videos and node frames). Statistics show: a total of 36 trajectories, 36 videos, 861 frame screenshots, involving 6 companies, distributed across environments as: browser-os (8), macos-web-next (11), windows-web-next (17). This dataset is suitable for research and development in areas such as graphical user interface (GUI) agents, computer-use simulation, and multi-application task automation.
数据集概述:SynthUX Computer-Use Dataset — economy sim r5
基本信息
- 许可证:Apache-2.0
- 任务类别:其他(other)
- 标签:computer-use, gui-agents, synthetic, multi-application
- 数据集名称:SynthUX Computer-Use (economy sim)
数据集来源
- 由 SynthUX 生成的基于视觉的计算机使用轨迹数据集。
- 生成版本:
synthux.multicompany.day.v1
数据内容 每个记录代表模拟公司内一名员工的设备会话,包括:
- 自然语言目标(goal)展开为节点树
- 终端节点通过低层级鼠标/键盘输入驱动真实桌面模拟应用(如 Terminal、Notes、VS Code、Browser、Slack/Teams、Mail、Sheets、Slides 等)
- 观察到的轨迹以屏幕视频和每节点帧的形式记录
数据集文件
data.jsonl— 每条记录对应一条渲染轨迹screenshots/<trajectory>/<node_id>.png— 每个终端节点在其最后一次输入事件时的截图videos/<trajectory>.webm— 完整的屏幕录制视频
记录字段说明
| 字段 | 含义 |
|---|---|
trajectory_id |
唯一标识(<actor>__<env>) |
actor_id, company, role_id, title |
行为者身份及其所属组织信息 |
env |
模拟环境:macos-web-next / windows-web-next / browser-os |
goal |
会话的自然语言目标 |
tree.nodes |
行为者的终端节点(包含 surface、action、target、args) |
trajectory.input_events |
密集的低层级鼠标/键盘/脚本事件,带时间戳 t_ms |
trajectory.observations |
每个节点后的因果模拟器状态 |
trajectory.alignment |
将观测结果和输入事件范围链接到节点 ID |
media.video |
屏幕录制(webm 格式) |
media.frames |
每节点 PNG 帧(包含 node_id、t_ms、blob_ref) |
数据集统计(当前构建版本)
- 轨迹数量:36 条
- 视频数量:36 个 · 帧数量:861 张
- 公司数量:6 家
- 各环境分布:browser-os(8 条)、macos-web-next(11 条)、windows-web-next(17 条)
技术特点
- 原生多应用执行(无工作台覆盖)
- 每个行为者内容多样化
- 跨操作系统消息传递
- 大型多公司经济模拟
- 观测因果性基于低层级输入通道(无高级应用突变)




