출처: arXiv · cs.CL원문 보기 ↗
원문 저작권은 출처에 있습니다. 이 사이트는 수집, 번역 또는 형식 정리만 합니다.
사실 흐름
arXiv:2608.07525v1 Announce Type: new Abstract: Hallucination remains a persistent challenge for Multimodal Large Language Models (MLLMs), severely limiting their reliability in high-stakes applications. Existing evalua
해설과 영향
该研究指出,幻觉现象依然是制约多模态大语言模型发展的核心障碍之一。现有的评估方法往往局限于特定任务或单一模态,难以全面捕捉模型在复杂场景下可能出现的各类幻觉。为此,研究者借鉴了软件安全领域的模糊测试思想,设计了一套统一的测试方案。该方法通过生成大量多样化的测试用例,自动探查模型在处理图文多模态信息时,可能在对象、属性、关系及场景描述等方面出现的错误或虚构内容。
从技术路径上看,这项工作的价值在于将模糊测试的系统性与多模态理解的复杂性相结合。与传统的基准测试不同,模糊测试不预设固定的问题集,而是动态生成边界情况与异常输入,从而更有可能发现模型在训练数据覆盖不足或推理逻辑薄弱环节的潜在缺陷。这种方法有助于更精确地定位模型产生幻觉的触发条件与模式。
尽管原文摘要未提供具体的实验数据与模型对比结果,但该框架的提出本身为多模态模型的安全评估提供了一个新的维度。在当前大模型日益被集成到自动驾驶、医疗诊断辅助等关键领域的背景下,建立能够主动挖掘模型弱点的测试机制,对于保障其应用安全具有重要的现实意义。
참고 자료
출처 원문
arXiv:2608.07525v1 Announce Type: new Abstract: Hallucination remains a persistent challenge for Multimodal Large Language Models (MLLMs), severely limiting their reliability in high-stakes applications. Existing evaluations, predominantly based on static benchmarks, suffer from narrow taxonomical coverage and rapid performance saturation, failing to reflect model robustness in evolving real-world scenarios. To bridge this gap, we present a systematic evaluation framework integrating a comprehensive benchmark with self-evolving stress testing. First, we introduce UniHall, a fine-grained dataset grounded in a unified taxonomy spanning Object, Instruction, and Knowledge dimensions. Second, to address benchmark saturation, we propose Self-Adaptive Multimodal Fuzzing (SAMF), a self-adaptive framework that employs evolutionary mutation strategies to explore the boundaries of model hallucinations. Crucially, to ensure reliable assessment of dynamic inputs, SAMF incorporates a structured metric suite driven by an ensemble of multi-modal oracles. Our extensive experiments reveal that state-of-the-art MLLMs exhibit significant performance degradation under fuzzing compared to conventional settings, exposing a dissociation between reasoning capabilities and factual grounding. Furthermore, we identify a helpfulness-hallucination trade-off, where reinforcement learning alignment inadvertently exacerbates sycophancy in instruction-following tasks. The framework, code and benchmark are available at https://github.com/LanceZPF/EvalHall.