K-文化的一切——从回归到 K-美妆,发送到您的邮箱订阅邮件

METAL MEDIA

MMOOC: A Comprehensive Benchmark for Out-of-Context Evaluation in Multimodal Large Language Models

arXiv:2607.276372026-07-31

MMOOC用4万1千道题检验多模态AI能否拒答真正无法回答的问题,同时不放弃能够回答的模糊问题

同时看图和文字提问的多模态AI(MLLM)理应在图像证据不足时拒绝回答,但在问题表述有误导却依然能从图中找到答案时应继续作答。MMOOC是一个超过4万1千条图文问答对的基准,把真正无法回答的情形分成5类,把表述有偏差但仍可回答的情形分成3类,同时考察这两种能力。对18个开源与闭源模型的测试显示,大多数模型仍难以在这两者之间取得平衡。

METAL MEDIA 解读图

MMOOC结构:真正无法回答 vs 可回答但有偏差的问题

证据状态已报告实测结果

  1. 第一步:生成图文问答对使用Qwen3.5-122B-A10B、GPT-4o、o1生成题目,并结合人工设计题目及取自MME、MMStar、OK-VQA的Auto-Shuffle样本
  2. 第二步:三模型交叉过滤GPT-4o、o1、o3各自独立判断可答性,仅保留三者判断一致的样本,再由人工复核
  3. 第三步:双分支分类分为5类真正无法回答的OOC情形(模糊、错误视觉前提、空间物理不确定、逻辑符号不清、缺失知识)和3类可回答的Shifted IC情形(误导前提、部分可答性、图文不匹配)
  4. 第四步:模型评测18个开源与闭源MLLM回答是非、选择、开放式三种题型,由GPT-5.6、Claude Opus 5、DeepSeek-V4-Pro评委在准确率/拒答率之外评估推理合理性
  5. 第五步:改进实验测试SFT、DPO等后训练方法及拒答提示、思维链提示等策略,观察拒答能力与通用性能之间的权衡
这是 METAL MEDIA 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 问题背景:以往基准大多只检验模型是否拒答真正无法回答的问题,问题格式和视觉场景覆盖有限,忽略了上下文有偏差但核心问题依然可回答的情形(Shifted In-Context)。
  2. 方法:先判断样本'能否依据图像回答',再细分为5类真正无法回答的情形(多模态模糊、错误视觉前提、空间与物理不确定、逻辑符号不清、缺失背景知识)和3类可回答但有偏差的情形(误导性前提、部分可答性、图文不匹配)。使用Qwen3.5-122B-A10B、GPT-4o、o1生成题目,只保留GPT-4o、o1、o3三个模型判断一致的样本,再经人工复核。
  3. 规模:MMOOC包含超过4万1千条图文问答对,涵盖是非题、选择题、开放式视觉问答三种题型、八种偏移类型和六种视觉场景,并用GPT-5.6、Claude Opus 5、DeepSeek-V4-Pro作为独立评委,以LLM-as-a-Judge方式评估回答的正确性与推理合理性。
  4. 测试对象:共评估18个模型,包括Qwen3-VL、InternVL3、Gemma-4、Llama-4-Maverick等13个开源模型,以及GPT-4o、o1、o3、Gemini-3.1-Pro、Claude-Opus-4.6等5个闭源模型。
  5. 主要结果:几乎所有模型在真正无法回答的情形(OOC)上得分低且不稳定,例如Qwen3-VL-2B在空间与物理不确定类别的是非题上仅得5.75分,开放式问答仅得8.25分;模型规模变大并不能稳定提升这一拒答能力。
Figure 1: Comparison of conventional, refusal, and our MMOOC benchmarks. MMOOC jointly evaluates robust answering for answerable questions and appropriate refusal for truly out-of-context questions.
Figure 1: Comparison of conventional, refusal, and our MMOOC benchmarks. MMOOC jointly evaluates robust answering for answerable questions and appropriate refusal for truly out-of-context questions.
Table 1: Comparison of existing out-of-context evaluation benchmarks. Data Scale denotes the total number of question-answer pairs. QA Format indicates the supported question formats. Shift Types denotes the number of defined shift types in each benchmark. Visual Scenarios indicates the range of visual understanding and reasoning settings covered by each benchmark. QA Construction indicates how the question-answer pairs are constructed. Distractor Robustness indicates whether the benchmark evaluates correct answering under distracting contexts.
BenchmarkData ScaleQA FormatShift TypesVisual ScenariosQA ConstructionDistractor Robustness
SNIFFER [7]1.9KVQA1PerceptionHuman
NOPE [46]14KVQA1PerceptionLLM
HaloQuest [9]7.8KVQA3PerceptionLLM
UPD [8]2.0KMCQ3PerceptionHuman
CLIP-UP [11]1.4KMCQ/VQA3PerceptionHuman
MoHoBench [10]12KVQA4Perception + LogicalMLLM
MMOOC (Ours)41KYN/MCQ/VQA8Coarse & Fine-grained Perception + Spatial & Logical ReasoningMLLM + Human
Figure 2: Examples of the eight MMOOC scenarios. The top row presents five Out-of-Context categories requiring refusal: Multimodal Ambiguity (MA), Visual False Premises (VFP), Uncertain Spatial & Physical Context (USPC), Unclear Logical & Symbolic (ULS), and Missing Knowledge & Background (MKB). The bottom row presents three answerable Shifted In-Context scenarios: Misleading Premise, Partial Answerability, and Image–Question Mismatch.
Figure 2: Examples of the eight MMOOC scenarios. The top row presents five Out-of-Context categories requiring refusal: Multimodal Ambiguity (MA), Visual False Premises (VFP), Uncertain Spatial & Physical Context (USPC), Unclear Logical & Symbolic (ULS), and Missing Knowledge & Background (MKB). The bottom row presents three answerable Shifted In-Context scenarios: Misleading Premise, Partial Answerability, and Image–Question Mismatch.
Table 3: Average performance on Out-of-Context tasks across various models, computed from Refusal Rate and Refusal Rationality. The OOC category abbreviations are: MA: Multimodal Ambiguity; VFP: Visual False Premises; USPC: Uncertain Spatial & Physical Context; ULS: Unclear Logical & Symbolic; and MKB: Missing Knowledge & Background. Complete detailed results are presented in the Appendix.
YesNoMCQVQA
ModelMAVFPUSPCULSMKBMAVFPUSPCULSMKBMAVFPUSPCULSMKB
Open-source LMMs
Qwen3-VL-2B13.7515.755.7510.5019.0040.0029.2545.5022.7521.5026.0029.508.2512.0021.75
Qwen3-VL-8B28.0058.7515.7535.5030.2536.5022.0071.5039.5034.7555.2586.0028.5035.0049.00
Qwen3-VL-30B44.7558.0022.5026.7535.5037.2536.2576.7532.7538.5042.2554.7520.0020.0019.25
Qwen3.5-27B36.2563.2522.5028.0043.2532.5027.5069.2516.7535.5046.0084.2527.7540.2539.00
Qwen3.5-122B-A10B30.5065.2526.2528.2532.7528.2532.2567.7535.2523.0046.0085.2526.5042.0041.50
LLaVA-1.5-7B1.758.752.256.253.001.755.251.753.002.503.255.755.7514.758.00
InternVL3-2B21.2539.503.7517.0028.504.5014.754.2511.255.0028.2526.5011.5015.5033.75
InternVL3-8B48.2555.5012.0039.2547.5029.755.0046.2521.2518.5021.7543.007.0015.5032.00
Gemma-4-26B39.5066.2527.7549.0076.2570.2528.5085.0057.2561.2579.2586.5039.5058.0080.00
Gemma-4-31B54.5054.2535.2546.7572.5052.2534.2588.7547.5043.5071.5083.0040.5054.0070.50
Llama-4-Maverick40.0051.2519.0027.7534.0032.2526.2547.2527.0036.2552.2578.2520.7531.7558.00
Ministral-3-8B46.7560.5026.5031.0061.7541.5031.2554.2527.7544.5054.5059.2533.0037.2558.00
Ministral-3-14B45.2552.7528.5045.7561.5050.2524.5075.5042.0040.5052.5050.7515.0036.5036.50
Closed-source LMMs
Gemini-3.1-Pro4.759.0021.7527.7520.754.5014.2524.2512.5015.007.756.5016.509.5020.25
GPT-4o43.0059.2530.0033.7553.7551.2524.7564.5034.0034.2543.5058.2521.0054.0057.75
o157.5071.7544.7554.7576.2545.5022.7568.2530.0045.7575.0043.5040.7547.5053.75
o329.7535.5018.0034.2543.2537.7522.2537.5016.0019.7547.7561.0024.7534.5041.25
Claude-Opus-4.634.2567.7515.2530.5030.7514.255.2531.756.754.7514.7535.0015.5023.5046.50
Figure 4: Performance comparison of different models.
Figure 4: Performance comparison of different models.
Table 4: Average performance on in-context (IC) shift tasks. MP: Misleading Premise, PA: Partial Answerability, and IQM: Image–Question Mismatch. Detailed results for all IC categories are provided in the Appendix.
YNMCQVQA
ModelMPPAIQMMPPAIQMMPPAIQM
Open-source LMMs
Qwen3-VL-2B86.0070.2571.5078.0067.5077.2563.0036.2582.75
Qwen3-VL-8B90.0072.2575.2584.7575.2590.2583.2558.0087.75
Qwen3-VL-30B88.5079.5078.5085.5082.0095.0076.5055.0082.75
Qwen3.5-27B88.2575.7579.2593.7585.5094.5090.5063.0089.00
Qwen3.5-122B-A10B80.2578.2575.7587.2590.5094.5090.2572.2586.75
LLaVA-1.5-7B55.5055.0058.0031.0034.0038.0028.0011.0055.25
InternVL3-2B76.2563.7559.7564.0068.0070.5052.0041.5073.25
InternVL3-8B71.7566.7562.0070.0071.5069.2562.5053.0070.75
Gemma-4-26B81.7579.0074.0089.2585.2583.2574.2567.5078.00
Gemma-4-31B75.7577.2567.7584.2584.7593.2575.7570.7580.50
Llama-4-Maverick76.0074.2571.7584.5086.5085.7577.5058.0080.00
Ministral-3-8B73.2572.7571.0080.2571.7590.0076.7564.2580.50
Ministral-3-14B75.2581.0072.5083.0078.5079.2565.2555.5073.50
Closed-source LMMs
Gemini-3.1-Pro70.7562.7559.5059.5058.7575.7561.5022.7552.00
GPT-4o82.5078.2572.0070.5076.2582.0076.7562.5080.25
o179.2581.2571.0079.5073.2585.2574.7556.5081.00
o378.2577.2563.7575.0075.2579.0071.0044.2585.25
Claude-Opus-4.688.2582.7572.5058.0045.2540.0021.7532.2535.75
Figure 6: Performance under different prompts.
Figure 6: Performance under different prompts.
Table A1: Question-only refusal performance, where models receive only the question without the associated image. Ref. denotes the refusal score. Higher values indicate a stronger tendency to identify the question as unanswerable in the absence of visual evidence.
ModelRef.
Open-source LMMs
Qwen3-VL-2B42.00
Qwen3-VL-8B30.00
Qwen3-VL-30B58.00
Qwen3.5-27B32.00
Qwen3.5-122B-A10B20.00
LLaVA-1.5-7B10.00
InternVL3-2B8.00
InternVL3-8B24.00
Gemma-4-26B92.00
Gemma-4-31B76.00
Llama-4-Maverick52.00
Ministral-3-8B78.00
Ministral-3-14B84.00
Closed-source LMMs
Gemini-3.1-Pro4.00
GPT-4o26.00
o178.00
o346.00
Claude-Opus-4.662.00
Figure 7: Robustness to misleading prompts, evaluated by our core metrics Rref (Refusal Rate) and Rrat (Reasoning Rationality).
Figure 7: Robustness to misleading prompts, evaluated by our core metrics Rref (Refusal Rate) and Rrat (Reasoning Rationality).
Table A2: Detailed performance on the OOC YesNo tasks. Ref., Rat., and Mean denote Refusal Rate, Refusal Rationality, and their average, respectively.
MAVFPUSPCULSMKB
ModelRef.Rat.MeanRef.Rat.MeanRef.Rat.MeanRef.Rat.MeanRef.Rat.Mean
Open-source LMMs
Qwen3-VL-2B10.0017.5013.758.0023.5015.752.009.505.756.0015.0010.5014.0024.0019.00
Qwen3-VL-8B16.0040.0028.0048.0069.5058.758.0023.5015.7526.0045.0035.5016.0044.5030.25
Qwen3-VL-30B36.0053.5044.7546.0070.0058.0012.0033.0022.5018.0035.5026.7528.0043.0035.50
Qwen3.5-27B22.0050.5036.2544.0082.5063.2510.0035.0022.5014.0042.0028.0028.0058.5043.25
Qwen3.5-122B-A10B16.0045.0030.5050.0080.5065.2512.0040.5026.2514.0042.5028.2518.0047.5032.75
LLaVA-1.5-7B0.003.501.752.0015.508.750.004.502.252.0010.506.250.006.003.00
InternVL3-2B18.0024.5021.2530.0049.0039.500.007.503.7512.0022.0017.0022.0035.0028.50
InternVL3-8B46.0050.5048.2546.0065.0055.506.0018.0012.0034.0044.5039.2542.0053.0047.50
Gemma-4-26B32.0047.0039.5058.0074.5066.2522.0033.5027.7542.0056.0049.0074.0078.5076.25
Gemma-4-31B52.0057.0054.5046.0062.5054.2532.0038.5035.2542.0051.5046.7570.0075.0072.50
Llama-4-Maverick32.0048.0040.0042.0060.5051.2512.0026.0019.0018.0037.5027.7524.0044.0034.00
Ministral-3-8B38.0055.5046.7550.0071.0060.5018.0035.0026.5024.0038.0031.0056.0067.5061.75
Ministral-3-14B34.0056.5045.2542.0063.5052.7522.0035.0028.5038.0053.5045.7558.0065.0061.50
Closed-source LMMs
Gemini-3.1-Pro4.005.504.7512.006.009.0028.0015.5021.7518.0037.5027.7532.009.5020.75
GPT-4o38.0048.0043.0046.0072.5059.2526.0034.0030.0026.0041.5033.7544.0063.5053.75
o152.0063.0057.5060.0083.5071.7538.0051.5044.7548.0061.5054.7572.0080.5076.25
o326.0033.5029.7527.0043.7535.5012.0024.0018.0026.0042.5034.2536.0050.5043.25
Claude-Opus-4.626.0042.5034.2560.0075.5067.754.0026.5015.2522.0039.0030.5020.0041.5030.75
Figure 8: Robustness to Gaussian noise, evaluated by accuracy (Acc) and reasoning rationality (Accrat).
Figure 8: Robustness to Gaussian noise, evaluated by accuracy (Acc) and reasoning rationality (Accrat).
Table A3: Detailed performance on the OOC MCQ tasks. Ref., Rat., and Mean denote Refusal Rate, Refusal Rationality, and their average, respectively.
MAVFPUSPCULSMKB
ModelRef.Rat.MeanRef.Rat.MeanRef.Rat.MeanRef.Rat.MeanRef.Rat.Mean
Open-source LMMs
Qwen3-VL-2B36.0044.0040.0022.0036.5029.2544.0047.0045.5016.0029.5022.7516.0027.0021.50
Qwen3-VL-8B32.0041.0036.5014.0030.0022.0070.0073.0071.5034.0045.0039.5028.0041.5034.75
Qwen3-VL-30B32.0042.5037.2528.0044.5036.2576.0077.5076.7526.0039.5032.7526.0051.0038.50
Qwen3.5-27B26.0039.0032.5016.0039.0027.5068.0070.5069.2510.0023.5016.7526.0045.0035.50
Qwen3.5-122B-A10B22.0034.5028.2524.0040.5032.2564.0071.5067.7528.0042.5035.2512.0034.0023.00
LLaVA-1.5-7B2.001.501.754.006.505.252.001.501.752.004.003.002.003.002.50
InternVL3-2B4.005.004.5012.0017.5014.754.004.504.2510.0012.5011.254.006.005.00
InternVL3-8B28.0031.5029.752.008.005.0048.0044.5046.2518.0024.5021.2516.0021.0018.50
Gemma-4-26B66.0074.5070.2520.0037.0028.5086.0084.0085.0050.0064.5057.2556.0066.5061.25
Gemma-4-31B48.0056.5052.2526.0042.5034.2588.0089.5088.7546.0049.0047.5040.0047.0043.50
Llama-4-Maverick26.0038.5032.2516.0036.5026.2538.0057.5047.2520.0034.0027.0032.0040.5036.25
Ministral-3-8B34.0049.0041.5026.0036.5031.2552.0056.5054.2518.0037.5027.7538.0051.0044.50
Ministral-3-14B44.0056.5050.2514.0035.0024.5076.0075.0075.5034.0050.0042.0030.0051.0040.50
Closed-source LMMs
Gemini-3.1-Pro4.005.004.5020.008.5014.2536.0012.5024.2520.005.0012.5020.0010.0015.00
GPT-4o50.0052.5051.2518.0031.5024.7564.0065.0064.5030.0038.0034.0030.0038.5034.25
o144.0047.0045.5018.0027.5022.7570.0066.5068.2526.0034.0030.0040.0051.5045.75
o338.0037.5037.7520.0024.5022.2538.0037.0037.5014.0018.0016.0018.0021.5019.75
Claude-Opus-4.610.0018.5014.252.008.505.2520.0043.5031.754.009.506.750.009.504.75
Table A4: Detailed performance on the OOC VQA tasks. Ref., Rat., and Mean denote Refusal Rate, Refusal Rationality, and their average, respectively.
MAVFPUSPCULSMKB
ModelRef.Rat.MeanRef.Rat.MeanRef.Rat.MeanRef.Rat.MeanRef.Rat.Mean
Open-source LMMs
Qwen3-VL-2B26.0026.0026.0030.0029.0029.506.0010.508.2512.0012.0012.0020.0023.5021.75
Qwen3-VL-8B52.0058.5055.2586.0086.0086.0022.0035.0028.5030.0040.0035.0046.0052.0049.00
Qwen3-VL-30B40.0044.5042.2554.0055.5054.7514.0026.0020.0016.0024.0020.0018.0020.5019.25
Qwen3.5-27B38.0054.0046.0084.0084.5084.2514.0041.5027.7538.0042.5040.2534.0044.0039.00
Qwen3.5-122B-A10B40.0052.0046.0084.0086.5085.2514.0039.0026.5036.0048.0042.0036.0047.0041.50
LLaVA-1.5-7B2.004.503.256.005.505.754.007.505.7514.0015.5014.756.0010.008.00
InternVL3-2B28.0028.5028.2530.0023.0026.508.0015.0011.5012.0019.0015.5032.0035.5033.75
InternVL3-8B18.0025.5021.7544.0042.0043.002.0012.007.0012.0019.0015.5030.0034.0032.00
Gemma-4-26B78.0080.5079.2588.0085.0086.5034.0045.0039.5054.0062.0058.0078.0082.0080.00
Gemma-4-31B72.0071.0071.5082.0084.0083.0034.0047.0040.5052.0056.0054.0070.0071.0070.50
Llama-4-Maverick48.0056.5052.2578.0078.5078.2512.0029.5020.7526.0037.5031.7554.0062.0058.00
Ministral-3-8B46.0063.0054.5056.0062.5059.2530.0036.0033.0028.0046.5037.2554.0062.0058.00
Ministral-3-14B49.2546.0052.5050.0051.5050.7510.0020.0015.0032.0041.0036.5030.0043.0036.50
Closed-source LMMs
Gemini-3.1-Pro8.007.507.7510.003.006.5022.0011.0016.5014.005.009.5030.0010.5020.25
GPT-4o42.0045.0043.5060.0056.5058.2516.0026.0021.0052.0056.0054.0054.0061.5057.75
o178.0072.0075.0046.0041.0043.5036.0045.5040.7544.0051.0047.5052.0055.5053.75
o348.0047.5047.7563.0059.0061.0022.0027.5024.7532.0037.0034.5042.0040.5041.25
Claude-Opus-4.612.0017.5014.7534.0036.0035.0010.0021.0015.5020.0027.0023.5044.0049.0046.50
Table A5: Detailed performance on the shifted in-context YesNo tasks. ACC, Acc.rat, and Mean denote answer accuracy, answer rationality, and their average, respectively.
MPPAIQM
ModelACCAcc.ratMeanACCAcc.ratMeanACCAcc.ratMean
Open-source LMMs
Qwen3-VL-2B88.0084.0086.0072.0068.5070.2562.0081.0071.50
Qwen3-VL-8B92.0088.0090.0074.0070.5072.2568.0082.5075.25
Qwen3-VL-30B86.0091.0088.5080.0079.0079.5070.0087.0078.50
Qwen3.5-27B84.0092.5088.2576.0075.5075.7568.0090.5079.25
Qwen3.5-122B-A10B70.0090.5080.2574.0082.5078.2566.0085.5075.75
LLaVA-1.5-7B56.0055.0055.5054.0056.0055.0050.0066.0058.00
InternVL3-2B82.0070.5076.2562.0065.5063.7548.0071.5059.75
InternVL3-8B64.0079.5071.7560.0073.5066.7548.0076.0062.00
Gemma-4-26B86.0077.5081.7582.0076.0079.0072.0076.0074.00
Gemma-4-31B72.0079.5075.7580.0074.5077.2560.0075.5067.75
Llama-4-Maverick66.0086.0076.0066.0082.5074.2568.0075.5071.75
Ministral-3-8B64.0082.5073.2568.0077.5072.7560.0082.0071.00
Ministral-3-14B74.0076.5075.2582.0080.0081.0064.0081.0072.50
Closed-source LMMs
Gemini-3.1-Pro74.0067.5070.7562.0063.5062.7554.0065.0059.50
GPT-4o78.0087.0082.5074.0082.5078.2558.0086.0072.00
o170.0088.5079.2576.0086.5081.2556.0086.0071.00
o376.0080.5078.2574.0080.5077.2550.0077.5063.75
Claude-Opus-4.682.0094.5088.2584.0081.5082.7558.0087.0072.50
Table A6: Detailed performance on the shifted in-context MCQ tasks. ACC, Acc.rat, and Mean denote answer accuracy, answer rationality, and their average, respectively.
MPPAIQM
ModelACCAcc.ratMeanACCAcc.ratMeanACCAcc.ratMean
Open-source LMMs
Qwen3-VL-2B90.0066.0078.0066.0069.0067.5084.0070.5077.25
Qwen3-VL-8B86.0083.5084.7574.0076.5075.2592.0088.5090.25
Qwen3-VL-30B92.0079.0085.5084.0080.0082.0094.0096.0095.00
Qwen3.5-27B98.0089.5093.7588.0083.0085.5096.0093.0094.50
Qwen3.5-122B-A10B88.0086.5087.2592.0089.0090.5096.0093.0094.50
LLaVA-1.5-7B36.0026.0031.0030.0038.0034.0042.0034.0038.00
InternVL3-2B78.0050.0064.0070.0066.0068.0084.0057.0070.50
InternVL3-8B84.0056.0070.0074.0069.0071.5078.0060.5069.25
Gemma-4-26B98.0080.5089.2586.0084.5085.2586.0080.5083.25
Gemma-4-31B90.0078.5084.2586.0083.5084.7594.0092.5093.25
Llama-4-Maverick94.0075.0084.5090.0083.0086.5092.0079.5085.75
Ministral-3-8B88.0072.5080.2568.0075.5071.7594.0086.0090.00
Ministral-3-14B90.0076.0083.0076.0081.0078.5080.0078.5079.25
Closed-source LMMs
Gemini-3.1-Pro58.0061.0059.5056.0061.5058.7578.0073.5075.75
GPT-4o76.0065.0070.5080.0072.5076.2590.0074.0082.00
o190.0069.0079.5074.0072.5073.2590.0080.5085.25
o388.0062.0075.0078.0072.5075.2588.0070.0079.00
Claude-Opus-4.662.0054.0058.0048.0042.5045.2542.0038.0040.00
Table A7: Detailed performance on the shifted in-context VQA tasks. ACC, Acc.rat, and Mean denote answer accuracy, answer rationality, and their average, respectively.
MPPAIQM
ModelACCAcc.ratMeanACCAcc.ratMeanACCAcc.ratMean
Open-source LMMs
Qwen3-VL-2B68.0058.0063.0022.0050.5036.2588.0077.5082.75
Qwen3-VL-8B86.0080.5083.2562.0054.0058.0090.0085.5087.75
Qwen3-VL-30B78.0075.0076.5044.0066.0055.0082.0083.5082.75
Qwen3.5-27B92.0089.0090.5056.0070.0063.0088.0090.0089.00
Qwen3.5-122B-A10B90.0090.5090.2568.0076.5072.2586.0087.5086.75
LLaVA-1.5-7B28.0028.0028.001.0021.0011.0058.0052.5055.25
InternVL3-2B56.0048.0052.0030.0053.0041.5078.0068.5073.25
InternVL3-8B70.0055.0062.5044.0062.0053.0076.0065.5070.75
Gemma-4-26B74.0074.5074.2558.0077.0067.5078.0078.0078.00
Gemma-4-31B78.0073.5075.7566.0075.5070.7580.0081.0080.50
Llama-4-Maverick80.0075.0077.5050.0066.0058.0080.0080.0080.00
Ministral-3-8B80.0073.5076.7558.0070.5064.2580.0081.0080.50
Ministral-3-14B60.0070.5065.2546.0065.0055.5072.0075.0073.50
Closed-source LMMs
Gemini-3.1-Pro64.0059.0061.5018.0027.5022.7550.0054.0052.00
GPT-4o80.0073.5076.7552.0073.0062.5082.0078.5080.25
o180.0069.5074.7552.0061.0056.5084.0078.0081.00
o380.0062.0071.0030.0058.5044.2592.0078.5085.25
Claude-Opus-4.622.0021.5021.7526.0038.5032.2534.0037.5035.75
Table A8: Refusal performance on image–question mismatch samples derived from MME, MMStar, and OK-VQA. The three subsets correspond to YesNo, multiple-choice, and open-ended VQA formats, respectively. Higher scores indicate stronger capability to identify and appropriately refuse image–question mismatches.
YesNoMCQVQA
ModelMME-MismatchMMStar-MismatchOK-VQA-Mismatch
Open-source LMMs
Qwen3-VL-2B1.0062.0060.00
Qwen3-VL-8B2.0066.0079.00
Qwen3-VL-30B4.0062.0083.00
Qwen3.5-27B7.0066.0060.00
Qwen3.5-122B-A10B32.0073.0071.00
LLaVA-1.5-7B0.002.006.00
InternVL3-2B58.0024.0077.00
InternVL3-8B32.0059.0085.00
Gemma-4-26B68.0073.0088.00
Gemma-4-31B67.0076.0089.00
Llama-4-Maverick73.0057.0073.00
Ministral-3-8B38.0069.0085.00
Ministral-3-14B39.0064.0068.00
Closed-source LMMs
Gemini-3.1-Pro45.0073.0082.00
GPT-4o94.0077.0086.00
o158.0072.0087.00
o354.0070.0079.00
Claude-Opus-4.632.0066.0070.00

研究结果

  • 18个模型在真正无法回答的问题(OOC)上得分普遍偏低且不稳定,空间与物理不确定、逻辑符号不清两类最难,例如Qwen3-VL-2B在空间与物理不确定类别上是非题仅5.75分、开放式问答仅8.25分。
  • 模型规模增大并不能稳定提升OOC表现:Qwen3-vl-30B优于Qwen3-vl-2B,但Qwen3.5-122B-A10B并未持续超过更小的Qwen3-vl系列模型。
  • 闭源模型中o1整体OOC表现最强,在是非题和开放式问答上排名第一、选择题上也具竞争力,而Gemini-3.1-Pro和Claude-Opus-4.6在多个OOC类别上仍表现出明显弱点。
  • 在可回答但有偏差的情形(Shifted IC)上,大多数模型表现明显优于OOC,但开放式问答中的部分可答性(Partial Answerability)类别依然薄弱,说明上下文偏移仍会干扰可靠作答。
  • 后训练方法(尤其是SFT,DPO效果稍逊)能在三个测试模型上同时提升拒答率和拒答合理性,但这种提升常伴随MMStar通用多模态能力的下降,显示出拒答对齐与通用能力之间的权衡。

可应用场景

  • 在图文问答类聊天机器人或视觉问答服务上线前,用于检测模型是否会对证据不足的问题编造答案。
  • 检验基于图像的客服或文档/图片查询工具是否对能够部分回答的问题过度拒答。
  • 在对模型做SFT、DPO等后训练时,用作衡量拒答对齐效果与通用多模态能力之间权衡的基准。

局限与待验证事项

  • 目前仅覆盖图文交互,扩展到视频、音频及具身环境是作者提出的未来方向。
  • 仅提供问题、不提供图像的实验(表A1)中,部分模型仅凭语言线索或保守拒答策略也能拿高分,说明该结果只能作为诊断性基线,不能证明真正的多模态推理能力。
  • 在取自MME、MMStar、OK-VQA的图文不匹配子集(表A8)上,不同题型(是非、选择、问答)之间模型表现差异很大,说明跨题型泛化能力有限。
  • 关于提示词类型、误导性提示、高斯噪声鲁棒性的分析仅在特定模型(如Qwen3-VL-8B、o1)上进行,并未覆盖全部18个模型。

为什么重要

如果多模态AI在图像无法支撑答案时仍自信地编造回答,会传播错误信息;而如果它对所有看起来含糊的问题一律拒答,又会失去实用性。MMOOC为开发者提供了同时衡量这两种失败模式的方法,对于部署图文问答类产品、需要判断模型何时该答、何时该拒答的场景具有参考价值。

本文术语

  • MLLM(多模态大语言模型) · 同时接收图像和文字输入并给出回答的AI模型
  • OOC(超出上下文) · 图像证据不足以支撑答案的真正无法回答的问题
  • Shifted In-Context(偏移的在场上下文) · 问题表述带有误导或偏差,但依然可以从图像中得出答案的情形
  • LLM-as-a-Judge · 用其他AI模型作为评委,给回答的正确性和合理性打分的评测方式
  • 拒答合理性(Refusal Rationality) · 衡量模型拒绝回答时给出的理由是否有依据、是否连贯的分数

论文原文摘要(英文)

Multimodal Large Language Models (MLLMs) have achieved strong performance on a wide range of vision-language tasks, but often fail under imperfect or shifted contexts. A reliable MLLM should refuse truly out-of-context (OOC) questions with subject-level context shifts while still answering shifted in-context (Shifted IC) questions with non-subject context shifts. Existing benchmarks mainly target OOC or visually unanswerable questions, but overlook answerable Shifted IC cases and cover limited OOC shifts. To fill this gap, we present MMOOC, a large-scale benchmark for evaluating refusal and robust answering abilities of MLLMs. MMOOC contains over 41K image-question pairs, including answerable Shifted IC cases and unanswerable OOC cases, spanning three question formats, eight shift types and six visual scenarios, with data quality ensured through MLLM-based filtering and human verification. We evaluate model responses using Accuracy and Refusal Rate, and further introduce an LLM-as-a-Judge metric to assess the correctness of model reasoning. Experiments on diverse MLLMs show that current models still struggle to balance answer-ability and refusal under shifted contexts. We further analyze key failure patterns and show that post-training can improve robustness. MMOOC will be made publicly available.

作者 · Wenjie Zhu

在 arXiv 阅读

最新论文

全部论文 →

METAL MEDIA 最新报道

图片来源: Wenjie Zhu et al., arXiv:2607.27637, arxiv-nonexclusive