Datasets:
Tasks:
Image-Text-to-Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Improve dataset card: Update task category, add tags, and add sample usage
#3
by
nielsr
HF Staff
- opened
This PR updates the dataset card for "Forgotten Polygons: Multimodal Large Language Models are Shape-Blind" to enhance its accuracy and usability.
Key changes include:
- Updating the
task_categories
metadata fromimage-classification
toimage-text-to-text
, which more accurately reflects the dataset's use in evaluating Multimodal Large Language Models (MLLMs) on visual-mathematical reasoning tasks. - Adding relevant
tags
to improve discoverability, such asmllm
,multimodal
,geometric-reasoning
,shape-recognition
,visual-question-answering
,chain-of-thought
,mathematics
, andreasoning
. - Including
language: - en
in the metadata. - Introducing a "Sample Usage" section with a code snippet directly from the associated GitHub repository, demonstrating how to run an evaluation using the dataset.
These updates provide clearer context for users and improve the dataset's overall documentation on the Hugging Face Hub.
mgolov
changed pull request status to
merged