Add dataset card and link to paper
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-text-to-text
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# MVI-Bench
|
| 7 |
+
|
| 8 |
+
MVI-Bench is a comprehensive benchmark specifically designed to evaluate the robustness of Large Vision-Language Models (LVLMs) against misleading visual inputs.
|
| 9 |
+
|
| 10 |
+
- **Paper:** [MVI-Bench: A Comprehensive Benchmark for Evaluating Robustness to Misleading Visual Inputs in LVLMs](https://huggingface.co/papers/2511.14159)
|
| 11 |
+
- **Repository:** [https://github.com/chenyil6/MVI-Bench](https://github.com/chenyil6/MVI-Bench)
|
| 12 |
+
|
| 13 |
+
## Introduction
|
| 14 |
+
|
| 15 |
+
Grounded in fundamental visual primitives, the design of MVI-Bench centers on three hierarchical levels of misleading visual inputs:
|
| 16 |
+
1. **Visual Concept**
|
| 17 |
+
2. **Visual Attribute**
|
| 18 |
+
3. **Visual Relationship**
|
| 19 |
+
|
| 20 |
+
Using this taxonomy, the benchmark compiles 1,248 expertly annotated VQA instances across six representative categories. It also introduces **MVI-Sensitivity**, a novel metric that characterizes LVLM robustness at a granular level. Empirical results across 18 state-of-the-art LVLMs uncover pronounced vulnerabilities to misleading visual inputs.
|
| 21 |
+
|
| 22 |
+
## Dataset Structure
|
| 23 |
+
|
| 24 |
+
The benchmark evaluates how misleading visual information affects model understanding and decision-making in visual question-answering tasks. It covers 1,248 instances designed to test models against various visual misinformation scenarios across different levels of complexity.
|