CoolFace
Datasetpublic

lmms-lab-eval/MMVP

MMVP (Multimodal Visual Patterns) Benchmark This is a corrected version of the MMVP benchmark, re-hosted by lmms-lab-eval for use with lmms-eval. Why this copy? The original MMVP/MMVP dataset was uploaded in imagefolder format, which only exposes the image column. The text annotations (Question, Options, Correct Answer, Index) from the accompanying Questions.csv were not loaded into the dataset, making it unusable for evaluation. This version reconstructs the… See the full description on the dataset page: https://huggingface.co/datasets/lmms-lab-eval/MMVP.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes2.6kdownloads
Dataset Card

MMVP (Multimodal Visual Patterns) Benchmark

This is a corrected version of the MMVP benchmark, re-hosted by lmms-lab-eval for use with lmms-eval.

Why this copy?

The original MMVP/MMVP dataset was uploaded in imagefolder format, which only exposes the image column. The text annotations (Question, Options, Correct Answer, Index) from the accompanying Questions.csv were not loaded into the dataset, making it unusable for evaluation.

This version reconstructs the complete dataset by merging the images with Questions.csv from the original repository.

Ground Truth Corrections

Based on verification in lmms-eval issue #1018 and the original MMVP issue #30, we found that two pairs of samples had their answers swapped. The corrections are applied directly in this dataset:

IndexQuestionOriginal GTCorrected GTReason
99Does the elephant have long or short tusks?(a) Long(b) ShortImage shows short tusks
100Does the elephant have long or short tusks?(b) Short(a) LongImage shows long tusks
279Is the elderly person standing or sitting?(a) Standing(b) SittingImage shows person sitting on bench
280Is the elderly person standing or sitting?(b) Sitting(a) StandingImage shows person standing

Dataset Structure

FieldTypeDescription
Indexint321-based sample index (1–300)
QuestionstringThe visual question
OptionsstringAnswer choices in format (a) ... (b) ...
Correct AnswerstringGround truth: (a) or (b)
imageimage224×224 RGB image
  • 300 samples organized as 150 pairs
  • Each pair has the same question but opposite correct answers
  • Tests 9 visual patterns: orientation, direction, color, counting, etc.

References

Citation

bibtex
@inproceedings{tong2024eyes,
  title={Eyes Wide Shut? Exploring the Visual Shortcomings of Multimodal LLMs},
  author={Tong, Shengbang and Liu, Zhuang and Zhai, Yuexiang and Ma, Yi and LeCun, Yann and Xie, Saining},
  booktitle={CVPR},
  year={2024}
}