VGR-SFT
收藏资源简介:
VGR-SFT数据集是一个大规模的视觉推理数据集,它包含了混合视觉接地和语言推理的推理数据。该数据集旨在帮助模型学习如何识别问题相关区域,并根据这些区域提供精确答案。VGR-SFT数据集的创建采用了三阶段数据构建流程:冷启动、拒绝采样和注释模型训练。数据集的内容是从现有的大型指令模型生成的,然后通过拒绝采样进行筛选和改进。该数据集的创建是为了帮助模型在推理过程中自由地关注任意的视觉区域,从而提高多模态推理的准确性和可解释性。
The VGR-SFT dataset is a large-scale visual reasoning dataset that encompasses reasoning data blending visual grounding and language reasoning. It is designed to help models learn to identify problem-relevant visual regions and generate precise answers based on these regions. The construction of the VGR-SFT dataset follows a three-stage data pipeline: cold start, rejection sampling, and annotation model training. The dataset’s samples are first generated by existing large-scale instruction-tuned models, then filtered and refined via rejection sampling. This dataset is developed to enable models to freely attend to arbitrary visual regions during the reasoning process, thereby enhancing the accuracy and interpretability of multimodal reasoning.
VGR-SFT数据集概述
基本信息
- 许可证: Apache-2.0
- 任务类别: 视觉问答(visual-question-answering)
- 语言: 英文(en)
- 标签: 推理(reasoning)
数据集简介
VGR-SFT (Visual Grounded Reasoning - Supervised Fine-Tuning) 是一个大规模多模态推理数据集,首次尝试在多模态推理中显式建模视觉区域注意力。该数据集包含混合视觉基础和语言推理的数据,使模型能够在推理过程中自主关注任意视觉区域。
关键特性
- 联合视觉语言推理: 每个样本包含图像、问题、推理链和答案,并标注与推理相关的视觉区域
- 自主区域注意力: 数据集中的基础区域由模型自主生成,避免人工标注偏差
- 多样化领域覆盖: 包含科学问答、图表理解和文档视觉问答等多种任务类型
- 高效特征利用: 通过选择性特征重放机制,相比基线减少70%的视觉标记消耗
数据结构
数据组成
| 子数据集 | 数量 | 任务类型 |
|---|---|---|
| AI2D | 12.5k | 科学问答 |
| LLaVA-COCO | 12.3k | 通用视觉问答 |
| GQA | 39.2k | 通用视觉问答 |
| ChartQA | 11.2k | OCR |
| DVQA | 25.2k | OCR |
| DocVQA | 6.0k | OCR |
| OCRVQA | 51.6k | OCR |
| 总计 | 158.1k | - |
数据获取说明
由于版权限制,数据集不直接提供图像源文件。用户可从LLaVA-NeXT官方数据集下载所需图像,VGR-SFT数据中的image字段对应llava_next_raw_format目录中的相对路径。当前发布的是50k预览版本,完整数据将后续发布。
数据构建流程
- 冷启动数据生成: 使用Qwen2.5-VL-72B模型生成带有视觉区域标注的初始推理数据
- 拒绝采样优化:
- 格式验证: 确保答案可解析和坐标格式正确
- 正确性验证: 通过ANLS和商业模型API验证推理准确性
- 视觉基础验证: 裁剪区域并验证内容与标注对齐
- 数据扩展: 使用InternVL3-14B训练标注模型,整合Open-R1文本推理数据增强泛化能力,并用商业模型重写训练数据
引用
如需使用本数据集,请引用以下论文: bibtex @misc{wang2025vgr, title={VGR: Visual Grounded Reasoning}, author={Jiacong Wang and Zijian Kang and Haochen Wang and Haiyong Jiang and Jiawen Li and Bohong Wu and Ya Wang and Jiao Ran and Xiao Liang and Chao Feng and Jun Xiao}, year={2025}, eprint={2506.11991}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2506.11991}, }




