VGR-SFT: A Dataset for Visual Grounded Reasoning
11
1 commits
1 linked in READMEs
updated Mar 10, 2026
VGR-SFT (Visual Grounded Reasoning—Supervised Fine-Tuning) is a large-scale multimodal reasoning dataset released with the paper “VGR: Visual Grounded Reasoning”. It is an early attempt to explicitly model visual-region attention in multimodal reasoning, combining vision grounding with language-based deduction. It enables models to autonomously attend to arbitrary visual regions during the reasoning process.
To stay aligned with the baseline, all data are collected from LLaVA-NeXT. Due to copyright restrictions, we do not distribute the source images directly. Please download the required images from the official LLaVA-NeXT dataset. Images in the llava_next_raw_format directory follow the same relative paths as the image field in VGR-SFT.


If you use this dataset, please cite the following paper:
@article{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},
journal={arXiv preprint arXiv:2506.11991},
year={2025}
}
This dataset is released under the Creative Commons Zero v1.0 Universal (CC-0) license, subject to any intellectual property rights in the dataset owned by Bytedance. The data are adapted from the LLaVA-NeXT project; use of that data must comply with its respective licenses. Please see the disclaimer for more details.
1 commits
VGR-SFT: A Dataset for Visual Grounded Reasoning
11
1 commits
1 linked in READMEs
updated Mar 10, 2026
VGR-SFT (Visual Grounded Reasoning—Supervised Fine-Tuning) is a large-scale multimodal reasoning dataset released with the paper “VGR: Visual Grounded Reasoning”. It is an early attempt to explicitly model visual-region attention in multimodal reasoning, combining vision grounding with language-based deduction. It enables models to autonomously attend to arbitrary visual regions during the reasoning process.
To stay aligned with the baseline, all data are collected from LLaVA-NeXT. Due to copyright restrictions, we do not distribute the source images directly. Please download the required images from the official LLaVA-NeXT dataset. Images in the llava_next_raw_format directory follow the same relative paths as the image field in VGR-SFT.


If you use this dataset, please cite the following paper:
@article{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},
journal={arXiv preprint arXiv:2506.11991},
year={2025}
}
This dataset is released under the Creative Commons Zero v1.0 Universal (CC-0) license, subject to any intellectual property rights in the dataset owned by Bytedance. The data are adapted from the LLaVA-NeXT project; use of that data must comply with its respective licenses. Please see the disclaimer for more details.
1 commits