junxiangjoe commited on
Commit
221e257
·
verified ·
1 Parent(s): fc4a960

Add License and Citation sections

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -141,3 +141,26 @@ For the full project — training data, recipes and models — see [VBVR-Pro](ht
141
  > are downscaled to 512 × 512, so training and evaluation resolutions differ by
142
  > design. Evaluate at 1024 × 1024 regardless of the resolution a model was
143
  > trained at, or state the deviation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  > are downscaled to 512 × 512, so training and evaluation resolutions differ by
142
  > design. Evaluate at 1024 × 1024 regardless of the resolution a model was
143
  > trained at, or state the deviation.
144
+
145
+ ## License
146
+
147
+ VBVR-Pro source code, scripts, configuration files and task-specific scoring
148
+ software — including everything in this repository — are licensed under the
149
+ Apache License 2.0. VBVR-Pro data and benchmark materials are separately
150
+ licensed under CC BY-NC 4.0. Model weights and third-party materials remain
151
+ subject to their applicable model-card and upstream terms. See
152
+ [LICENSE.md](https://huggingface.co/datasets/Video-Reason/VBVR-Pro-Bench/blob/main/LICENSE.md) for details.
153
+
154
+ ## Citation
155
+
156
+ ```bibtex
157
+ @misc{xu2026vbvrproscalableverifiablesuite,
158
+ title={VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
159
+ author={Junxiang Xu and Ruisi Wang and Fanyi Pu and Maijunxian Wang and Ran Ji and Tongxi Zhou and Chenyang Gu and Jing Zuo and Hongcan Xiao and Yimeng Geng and Wanqi Yin and Wei Chen and Oscar Qian and Zhengan Yan and Ziqi Huang and Haiwen Diao and Liang Pan and Bo Li and Xiangyu Fan and Dezhi Luo and Fengyuan Yu and Zehong Zhao and Qingying Gao and Tinghui Zhu and Yilan Zhang and Jingqi Tong and Pinyuan Feng and Zhengze Jiang and Letian Wang and Ziyu Guo and Renrui Zhang and Jieneng Chen and Sonia Joseph and Constantin Venhoff and Saman Motamed and Mengyue Yang and Chandra Sripada and Alan Yuille and Philip Torr and Lvmin Zhang and Vikash Kumar and Daniel Khashabi and Nikolaus Kriegeskorte and Rapha\"{e}l Milli\`{e}re and Vincent C. M\"{u}ller and Anyi Rao and Quan Wang and Ziwei Liu and Dahua Lin and Lei Yang and Hokin Deng and Zhongang Cai},
160
+ year={2026},
161
+ eprint={2608.26105},
162
+ archivePrefix={arXiv},
163
+ primaryClass={cs.CV},
164
+ url={https://arxiv.org/abs/2608.26105},
165
+ }
166
+ ```