Believing without Seeing:
Quality Scores for Contextualizing
Vision-Language Model Explanations

1University of Southern California    2Carnegie Mellon University
ACL 2026 (Main Conference)

TL;DR

Even without seeing the image, users can decide when to trust a VLM if we show two simple scores beside its explanation. We propose Visual Fidelity and Contrastiveness; together they raise user accuracy by 11.1% and cut belief in wrong answers by 15.4%.

A VLM is asked what time of day a photo depicts. The VLM answers Noon and gives a fluent explanation about shadows and a clock on the building. Existing explanation scores call the explanation high quality, but our Visual Fidelity and Contrastiveness scores show that the rationale is partially hallucinated and does not rule out other times of day.

A VLM explanation can sound convincing while supporting an incorrect answer. Visual Fidelity and Contrastiveness contextualize the explanation against the image and against the alternative answers, giving users a clearer signal of when to trust the model.

Motivation

Users often trust VLMs without seeing the image

In many real settings, the person querying a VLM cannot inspect the visual input. An incorrect answer paired with a fluent explanation is hard to catch.

Blind and low vision users

Asking questions about photos they captured but cannot inspect.

Multimodal digital agents

Acting on visual web pages and screens on a user's behalf.

Human and robot teams

A remote operator relies on what the robot reports seeing.

VLMs hallucinate visual details and make overconfident predictions. Both failure modes are nearly invisible to a user who cannot check the image themselves.

The Gap

Existing explanation scores ignore the image

Prior explanation qualities were built for text only language models. None of them look at the visual context, and we find they are poorly calibrated to VLM accuracy.

Simulatability

Does the explanation entail the model's prediction?

Hase et al., 2020
Informativeness

Does it add new information beyond restating the answer?

Chen et al., 2023
Plausibility

Does it agree with commonsense priors?

Liu et al., 2023

All three are blind to the image.

Our Approach

Two complementary trust cues

Both scores require no training and use off the shelf models.

Photo of a stone clock tower with a clock face on its upper section, set against a partly cloudy sky.

Running example (used by both scores below)

Q: What time of day does this photo show?

Choices: morning, noon, afternoon, dawn  ·  VLM answer: noon  ·  VLM explanation: "a clock on the building and shadows show the sun at its peak..."

Visual Fidelity (VF)

Is the explanation faithful to the image?

Flags hallucinated details that are not actually visible. Decomposes the explanation into atomic visual claims and verifies each one with a separate verifier VLM. The score is the fraction of claims confirmed.

Worked example
  1. Explanation: "a clock on the building ... shadows show the sun at its peak"
  2. Generate yes or no checks: "Is there a clock on the building?" · "Do shadows show peak sun?"
  3. Verify against the image: clock ✓ confirmed, shadows ✗ not present
SVF = 1 / 2 = 0.50

Half of the explanation is not supported by the image.

Contrastiveness (Contr.)

Does the explanation rule out the alternatives?

Flags when the discriminative cue for the answer is missing. Masks every candidate answer in the explanation and uses a natural language inference model to measure how strongly the masked text entails each option.

Worked example
OptionP(expl. entails option)
dawn0.01
morning0.01
noon0.98
afternoon0.72
SContr. = 0.98 / (0.01 + 0.01 + 0.98 + 0.72) = 0.57

"noon" scores high, but "afternoon" is barely ruled out, so the discriminative cue is missing.

Combining the two scores

We compare three combinations on every downstream evaluation: Avg(VF, Contr.), Prod(VF, Contr.), and Min(VF, Contr.). The product, Prod(VF, Contr.), is consistently the strongest and is what we use for the headline user study result.

Evaluation

Better calibrated with model correctness

3 VLMs (LLaVA-1.5-7B, Qwen2.5-VL-7B, GPT-4o) · 3 tasks (A-OKVQA, VizWiz, MMMU-Pro) · 2 calibration metrics (Discriminability, ECE). Combining Visual Fidelity and Contrastiveness gives the best overall result.

Reliability diagrams for six scoring functions on A-OKVQA with Qwen2.5-VL-7B. Simulatability, Informativeness, and Plausibility are poorly calibrated. Visual Fidelity and Contrastiveness are better calibrated. Avg(VF, Contr.) achieves ECE of 0.054, the best of all functions.

Reliability diagrams on A-OKVQA with Qwen2.5-VL-7B. Bars closer to the dashed diagonal mean the score better reflects the actual accuracy. Avg(VF, Contr.) reaches an ECE of 0.054 versus 0.219 for Simulatability and 0.270 for Plausibility.

User Study

Does showing the scores actually help users?

Participants see the question, the VLM's answer and explanation, and a quality score. They never see the image. They mark the answer as correct, incorrect, or unsure. A-OKVQA and VizWiz, 100 questions each, 30 participants per condition.

Screenshot of the user study interface. The participant sees the question, the VLM answer, the VLM explanation, and optionally a quality score. They choose The AI's answer is correct, The AI's answer is incorrect, or I am unsure based on the information provided.

The study interface. Participants see everything except the image.

The combined score helps users most

+11.1%
User Accuracy
at telling correct from incorrect predictions
−15.4%
Overreliance
fewer cases of believing an incorrect answer
−5.3%
Underreliance
fewer correct answers wrongly rejected

Every quality score condition beats the explanation only and random score baselines. The combined product gives the largest and most consistent lift.

Bar charts comparing User Accuracy, Overreliance, and Underreliance across six conditions on A-OKVQA and VizWiz. Prod(VF, Contr.) achieves the highest User Accuracy and the lowest Overreliance.

Effect of presenting different scores to users on A-OKVQA and VizWiz. Asterisks mark significant improvements over the explanation only baseline (*: p < 0.05, **: p < 0.01).

Going Deeper

Why does showing scores help?

1

Label does not matter

Relabeling the same number as "Visual Fidelity", "Contrastiveness", or a generic "AI confidence" gives near identical user behavior. The signal's distribution is what drives reliance, not its name.

2

Descriptions can help

Replacing a number with a short description of verified versus missing evidence performs comparably and reduces overreliance for Visual Fidelity. Transparency makes the evaluation more interpretable.

3

Calibration predicts utility

Across all conditions, calibration error (ECE) negatively correlates with downstream user accuracy and overreliance. ECE explains roughly 60% of the variance.

Takeaways

Contextualizing explanations builds appropriate trust

  • Two new explanation qualities centered on the visual input: Visual Fidelity and Contrastiveness, both training free and well calibrated to model correctness.
  • Real downstream utility: showing the scores improves user accuracy and reduces overreliance in a controlled user study.

Future Directions

Adaptive reliance

Learn when to show or suppress scores, for example with bandit style abstention.

Better explanations

Use quality scores as a training signal for explanation generation.

Trust over time

Study how explanation quality shapes user reliance across repeated interactions.

BibTeX

@inproceedings{he2026believing,
  title={Believing without Seeing: Quality Scores for Contextualizing Vision-Language Model Explanations},
  author={He, Keyu and Srinivasan, Tejas and Joshi, Brihi and Ren, Xiang and Thomason, Jesse and Swayamdipta, Swabha},
  booktitle={Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
  pages={14764--14789},
  year={2026}
}