ULVR_v2
收藏资源简介:
ULVR_v2(通用潜在视觉推理数据集)是一个大规模多模态数据集,旨在支持视觉推理和思维链任务。它包含约151万个样本,分为8个不同的数据分割,每个分割针对特定的视觉或文本推理方面。数据形式多样,包括文本思维链生成对应的PNG图像、随机颜色边界框高亮图像、带填充的边界框裁剪图像、深度图和边缘检测辅助图像、交错式推理图像、图表区域高亮图像、节点-边场景图以及文档裁剪图像。该数据集适用于多模态任务,如图像-文本到文本生成和视觉问答,特别强调视觉空间推理和复杂推理过程。数据来源整合了多个现有数据集和方法,如ScienceQA、LLaVA-CoT、Mulberry-SFT等。数据集设计用于训练和评估能够处理视觉和文本联合推理的模型,尤其关注潜在推理步骤的显式表示。
ULVR_v2 (Universal Latent Visual Reasoning Dataset) is a large-scale multimodal dataset designed to support visual reasoning and chain-of-thought tasks. It contains approximately 1.51 million samples, divided into 8 different data splits, each targeting specific aspects of visual or textual reasoning. The data formats are diverse, including PNG images corresponding to text chain-of-thought generation, random-color bounding box highlighted images, bounding box cropped images with padding, depth maps and edge detection auxiliary images, interleaved reasoning images, chart region highlighted images, node-edge scene graphs, and document cropped images. This dataset is suitable for multimodal tasks, such as image-text-to-text generation and visual question answering, with a particular emphasis on visual spatial reasoning and complex reasoning processes. The data sources integrate multiple existing datasets and methods, such as ScienceQA, LLaVA-CoT, Mulberry-SFT, and others. The dataset is designed for training and evaluating models capable of handling joint visual and textual reasoning, especially focusing on the explicit representation of latent reasoning steps.
数据集概述:ULVR_v2 — Universal Latent Visual Reasoning Dataset
- 语言:英语
- 许可证:Apache 2.0
- 任务类别:图像-文本到文本、视觉问答
- 标签:多模态、视觉推理、思维链
- 数据规模:约 151 万样本,分布在 8 个数据子集
数据子集及样本数量
| 子集名称 | 样本数 | 描述 |
|---|---|---|
| text_cot | 355,793 | 文本思维链 → PNG(来源:ScienceQA + LLaVA-CoT + Mulberry-SFT) |
| bbox_highlight | 321,365 | 随机颜色边界框高亮(来源:Visual-CoT + ThinkMorph) |
| bbox_crop | 321,365 | 带 10% 填充的边界框裁剪(与 highlight 配对) |
| visual_representation | 50,000 | 深度图 + 边缘检测(DepthAnything-V2 + PIDINet) |
| helper_interleaved | ~350,052 | 推理图像(来源:Zebra-CoT + ThinkMorph + V-Interaction) |
| chart_focus | 91,756 | 图表区域高亮(来源:ThinkMorph + ChartGemma) |
| scene_graph | 13,715 | 节点-边图(来源:Visual Genome,节点≤15) |
| doc_crop | 9,892 | 文档裁剪(来源:ArxivQA GroundingDINO) |
使用方式
python from datasets import load_dataset ds = load_dataset("RuoliuYang/ULVR_v2", split="visual_representation")
关键特性
- bbox_highlight 与 bbox_crop 配对:两者共享同一源图像。高亮使用 10 种随机颜色。训练时每张图像仅使用其中一种。
- visual_representation:每个样本包含深度图(DepthAnything-V2,viridis 色图)和边缘检测图(PIDINet),作为空间推理问题的辅助图像。
数据配置
- 配置名称:default
- 数据文件路径:
- 子集
text_cot:data/text_cot/*.parquet - 子集
bbox_highlight:data/bbox_highlight/*.parquet - 子集
bbox_crop:data/bbox_crop/*.parquet - 子集
visual_representation:data/visual_representation/*.parquet - 子集
helper_interleaved:data/helper_interleaved/*.parquet - 子集
chart_focus:data/chart_focus/*.parquet - 子集
scene_graph:data/scene_graph/*.parquet - 子集
doc_crop:data/doc_crop/*.parquet
- 子集




