Critique Before Thinking: Mitigating Hallucination through Rationale-Augmented Instruction Tuning
Zexian Yang, Dian Li, Dayan Wu, Gang Liu, Weiping Wang
TL;DR
This work tackles visually grounded hallucination in Large Vision-Language Models by introducing Re-Critic, a scalable framework that injects visual rationales into instructions and employs a self-generated preference loop to align outputs. It combines a Visual Rationale Synthesizer (VCIT) with an autoregressive training objective and a Self-Critic Preference Learning pipeline that optimizes via Direct Preference Optimization, avoiding external reward models. Empirically, Re-Critic improves both hallucination-specific benchmarks (POPE, MMHal, HallusionBench, Object HalBench) and general multimodal benchmarks across backbones like LLaVA-v1.5-7B and InternVL2-2B, including notable gains on MathVista and data-efficient scenarios. The results support the claim that methodological learning before reasoning—i.e., embedding rationale context and self-evaluation—enhances context grounding and broad multimodal reasoning capabilities in LVLMs.
Abstract
Despite significant advancements in multimodal reasoning tasks, existing Large Vision-Language Models (LVLMs) are prone to producing visually ungrounded responses when interpreting associated images. In contrast, when humans embark on learning new knowledge, they often rely on a set of fundamental pre-study principles: reviewing outlines to grasp core concepts, summarizing key points to guide their focus and enhance understanding. However, such preparatory actions are notably absent in the current instruction tuning processes. This paper presents Re-Critic, an easily scalable rationale-augmented framework designed to incorporate fundamental rules and chain-of-thought (CoT) as a bridge to enhance reasoning abilities. Specifically, Re-Critic develops a visual rationale synthesizer that scalably augments raw instructions with rationale explanation. To probe more contextually grounded responses, Re-Critic employs an in-context self-critic mechanism to select response pairs for preference tuning. Experiments demonstrate that models fine-tuned with our rationale-augmented dataset yield gains that extend beyond hallucination-specific tasks to broader multimodal reasoning tasks.
