cubec commited on
Commit
7f9283e
·
verified ·
1 Parent(s): 18dc923

Update README

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -40,3 +40,19 @@ All configs are tab-separated files with the same columns:
40
  | `image` | Base64-encoded PNG image. |
41
  | `question` | Spatial question to ask the model. |
42
  | `answer` | Ground-truth answer for the row. |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  | `image` | Base64-encoded PNG image. |
41
  | `question` | Spatial question to ask the model. |
42
  | `answer` | Ground-truth answer for the row. |
43
+
44
+ ---
45
+
46
+ ## Citation
47
+
48
+ If you use this dataset, please cite our paper.
49
+
50
+ ```bibtex
51
+ @article{min2026whyfarlooksup,
52
+ title = {Why Far Looks Up: Probing Spatial Representation in Vision-Language Models},
53
+ author = {Min, Cheolhong and Jung, Jaeyun and Lee, Daeun and Jeon, Hyeonseong and
54
+ Su, Yu and Tremblay, Jonathan and Song, Chan Hee and Park, Jaesik},
55
+ journal = {arXiv preprint arXiv:2605.30161},
56
+ year = {2026},
57
+ }
58
+ ```