Lingfengtingyumian commited on
Commit
d9c654a
·
verified ·
1 Parent(s): d760643

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -130,7 +130,30 @@ For `class_1` and `class_2`, bounding-box predictions are evaluated with IoU at
130
  ## 📝 Citation
131
 
132
  ```bibtex
133
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  ```
135
 
136
  ## 📬 Contact
 
130
  ## 📝 Citation
131
 
132
  ```bibtex
133
+ @inproceedings{guo-etal-2026-mllms,
134
+ title = "Can {MLLM}s Reason Beyond Language? {V}is{R}eason: A Comprehensive Benchmark for Vision-Centric Reasoning",
135
+ author = "Guo, Longteng and
136
+ Wang, Yifan and
137
+ Huo, Pengkang and
138
+ Chen, Tailai and
139
+ Wu, Yuze and
140
+ Liu, Jing and
141
+ Zhu, Xinxin",
142
+ editor = "Liakata, Maria and
143
+ Moreira, Viviane P. and
144
+ Zhang, Jiajun and
145
+ Jurgens, David",
146
+ booktitle = "Findings of the {A}ssociation for {C}omputational {L}inguistics: {ACL} 2026",
147
+ month = jul,
148
+ year = "2026",
149
+ address = "San Diego, California, United States",
150
+ publisher = "Association for Computational Linguistics",
151
+ url = "https://aclanthology.org/2026.findings-acl.1996/",
152
+ doi = "10.18653/v1/2026.findings-acl.1996",
153
+ pages = "40149--40192",
154
+ ISBN = "979-8-89176-395-1",
155
+ abstract = "Recent multimodal large language models (MLLMs) achieve strong performance on visual reasoning benchmarks, yet it remains unclear to what extent such performance reflects reasoning directly grounded in visual evidence. We introduce VisReason, a benchmark for vision-centric reasoning in everyday scenarios where perception and inference are tightly coupled. VisReason contains 1,505 questions across 10 categories spanning perceptual, structural, and conceptual reasoning. Our evaluation shows that VisReason poses a qualitatively different challenge from existing benchmarks, exposing substantial gaps between humans and current MLLMs and revealing limited benefits from test-time reasoning strategies. VisReason offers a focused diagnostic for evaluating vision-centric reasoning beyond language."
156
+ }
157
  ```
158
 
159
  ## 📬 Contact