Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ configs:
|
|
19 |
# **ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models**
|
20 |
|
21 |
<!-- Provide a quick summary of the dataset. -->
|
22 |
-
<a href="
|
23 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-ViewSpatial_Bench-red?logo=arxiv" height="20" />
|
24 |
</a>
|
25 |
-
<a href="
|
26 |
<img alt="github" src="https://img.shields.io/badge/github-ViewSpatial_Bench-white?logo=github" height="20" />
|
27 |
</a>
|
28 |
<a href="https://viewspatial-bench.github.io/" target="_blank">
|
@@ -173,5 +173,13 @@ We provide benchmark results for various open-source models as well as **GPT-4o*
|
|
173 |
## Citation
|
174 |
|
175 |
```
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
```
|
|
|
19 |
# **ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models**
|
20 |
|
21 |
<!-- Provide a quick summary of the dataset. -->
|
22 |
+
<a href="https://arxiv.org/abs/2505.21500" target="_blank">
|
23 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-ViewSpatial_Bench-red?logo=arxiv" height="20" />
|
24 |
</a>
|
25 |
+
<a href="https://github.com/ZJU-REAL/ViewSpatial-Bench" target="_blank">
|
26 |
<img alt="github" src="https://img.shields.io/badge/github-ViewSpatial_Bench-white?logo=github" height="20" />
|
27 |
</a>
|
28 |
<a href="https://viewspatial-bench.github.io/" target="_blank">
|
|
|
173 |
## Citation
|
174 |
|
175 |
```
|
176 |
+
@misc{li2025viewspatialbenchevaluatingmultiperspectivespatial,
|
177 |
+
title={ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models},
|
178 |
+
author={Dingming Li and Hongxing Li and Zixuan Wang and Yuchen Yan and Hang Zhang and Siqi Chen and Guiyang Hou and Shengpei Jiang and Wenqi Zhang and Yongliang Shen and Weiming Lu and Yueting Zhuang},
|
179 |
+
year={2025},
|
180 |
+
eprint={2505.21500},
|
181 |
+
archivePrefix={arXiv},
|
182 |
+
primaryClass={cs.CV},
|
183 |
+
url={https://arxiv.org/abs/2505.21500},
|
184 |
+
}
|
185 |
```
|