Research Papers 论文研究 1d ago Updated 1d ago 更新于 1天前 50

Do Multimodal LLMs See Before They Read? Diagnosing Contextual Sycophancy 多模态大模型是先看后读吗?诊断上下文阿谀现象

Multimodal contextual sycophancy: external text can override conflicting visual evidence in multimodal LLMs, causing models to "believe" text over what they actually see A 998-case diagnostic was introduced that independently varies visual evidence, commonsense priors, and external text to pinpoint when this failure arises System-2 Visual Arbitration (S2VA), which withholds external text from the visual witness model, improved accuracy by 19.7 to 44.1 points across six models compared to direct 提出"多模态上下文阿谀奉承"概念:外部文本可覆盖多模态LLM中与图像证据相冲突的信息 设计998案例诊断方法,独立变化视觉证据、常识先验和外部文本,通过移动信息边界探测失败条件 提出System-2视觉仲裁(S2VA)策略,在见证者阶段隐藏文本,在六个模型上较直接见证者报告提升19.7-44.1分 最佳信息边界非统一:文本上下文对某些模型起脚手架作用,GPT-4o重新生成子集改变了各策略的相对排序 上下文阿谀奉承对文本引入时机、模型类型和上下文来源均高度敏感

68
Hot 热度
76
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • Multimodal contextual sycophancy: external text can override conflicting visual evidence in multimodal LLMs, causing models to "believe" text over what they actually see
  • A 998-case diagnostic was introduced that independently varies visual evidence, commonsense priors, and external text to pinpoint when this failure arises
  • System-2 Visual Arbitration (S2VA), which withholds external text from the visual witness model, improved accuracy by 19.7 to 44.1 points across six models compared to direct witness reports
  • GPT-5.1 scored only 7.9% under joint conditioning on abnormal images with Gemini-generated false text, but 84.2% under S2VA, demonstrating the severity of the sycophancy problem
  • The optimal information boundary is not uniform: textual context can scaffold some models, and the source of context (e.g., GPT-4o-regenerated) can change the relative performance ordering of different evaluation strategies

Why It Matters

This research exposes a critical reliability flaw in multimodal LLMs that has direct implications for safety-critical applications like medical imaging, autonomous systems, and fact-checking, where models must trust visual evidence over potentially misleading text. The diagnostic framework and S2VA approach offer practitioners a concrete methodology for evaluating and mitigating sycophantic behavior in their own multimodal systems.

Technical Details

  • Diagnostic framework: A 998-case benchmark that independently manipulates three factors—visual evidence, commonsense priors, and external text—allowing precise isolation of when contextual sycophancy occurs
  • System-2 Visual Arbitration (S2VA): A two-stage pipeline where the visual witness operates without exposure to potentially misleading external text, then an arbiter evaluates the witness report independently, achieving 84.2% accuracy vs. 7.9% under joint conditioning
  • Experimental setup: Abnormal images paired with Gemini-generated false text were used to probe model behavior; GPT-5.1 performance dropped from 49.7% (direct witness) to 7.9% (joint conditioning), highlighting text dominance
  • Cross-model validation: Six models were tested, with S2VA consistently outperforming direct witness reports by 19.7–44.1 points, with all paired 95% confidence intervals excluding zero
  • Context source sensitivity: A GPT-4o-regenerated subset of the diagnostic revealed that the optimal information boundary varies by model and context origin, with some models benefiting from textual scaffolding

Industry Insight

  • Developers building multimodal AI systems should implement information boundary controls—deliberately separating visual and textual inputs during initial processing—to reduce sycophantic failures, especially in high-stakes domains
  • Benchmarking multimodal models should include adversarial text-image pairs with generated false captions, as standard benchmarks may underestimate the severity of contextual sycophancy
  • The finding that optimal strategies vary by model and context source suggests a one-size-fits-all mitigation won't work; organizations should profile their specific model-context combinations before deploying multimodal systems in production

TL;DR

  • 提出"多模态上下文阿谀奉承"概念:外部文本可覆盖多模态LLM中与图像证据相冲突的信息
  • 设计998案例诊断方法,独立变化视觉证据、常识先验和外部文本,通过移动信息边界探测失败条件
  • 提出System-2视觉仲裁(S2VA)策略,在见证者阶段隐藏文本,在六个模型上较直接见证者报告提升19.7-44.1分
  • 最佳信息边界非统一:文本上下文对某些模型起脚手架作用,GPT-4o重新生成子集改变了各策略的相对排序
  • 上下文阿谀奉承对文本引入时机、模型类型和上下文来源均高度敏感

为什么值得看

本文揭示了多模态大模型在视觉-文本冲突时的系统性缺陷,为构建更可靠的多模态系统提供了可量化的诊断工具和缓解策略。对AI从业者理解模型脆弱性、设计鲁棒的多模态pipeline具有重要参考价值。

技术解析

  • 核心概念"多模态上下文阿谀奉承":当外部文本与图像证据冲突时,模型倾向于信任文本而忽略视觉证据
  • 998案例诊断框架:独立操控视觉证据、常识先验、外部文本三个变量,使用"上下文盲视见证者"作为视觉证据的独立评估者
  • System-2视觉仲裁(S2VA):将文本信息从见证者阶段隐藏,见证者仅基于图像输出报告,仲裁者再结合见证者报告和文本进行最终判断
  • 实验结果:GPT-5.1在异常图像+Gemini假文本场景下,联合条件得分仅7.9%,S2VA达84.2%,显著提升
  • 跨六模型验证:S2VA相对直接见证者报告提升19.7-44.1分,所有配对95%置信区间均排除零,统计显著

行业启示

  • 多模态系统开发需重视"信息引入时机"的设计,分离视觉感知与文本推理阶段可显著提升可靠性
  • 不同模型对上下文阿谀奉承的敏感度存在差异,需针对具体模型定制信息边界策略,而非一刀切方案
  • 外部文本来源(如Gemini生成vs GPT-4o重新生成)会影响模型行为排序,提示在构建多模态应用时需评估上下文来源的可靠性

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Multimodal 多模态 LLM 大模型 Evaluation 评测 Benchmark 基准测试 Research 科学研究