Datasets:
The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
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
πΎ GitHub Repository
Overview
This dataset is designed to evaluate the shape understanding capabilities of Multimodal Large Language Models (MLLMs).
Sample Usage
This dataset is designed to be used with the evaluation code provided in the GitHub Repository. To evaluate MLLMs on various tasks using this dataset, follow the instructions in the evaluation folder of the repository.
For example, to run a shape identification task using LLaVA-1.5:
# Navigate to the 'evaluation' folder in the cloned GitHub repository
cd Shape-Blind/evaluation
# Run the evaluation script
python3 evaluate_MLLMs.py --model_version llava-1.5 --task shape_id --dataset_size full
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
- Downloads last month
- 67