VBVR-Pro-SFT-Image
收藏资源简介:
VBVR-Pro-SFT-Image 是 VBVR-Pro 项目中的图像交错监督微调子集,旨在训练模型将推理过程渲染为一系列图像(而非视频)。该数据集包含 250 个参数化任务,共 1,250,000 个程序生成的推理实例(每个任务 5,000 个实例)。每个实例以 512x512 的初始帧图像作为条件,并附带详细的元数据(任务参数、真实答案、评分协议)和指令文本(prompt.txt)。输出为一系列图像帧(frame_1.png 至 frame_N.png,N 取值范围 1-21,取决于任务),表示推理步骤。数据集总大小约 66.1 GB,以 250 个 tar.gz 压缩包形式组织(每个任务一个),并配有相应的 JSONL 标注文件和全局索引文件。数据采用 CC BY-NC 4.0 许可。该数据集适用于视觉推理、图像生成、交错图像生成等任务的训练与评估。
VBVR-Pro-SFT-Image is an image interleaved supervised fine-tuning subset of the VBVR-Pro project, designed to train models to render the reasoning process as a series of images (rather than videos). The dataset contains 250 parameterized tasks, totaling 1,250,000 procedurally generated reasoning instances (5,000 instances per task). Each instance is conditioned on an initial 512x512 frame image, accompanied by detailed metadata (task parameters, ground truth answers, scoring protocols) and instruction text (prompt.txt). The output is a series of image frames (frame_1.png to frame_N.png, where N ranges from 1 to 21 depending on the task), representing reasoning steps. The total dataset size is approximately 66.1 GB, organized as 250 tar.gz archives (one per task), along with corresponding JSONL annotation files and a global index file. The data is licensed under CC BY-NC 4.0. This dataset is suitable for training and evaluation on tasks such as visual reasoning, image generation, and interleaved image generation.
VBVR-Pro-SFT-Image 数据集总结
数据集简介
VBVR-Pro-SFT-Image是VBVR-Pro项目的交错图像监督微调(interleaved-image supervised-fine-tuning) 数据分割,包含125万个通过程序化方式生成的推理实例,覆盖250个参数化任务,每个任务对应一个独立的tar.gz压缩包。该分割要求模型以图像序列的形式呈现推理过程,与要求以视频形式呈现推理过程的VBVR-Pro-SFT-Video数据集互补。
核心统计
| 属性 | 数值 |
|---|---|
| 任务数量 | 250 |
| 实例数量 | 1,250,000(每个任务5,000个) |
| 压缩包数量 | 250个tar.gz文件,每个任务一个 |
| 总体大小 | 66.1 GB |
| 分辨率 | 512 × 512 |
| 输出帧数 | 每个实例1–21帧,依任务而定 |
适用场景
- 图像生成
- 交错生成(Interleaved Generation)
- 视觉推理训练
数据组织结构
数据集目录结构如下:
- tars/:包含250个按任务分组的tar.gz压缩包
- annotated_jsonl/:包含250个与任务对应的交错训练JSONL文件
- meta_image_train.json:任务索引文件
每个解压后的压缩包内部结构为:
- 每个样本包含:
first_frame.png:条件图像(512 × 512)metadata.json:任务参数、真值标签和评分契约image/目录:包含prompt.txt(指令)和frame_1.png至frame_N.png(参考输出步骤)
- 每个任务包含5,000个样本,样本ID从
00000000到00004999 - 所有250个压缩包结构一致且互不重叠,可解压至同一目录
索引文件 meta_image_train.json 将每个任务映射到其对应的JSONL文件,包含任务名称、注释文件路径、数据长度、重复次数、任务类型及是否多轮等信息。JSONL中每条记录包含 id、image(图像路径列表)和 conversations(系统/人类/GPT多轮对话,GPT回复中交错包含推理文本和图像占位符)等字段。
数据下载与使用
可通过 huggingface-cli 命令行工具下载数据集,也可配合VBVR-Pro训练代码中的 prepare_data.py 脚本直接生成训练清单。若需直接使用数据,可将所有压缩包解压至同一目录并更新 root 字段路径。
许可协议
- 代码部分:Apache License 2.0
- 数据及基准材料:CC BY-NC 4.0(非商业使用)
- 模型权重及第三方材料遵循其各自的上游条款
相关资源
- 项目主页:https://video-reason.com/?v=pro
- 论文:https://arxiv.org/abs/2608.26105
- 训练与推理代码:https://github.com/Video-Reason/VBVR-Pro
- 评估代码:https://github.com/Video-Reason/VBVR-Pro-Bench
- 视频版本数据集:https://huggingface.co/datasets/Video-Reason/VBVR-Pro-SFT-Video
- 强化学习数据集:https://huggingface.co/datasets/Video-Reason/VBVR-Pro-RL
- 基准测试数据集:https://huggingface.co/datasets/Video-Reason/VBVR-Pro-Bench
- 排行榜:https://video-reason.com/pro/bench/#leaderboard




