Add License and Citation sections
Browse files
README.md
CHANGED
|
@@ -156,3 +156,26 @@ point `root` at it:
|
|
| 156 |
mkdir -p data/extracted
|
| 157 |
for f in data/VBVR-Pro-SFT-Video/tars/*.tar.gz; do tar xzf "$f" -C data/extracted; done
|
| 158 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
mkdir -p data/extracted
|
| 157 |
for f in data/VBVR-Pro-SFT-Video/tars/*.tar.gz; do tar xzf "$f" -C data/extracted; done
|
| 158 |
```
|
| 159 |
+
|
| 160 |
+
## License
|
| 161 |
+
|
| 162 |
+
VBVR-Pro source code, scripts, configuration files and task-specific scoring
|
| 163 |
+
software — including everything in this repository — are licensed under the
|
| 164 |
+
Apache License 2.0. VBVR-Pro data and benchmark materials are separately
|
| 165 |
+
licensed under CC BY-NC 4.0. Model weights and third-party materials remain
|
| 166 |
+
subject to their applicable model-card and upstream terms. See
|
| 167 |
+
[LICENSE.md](https://huggingface.co/datasets/Video-Reason/VBVR-Pro-SFT-Video/blob/main/LICENSE.md) for details.
|
| 168 |
+
|
| 169 |
+
## Citation
|
| 170 |
+
|
| 171 |
+
```bibtex
|
| 172 |
+
@misc{xu2026vbvrproscalableverifiablesuite,
|
| 173 |
+
title={VBVR-Pro: A Scalable and Verifiable Suite for Native Visual Reasoning},
|
| 174 |
+
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},
|
| 175 |
+
year={2026},
|
| 176 |
+
eprint={2608.26105},
|
| 177 |
+
archivePrefix={arXiv},
|
| 178 |
+
primaryClass={cs.CV},
|
| 179 |
+
url={https://arxiv.org/abs/2608.26105},
|
| 180 |
+
}
|
| 181 |
+
```
|