🤖 AI Summary
This work addresses the challenge of conflicting external knowledge introduced by open-domain retrieval in knowledge-intensive visual question answering (VQA), where existing methods lack a general mechanism for conflict detection and resolution. To this end, we propose REAL, a novel framework that introduces the concept of a “Reasoning-Pivot”—an atomic knowledge unit in the reasoning chain that relies on external evidence—and leverages pivot alignment to identify and mitigate conflicts. We construct the REAL-VQA dataset and develop pivot-aware supervised fine-tuning (RPA-SFT) and pivot-guided decoding (RPGD) mechanisms, establishing a general paradigm for resolving knowledge conflicts. Experiments demonstrate that our approach significantly improves conflict discrimination accuracy and achieves state-of-the-art performance on multiple VQA benchmarks.
📝 Abstract
Knowledge-intensive Visual Question Answering (KI-VQA) frequently suffers from severe knowledge conflicts caused by the inherent limitations of open-domain retrieval. However, existing paradigms face critical limitations due to the lack of generalizable conflict detection and intra-model constraint mechanisms to handle conflicting evidence. To address these challenges, we propose the REAL (Reasoning-Pivot Alignment) framework centered on the novel concept of the Reasoning-Pivot. Distinct from reasoning steps that prioritize internal self-derivation, a reasoning-pivot serves as an atomic unit (node or edge) in the reasoning chain that emphasizes knowledge linkage, and it typically relies on external evidence to complete the reasoning. Supported by our constructed REAL-VQA dataset, our approach integrates Reasoning-Pivot Aware SFT (RPA-SFT) to train a generalizable discriminator by aligning conflicts with pivot extraction, and employs Reasoning-Pivot Guided Decoding (RPGD), an intra-model decoding strategy that leverages these pivots for targeted conflict mitigation. Extensive experiments across diverse benchmarks demonstrate that REAL significantly enhances discrimination accuracy and achieves state-of-the-art performance, validating the effectiveness of our pivot-driven resolution paradigm.