DailyBench300-trajectories
收藏资源简介:
DailyBench300 是一个用于 Android 智能体基准测试的轨迹回放数据集,隶属于 DrainBench300 项目。该数据集提供了智能体在每天任务中执行操作的完整记录,包括思考过程、工具调用和屏幕截图。数据以 JSON 格式存储轨迹流,并附带回放 GIF 动画和逐帧截图。通过 index.json 清单文件可以快速查询每个任务的可获取性、模型来源、成功状态、步数以及对应的资源 URL。该数据集可用于研究智能体行为分析、轨迹可视化、任务成功率评估等场景。
DailyBench300 is a trajectory replay dataset for Android agent benchmarking, belonging to the DrainBench300 project. This dataset provides complete records of agent actions in daily tasks, including thought processes, tool calls, and screenshots. The data is stored in JSON format as trajectory streams, accompanied by replay GIF animations and frame-by-frame screenshots. Through the index.json manifest file, users can quickly query the availability, model source, success status, step count, and corresponding resource URLs for each task. This dataset can be used for research on agent behavior analysis, trajectory visualization, task success rate evaluation, and other scenarios.
DailyBench300 轨迹回放数据集
数据集概览
该数据集为 DrainBench300 Android 代理基准测试提供公开的轨迹资产,可通过 resolve/main 链接在已发布的网站上获取。
数据内容
主要文件
- index.json:任务可用性清单,包含模型信息、任务成功状态、执行步骤数、GIF 文件及数据文件的 URL 地址。
轨迹数据目录
- data/trajectories/<set>/<day>/<task>.json:包含精简的操作步骤流,具体涵盖思考过程、工具调用记录以及屏幕截图信息。
回放资源
- trajectories/<set>/<day>/<task>/trajectory.gif:屏幕回放动画。
- trajectories/<set>/<day>/<task>/screenshots/:按步骤拆分的屏幕帧图像。
数据处理
可通过运行 uv run python scripts/tools/publish_trajectories.py 脚本对轨迹数据进行重新生成和重新发布。




