Towards a Systematic Evaluation of Hallucinations in Large-Vision Language Models
Ashish Seth, Dinesh Manocha, Chirag Agarwal
TL;DR
Hallucinogen introduces a novel benchmark to systematically evaluate hallucinations in large vision-language models via implicit contextual reasoning attacks. It contrasts explicit prompts with implicit, context-driven prompts across salient and latent visual entities, quantified on a large dataset of $90{,}000$ triplets (and per-image prompts), across 11 LVLMs. Results show widespread vulnerability: implicit attacks yield higher hallucination than explicit ones, latent-entity prompts drive near-random performance in medical imagery, and existing defenses (post-prompt, CoT, RLHF, LURE) offer limited protection. The study highlights a critical gap in visual grounding within LVLMs and points to the need for robust, grounding-based mitigation strategies to ensure reliable multimodal reasoning in high-stakes settings.
Abstract
Large Vision-Language Models (LVLMs) have demonstrated remarkable performance in complex multimodal tasks. However, these models still suffer from hallucinations, particularly when required to implicitly recognize or infer diverse visual entities from images for complex vision-language tasks. To address this challenge, we propose HALLUCINOGEN, a novel visual question answering (VQA) benchmark that employs contextual reasoning prompts as hallucination attacks to evaluate the extent of hallucination in state-of-the-art LVLMs. Our benchmark provides a comprehensive study of the implicit reasoning capabilities of these models by first categorizing visual entities based on the ease of recognition in an image as either salient (prominent, visibly recognizable objects such as a car) or latent entities (such as identifying a disease from a chest X-ray), which are not readily visible and require domain knowledge or contextual reasoning for accurate inference. Next, we design hallucination attacks for both types of entities to assess hallucinations in LVLMs while performing various vision-language tasks, such as locating or reasoning about specific entities within an image, where models must perform implicit reasoning by verifying the existence of the queried entity within the image before generating responses. Finally, our extensive evaluations of eleven LVLMs, including powerful open-source models (like LLaMA-3.2 and DeepSeek-V2), commercial models like Gemini, and two hallucination mitigation strategies across multiple datasets, demonstrate that current LVLMs remain susceptible to hallucination attacks.
