Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: SpatiaLQA
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- visual-question-answering
|
| 7 |
+
- question-answering
|
| 8 |
+
tags:
|
| 9 |
+
- multimodal
|
| 10 |
+
- vision-language
|
| 11 |
+
- spatial-reasoning
|
| 12 |
+
- logical-reasoning
|
| 13 |
+
- visual-question-answering
|
| 14 |
+
size:
|
| 15 |
+
- 9.6K
|
| 16 |
+
license: mit
|
| 17 |
+
size_categories:
|
| 18 |
+
- 1K<n<10K
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# SpatiaLQA
|
| 22 |
+
|
| 23 |
+
## Dataset Summary
|
| 24 |
+
|
| 25 |
+
SpatiaLQA is a benchmark for evaluating **spatial logical reasoning** in vision-language models.
|
| 26 |
+
It focuses on reasoning abilities in real-world indoor environments, including spatial relations among objects and logical dependencies in multi-step tasks.
|
| 27 |
+
|
| 28 |
+
This dataset is introduced in the paper:
|
| 29 |
+
|
| 30 |
+
**SpatiaLQA: A Benchmark for Evaluating Spatial Logical Reasoning in Vision-Language Models**
|
| 31 |
+
Authors: Yuechen Xie, Xiaoyan Zhang, Yicheng Shan, Hao Zhu, Rui Tang, Rong Wei, Mingli Song, Yuanyu Wan, Jie Song
|
| 32 |
+
arXiv: [2602.20901](https://arxiv.org/abs/2602.20901)
|
| 33 |
+
|
| 34 |
+
## Supported Tasks and Leaderboards
|
| 35 |
+
|
| 36 |
+
The dataset is designed for evaluating:
|
| 37 |
+
- Vision-language understanding
|
| 38 |
+
- Spatial reasoning
|
| 39 |
+
- Logical reasoning
|
| 40 |
+
- Visual question answering in real-world scenes
|
| 41 |
+
|
| 42 |
+
## Languages
|
| 43 |
+
|
| 44 |
+
The language used in the question-answer pairs is English.
|