MIBench: Evaluating LMMs on Multimodal Interaction

1Gaoling School of Artificial Intelligence, Renmin University of China, Beijing, China 2Beijing Key Laboratory of Research on Large Models and Intelligent Governance, Beijing, China 3Beihang University, Beijing, China 4Shanghai Artificial Intelligence Laboratory, Shanghai, China
A descriptive caption for the teaser image

Introduction

In different multimodal scenarios, it needs to integrate and utilize information across modalities in a specific way based on the demands of the task. Different integration ways between modalities are referred to as “multimodal interaction”. How well a model handles various multimodal interactions largely characterizes its multimodal ability.

In this paper, we introduce MIBench, a comprehensive benchmark designed to evaluate the multimodal interaction capabilities of Large Multimodal Models (LMMs), which formulates each instance as a ($con_v$, $con_t$, $task$) triplet with contexts from vision and text, necessitating that LMMs employ correct forms of multimodal interaction to effectively complete the task. MIBench assesses models from three key perspectives: the ability to source information from vision-centric or text-centric cues, and the ability to generate new information from their joint synergy. Each interaction capability is evaluated hierarchically across three cognitive levels: Recognition, Understanding, and Reasoning. The benchmark comprises over 10,000 vision-text context pairs spanning 32 distinct tasks.

Evaluation of state-of-the-art LMMs show that: (1) LMMs' ability on multimodal interaction remains constrained, despite the scaling of model parameters and training data; (2) they are easily distracted by textual modalities when processing vision information; (3) they mostly possess a basic capacity for multimodal synergy; and (4) natively trained multimodal models show noticeable deficits in fundamental interaction ability. We expect that these observations can serve as a reference for developing LMMs with more enhanced multimodal ability in the future.

Leaderboard

Performance of state-of-the-art LMMs on MIBench and MIBench-mini.
Closed-source Models    Open-Source Models

Model MIBench (Full) MIBench-mini
Vision Text Synergy Overall Vision Text Synergy Overall
Gemini-3-pro-preview ---- 71.7087.2081.0079.97
Gemini-2.5-pro ---- 69.4084.4076.0076.60
o3 ---- 63.6085.0072.0073.53
GPT-5.1 ---- 64.4082.8071.0072.73
GPT-5.2 ---- 64.0080.0070.0071.60
Claude-4.5-Sonnet ---- 59.6080.8072.0070.80
Qwen3-VL-235B 68.4873.1761.4067.89 68.0072.0060.0066.67
InternVL3.5-241B 63.4274.7858.0165.82 62.2073.2061.0065.47
Qwen2.5-VL-72B 65.1569.4856.3763.87 65.4067.2059.0063.87
GPT-4o ---- 57.4072.2057.0062.20
Qwen2.5-VL-32B 63.5568.0951.3361.22 62.8069.2050.0060.67
InternVL3.5-8B 57.5267.2851.0358.98 57.6067.0053.0059.20
Qwen3-VL-8B 64.0864.6153.5960.85 63.2060.4052.0058.53
LLaVA-OV-1.5-8B 59.4165.3847.6457.75 58.0065.2048.0057.07
InternVL3-8B 61.9365.8248.0558.82 59.2065.2045.0056.47
LLaVA-OV-72B 54.6166.0150.1057.33 54.8068.4045.0056.07
InternVL2.5-8B 59.6165.0347.4357.62 58.8063.2045.0055.67
Qwen2-VL-7B 60.2962.7644.6656.09 59.4063.8043.0055.40
Qwen2.5-VL-7B 59.6158.8844.9754.56 55.8059.2049.0054.67
Deepseek-VL2-27B 61.3260.4940.7654.30 58.4061.2039.0052.87
InternVL2-8B 53.2962.5345.7954.23 49.6059.0045.0051.20
LLaVA-OV-7B 55.5055.5442.8151.3753.0057.2043.0051.07
Qwen2.5-VL-3B 54.6756.0137.7849.6553.6053.0041.0049.20
Deepseek-VL-7B 54.1656.6035.2248.8650.6057.8037.0048.47
LLaVA-1.5-7B 48.7344.6735.9343.0644.6047.2032.0041.27
LLaVA-1.6-7B 47.0046.7233.1642.3743.6043.0035.0040.53
Emu3-8B 40.3547.4630.4939.7445.4043.6025.0038.00
Chameleon-30B 33.7144.2634.8037.9430.0039.0045.0038.00
Chameleon-7B 29.1239.5837.0635.5524.8043.0034.0033.93

Overview of MIBench

A descriptive caption for the teaser image

MIBench introduces a comprehensive evaluation framework designed to deeply assess the multimodal interaction capabilities of LMMs. It evaluates LMMs on three interaction patterns: Vision-centric, Text-centric, and Synergy, which require models to source information from visual cues, textual cues, or a combination of both modalities, respectively. These patterns are evaluated across three progressive cognitive levels: Recognition, Understanding, and Reasoning.

Within this framework, each evaluation instance is formulated as a ($\textbf{con}_\textbf{v}$, $\textbf{con}_\textbf{t}$, $\textbf{task}$) triplet. For vision- and text-centric tasks, they can be resolved by leveraging cues from the centric modality. We introduce various contexts from another modality to evaluate the model's ability to selectively utilize cues from the target modality, which range from helpful contexts (e.g., correct guidance, concept visualization) to misleading guidance and unrelated contents. For the synergy part, the model is presented with one coupled visual-textual pair with complementary cues, necessitating effective cross-modal collaboration.

To meet these requirements, we first identify suitable tasks based on the proposed taxonomy, and subsequently collect, re-annotate, or synthesize test samples following the carefully designed annotation pipeline. Ultimately, this structured approach culminates in a large-scale benchmark comprising 32 distinct tasks and 2,980 base samples, which are expanded into 10,030 context pairs through diverse contextual variations, enabling a fine-grained analysis of model interaction capabilities.

Experiments

Results Analysis

Building on MIBench, we evaluate the interaction capabilities of current open-source and closed-source models. This analysis yields several key findings:

  • Current LMMs remain constrained in their ability to perform effective multimodal interaction, despite increases in model scale and data sources.
  • LMMs demonstrate limited proficiency in selectively extracting cues from the target modality. This issue is particularly severe in vision-centric tasks, as the models often fail to prioritize visual evidence over the textual context.
  • While LMMs show acceptable performance in basic cross-modal alignment, their effectiveness drops in tasks requiring deep interactive understanding and reasoning, for which parameter scaling is insufficient to address.
  • Native LMMs struggle with fundamental perception, creating a bottleneck for complex interactions. Non-native LMMs appear to lean on powerful LLM foundations for better synergy but are hindered by a strong text bias that prevents deeper cross-modal collaboration.

By focusing on multimodal interaction, MIBench offers fresh insights into whether current LMMs are truly achieving multimodal intelligence. It also provides clear direction and inspiration for the next steps in developing more advanced, genuine synergistic capabilities.

Case Study

BibTeX

@article{
}