File size: 3,684 Bytes
dcdbb47
 
 
 
 
 
 
0a5e76d
 
dcdbb47
0a5e76d
dcdbb47
 
0a5e76d
dcdbb47
 
0a5e76d
dcdbb47
 
0a5e76d
dcdbb47
 
0a5e76d
dcdbb47
 
0a5e76d
dcdbb47
0a5e76d
 
dcdbb47
 
 
 
 
 
 
 
 
 
 
 
 
cdc5f74
 
 
 
dcdbb47
cdc5f74
28c5c15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
dataset_info:
  features:
  - name: shape
    dtype: string
  - name: background_color
    dtype: string
  - name: image
    dtype: image
  - name: metadata
    dtype: string
  splits:
  - name: regular_polygons
    num_bytes: 3950491.492
    num_examples: 1948
  - name: regular_polygon_pairs
    num_bytes: 17922128.490000002
    num_examples: 5090
  - name: abstract_shapes
    num_bytes: 1522583.0
    num_examples: 403
  - name: heptagons_with_visual_cues
    num_bytes: 6340402.2
    num_examples: 1400
  - name: arrow_on_plus_with_visual_cues
    num_bytes: 9327783.92
    num_examples: 1540
  download_size: 26192011
  dataset_size: 39063389.102
configs:
- config_name: default
  data_files:
  - split: regular_polygons
    path: data/regular_polygons-*
  - split: regular_polygon_pairs
    path: data/regular_polygon_pairs-*
  - split: abstract_shapes
    path: data/abstract_shapes-*
  - split: heptagons_with_visual_cues
    path: data/heptagons_with_visual_cues-*
  - split: arrow_on_plus_with_visual_cues
    path: data/arrow_on_plus_with_visual_cues-*
task_categories:
- image-classification
library_name:
- pytorch
---

# Forgotten Polygons: Multimodal Large Language Models are Shape-Blind

This dataset is part of the work **"Forgotten Polygons: Multimodal Large Language Models are Shape-Blind"**.  
📖 **[Read the Paper](https://www.arxiv.org/abs/2502.15969)**  
💾 **[GitHub Repository](https://github.com/rsinghlab/Shape-Blind/tree/main)** 

## Overview

This dataset is designed to evaluate the shape understanding capabilities of Multimodal Large Language Models (MLLMs).

## Dataset Splits

Each split corresponds to a different reasoning task and shape identification challenge.

### 🟢 **Regular Polygons (`regular_polygons`)**
- Task: **Shape Identification & Sides Counting**
- Description: Consists of images of **regular polygons** (e.g., triangles, pentagons, hexagons, etc.).
- Example Queries:
  - *"What shape is in the image?"* 
  - *"How many sides does the shape in the image have?"* 

### 🟡 **Regular Polygon Pairs (`regular_polygon_pairs`)**
- Task: **Multi-Shape Reasoning**
- Description: Images contain **two distinct polygons**. The task involves **identifying both shapes, counting their sides, and summing the total**.
- Example Query:
  - *"What are the two shapes in the image, and how many sides do they have in total?"* 

### 🔵 **Abstract Shapes (`abstract_shapes`)**
- Task: **Complex Shape Recognition**
- Description: Features **irregular and merged polygons**, stars, arrows, and abstract geometric figures.
- Example Query:
  - *"How many sides does this shape have?"*

### 🟣 **Heptagons with Visual Cues (`heptagons_with_visual_cues`)**
- Task: **Visually-Cued Chain-of-Thought (VC-CoT) Reasoning**
- Description: Evaluates **VC-CoT prompting** by annotating it with **visual cues** on top of heptagon images.
- We chose heptagons because it was the most difficult regular polygon for MLLMs.
- The annotations range from ordered numbers and letters, to random numbers and letters. 
- Example Query:
  - *"Observe the shape and list the numbers you see. How many sides does the shape have?"*

### 🔴 **Arrow on Plus with Visual Cues (`arrow_on_plus_with_visual_cues`)**
- Task: **VC-CoT with Alternative Visual Cues**
- Description: Similar to the **heptagons_with_visual_cues** split but using **arrow-on-plus shapes** instead.
- Example Query:
  - *"Count the total number of numbers associated with the shape’s sides."*

## Citation
If you use this dataset, please cite:

> Forgotten Polygons: Multimodal Large Language Models are Shape-Blind  
> [Arxiv: 2502.15969](https://www.arxiv.org/abs/2502.15969)