🤖 AI Summary
This study is the first to systematically investigate large multimodal models’ (LMMs’) ability to actively detect erroneous input premises. Addressing the gap in prior work—which largely overlooks LMMs’ “input scrutiny” capability—we propose ISEval, a comprehensive evaluation framework encompassing seven categories of logical and cross-modal premise errors and three quantitative metrics. We benchmark ten state-of-the-art LMMs under this framework. Results reveal that most models fail to identify textual logical flaws without explicit prompting, and exhibit a novel “modality trust imbalance”—e.g., aya-vision-8b over-relies on textual inputs while neglecting visual cues. In contrast, Gemini and Claude demonstrate superior cross-modal collaborative scrutiny. Our methodology integrates controlled error injection, cross-modal conflict construction, and human-annotated validation to enable both quantitative and qualitative analysis. All code and data are publicly released.
📝 Abstract
Large Multimodal Models (LMMs) have witnessed remarkable growth, showcasing formidable capabilities in handling intricate multimodal tasks with exceptional performance. Recent research has underscored the inclination of large language models to passively accept defective inputs, often resulting in futile reasoning on invalid prompts. However, the same critical question of whether LMMs can actively detect and scrutinize erroneous inputs still remains unexplored. To address this gap, we introduce the Input Scrutiny Ability Evaluation Framework (ISEval), which encompasses seven categories of flawed premises and three evaluation metrics. Our extensive evaluation of ten advanced LMMs has identified key findings. Most models struggle to actively detect flawed textual premises without guidance, which reflects a strong reliance on explicit prompts for premise error identification. Error type affects performance: models excel at identifying logical fallacies but struggle with surface-level linguistic errors and certain conditional flaws. Modality trust varies-Gemini 2.5 pro and Claude Sonnet 4 balance visual and textual info, while aya-vision-8b over-rely on text in conflicts. These insights underscore the urgent need to enhance LMMs' proactive verification of input validity and shed novel insights into mitigating the problem. The code is available at https://github.com/MLGroupJLU/LMM_ISEval.