cosmos-reason1-benchmark-mirror
收藏资源简介:
Cosmos-Reason1 Benchmark Mirror 是一个遵循 EmbodiedArena 布局的 Cosmos 基准测试本地镜像数据集。该数据集包含多个子任务的标注文件和基准测试视频,以及一个用于本地评估的合并单文件导出和验证摘要。具体内容包括:每个子任务的 `<subtask>/<subtask>_benchmark_qa_pairs.json` 标注文件、`<subtask>/clips/*.mp4` 基准测试视频、`benchmark.jsonl` 合并单文件导出和 `meta.json` 验证摘要。子任务包括 `bridgev2`、`robovqa`、`agibot`、`holoassist` 和 `robofail`,分别包含 100、110、100、100 和 100 行数据,以及 100、101、100、100 和 100 个唯一视频。总行数为 510,总唯一视频数为 501。数据集还提供了本地 `em-eval` 使用的配置示例。
Cosmos-Reason1 Benchmark Mirror is a local mirrored dataset of the Cosmos benchmark adhering to the layout specification of EmbodiedArena. This dataset contains annotation files and benchmark videos for multiple subtasks, as well as a consolidated single-file export and verification summary for local evaluation. Specifically, its contents include: annotation files in the format `<subtask>/<subtask>_benchmark_qa_pairs.json` for each subtask, benchmark videos stored at the path `<subtask>/clips/*.mp4`, the consolidated single-file export `benchmark.jsonl`, and the verification summary `meta.json`. The subtasks included are `bridgev2`, `robovqa`, `agibot`, `holoassist`, and `robofail`, which respectively contain 100, 110, 100, 100, and 100 rows of data, along with 100, 101, 100, 100, and 100 unique videos. The total number of rows is 510, and the total number of unique videos is 501. The dataset also provides configuration examples for local use with `em-eval`.
Cosmos-Reason1 Benchmark Mirror 数据集概述
数据集来源与目的
- 本数据集是 Cosmos 基准测试的本地镜像副本,遵循 EmbodiedArena 布局进行准备。
数据集内容与结构
- 数据集包含标注文件、基准测试视频以及用于本地评估的整合文件。
- 主要文件包括:
- 各子任务目录下的
<subtask>/<subtask>_benchmark_qa_pairs.json标注文件。 - 各子任务目录下的
<subtask>/clips/*.mp4基准测试视频文件。 benchmark.jsonl文件:为本地em-eval运行整合的单文件导出。meta.json文件:验证摘要。
- 各子任务目录下的
子任务统计摘要
bridgev2:100 行数据,100 个独立视频,0 个重复视频引用。robovqa:110 行数据,101 个独立视频,9 个重复视频引用。agibot:100 行数据,100 个独立视频,0 个重复视频引用。holoassist:100 行数据,100 个独立视频,0 个重复视频引用。robofail:100 行数据,100 个独立视频,0 个重复视频引用。
整体数据统计
- 总数据行数:510
- 总独立视频数:501
本地评估使用说明
- 用于本地
em-eval运行的配置示例: json { "task_configs": { "cosmos": { "data_path": "/path/to/benchmark.jsonl", "video_root": "/path/to/mirror/root" } } }




