SpaVoBench
收藏资源简介:
SpaVoBench 是一个时间戳标注的图像-指令数据集,源自 WorldModelBench 中经人工审核保留的 keep 记录。每个数据条目包含一张 JPEG 图像和一条对应的英文指令,所有图像均以 annotation_id 命名。数据集包含注释文件(JSONL 和 JSON 格式)、文件清单、时间戳约定说明以及源视频策略。时间戳采用简洁编码:一位或两位数字表示秒,三位或四位数字中前几位表示分钟、最后两位表示秒,同时提供原始值和解码后的秒数。每条记录还保留了原始 WorldModelBench 中的文件路径、公共 URL、英文指令、审核通过的提示字段(包括视角、场景上下文、运动主体、相机约束和干预)以及由视角、相机约束和干预组成的流畅公开说明。该数据集适用于空间推理、视频理解和世界模型等任务,不包含原始 MP4 视频文件,视频资产仍归属于源数据集。
SpaVoBench is a timestamp-annotated image-instruction dataset derived from the keep records of WorldModelBench after manual review. Each data entry contains a JPEG image and a corresponding English instruction, with all images named by annotation_id. The dataset includes annotation files (JSONL and JSON), a file manifest, timestamp convention description, and source video strategy. Timestamps use a concise encoding: one or two digits for seconds, three or four digits where the first digits represent minutes and the last two represent seconds, along with original values and decoded seconds. Each record retains the original WorldModelBench fields: file path, public URL, English instruction, reviewed prompt fields (viewpoint, scene context, motion subject, camera constraint, intervention), and a fluent public description composed of viewpoint, camera constraint, and intervention. This dataset is suitable for tasks such as spatial reasoning, video understanding, and world models. It does not include original MP4 video files; video assets belong to the source dataset.
SpaVoBench 数据集详情
数据集概述
SpaVoBench是一个面向空间推理和视频理解任务的图像-指令数据集,其数据源自WorldModelBench中经过人工审核的keep记录。每个JSONL行对应一张图像和一条英文标注说明。
数据文件结构
- data/annotations.jsonl:发布记录,每个提取帧对应一条记录
- data/annotations.json:仅包含保留记录的标注数据,以标准JSON数组格式存储
- data/manifest.json:包含发布数量、来源策略和时间戳约定信息
- images/:以
annotation_id命名的JPEG帧图像 - source-videos/README.md 和 source-videos/manifest.jsonl:包含源视频规范和分组的源链接;完整MP4文件保留在
Xinyun-Liu/WorldModelBench中,此处不重复存储
时间戳约定
- 1-2位数字:表示秒数
- 3-4位数字:最后两位为秒数,前导数字为分钟数
- 示例:
515表示5分15秒(315秒),0158表示1分58秒(118秒)
- 示例:
timestamp_raw字段保留原始提交值,timestamp_seconds字段包含解码后的提取时间
数据溯源与标注
每个记录包含以下信息:
- 原始WorldModelBench文件路径和公开URL
text_caption:从原始标注中保留的英文指令prompt_fields:分别存储审核批准的视角、场景上下文、运动主体、相机约束和干预信息model_prompt:仅由视角、相机约束和干预信息组成的流畅公开描述
由于发布版本不复制源MP4文件,源数据集的条款和溯源信息仍归属于原始视频资产。




