菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-09
📄 Abstract - Same Content, Different Answers: Cross-Modal Inconsistency in MLLMs

We introduce two new benchmarks REST and REST+(Render-Equivalence Stress Tests) to enable systematic evaluation of cross-modal inconsistency in multimodal large language models (MLLMs). MLLMs are trained to represent vision and language in the same embedding space, yet they cannot perform the same tasks in both modalities. Our benchmarks contain samples with the same semantic information in three modalities (image, text, mixed) and we show that state-of-the-art MLLMs cannot consistently reason over these different modalities. We evaluate 15 MLLMs and find that the degree of modality inconsistency varies substantially, even when accounting for problems with text recognition (OCR). Neither rendering text as image nor rendering an image as text solves the inconsistency. Even if OCR is correct, we find that visual characteristics (text colour and resolution, but not font) and the number of vision tokens have an impact on model performance. Finally, we find that our consistency score correlates with the modality gap between text and images, highlighting a mechanistic interpretation of cross-modal inconsistent MLLMs.

顶级标签: multi-modal model evaluation natural language processing
详细标签: cross-modal inconsistency benchmark vision-language models modality gap evaluation 或 搜索:

相同内容,不同答案:多模态大语言模型中的跨模态不一致性 / Same Content, Different Answers: Cross-Modal Inconsistency in MLLMs


1️⃣ 一句话总结

这篇论文通过创建新的评测基准,揭示了当前多模态大模型在处理图像、文字等不同形式但语义相同的信息时,会给出不一致的答案,并发现这种不一致性与模型内部视觉和文本表征的差异有关。


源自 arXiv: 2512.08923