paper-with-me

Papers

SegSub: Evaluating Robustness to Knowledge Conflicts and Hallucinations in Vision-Language Models

2025-02-19 · Peter Carragher, Nikitha Rao, Abhinand Jha, R Raghav, Kathleen M. Carley

Vision language models (VLM) demonstrate sophisticated multimodal reasoning yet are prone to hallucination when confronted with knowledge conflicts, impeding their deployment in information-sensitive contexts. While existing research addresses robustness in unimodal models, the multimodal domain lacks systematic investigation of cross-modal knowledge conflicts. This research introduces \segsub, a framework for applying targeted image perturbations to investigate VLM resilience against knowledge conflicts. Our analysis reveals distinct vulnerability patterns: while VLMs are robust to parametric conflicts (20% adherence rates), they exhibit significant weaknesses in identifying counterfactual conditions (<30% accuracy) and resolving source conflicts (<1% accuracy). Correlations between contextual richness and hallucination rate (r = -0.368, p = 0.003) reveal the kinds of images that are likely to cause hallucinations. Through targeted fine-tuning on our benchmark dataset, we demonstrate improvements in VLM knowledge conflict detection, establishing a foundation for developing hallucination-resilient multimodal systems in information-sensitive environments.

📄 PDF Abstract BibTeX arXiv:2502.14908

Code (1)

CASOS-IDeaS-CMU/SegSub 공식 구현 pytorch

Tasks

counterfactualHallucinationMultimodal Reasoning

Similar Papers 제목 키워드 기반

ConflictBank: A Benchmark for Evaluating the Influence of Knowledge Conflicts in LLM

2024-08-22 · Zhaochen Su, Jun Zhang, Xiaoye Qu, Tong Zhu 외

Large language models (LLMs) have achieved impressive advancements across numerous disciplines, yet the critical issue of knowledge conflicts, a major source of hallucinations, has rarely been studied. Only a few researc…

Misinformation

Analyzing the Correlation Between Hallucinations and Knowledge Conflicts in Large Language Models

2026-06-07 · Lucrezia Laraspata, Giovanna Castellano, Gennaro Vessio arxiv

Hallucinations -- factually incorrect or unverifiable outputs -- remain one of the most challenging limitations of Large Language Models (LLMs), especially in knowledge-intensive tasks. One proposed explanation is intern…

HaluEval: A Large-Scale Hallucination Evaluation Benchmark for Large Language Models

2023-05-19 · Junyi Li, Xiaoxue Cheng, Wayne Xin Zhao, Jian-Yun Nie 외

Large language models (LLMs), such as ChatGPT, are prone to generate hallucinations, i.e., content that conflicts with the source or cannot be verified by the factual knowledge. To understand what types of content and to…

HallucinationHallucination Evaluation

Investigating the Adaptive Robustness with Knowledge Conflicts in LLM-based Multi-Agent Systems

2025-02-21 · Tianjie Ju, Bowen Wang, Hao Fei, Mong-Li Lee 외

Recent advances in Large Language Models (LLMs) have upgraded them from sophisticated text generators to autonomous agents capable of corporation and tool use in multi-agent systems (MASs). However, the robustness of the…

Studying Large Language Model Behaviors Under Context-Memory Conflicts With Real Documents

2024-04-24 · Evgenii Kortukov, Alexander Rubinstein, Elisa Nguyen, Seong Joon Oh

Retrieval-augmented generation (RAG) mitigates many problems of fully parametric language models, such as temporal degradation, hallucinations, and lack of grounding. In RAG, the model's knowledge can be updated from doc…

Language ModelingLanguage ModellingLarge Language ModelRAG+1