CXR-ContraBench: Benchmarking Negated-Option Attraction in Medical VLMs
This paper introduces CXR-ContraBench, a benchmark revealing that medical vision-language models frequently suffer from "negated-option attraction"—a clinically dangerous failure where they select negated answers contradicting visual evidence—and demonstrates that a deterministic consistency verifier can effectively repair these polarity errors without retraining.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are taking a medical exam where a doctor shows you an X-ray of a chest and asks, "What do you see here?" The correct answer is clearly visible: there is a patch of white cloudiness called "consolidation."
Now, imagine the exam gives you three choices:
A) Consolidation
B) No consolidation
C) Atelectasis (a different condition)
A smart computer program (a Medical Vision-Language Model) should look at the picture, see the cloudiness, and pick A. But according to this paper, many of the smartest AI models today are failing spectacularly. Instead of picking A, they get hypnotized by the word "No" in option B and confidently say, "No consolidation."
This isn't just a small mistake; it's a polarity reversal. The AI is looking at a picture of a problem and telling you the problem isn't there. In the real world, if a doctor's AI assistant told a patient "You don't have pneumonia" when they actually did, that could be dangerous.
The Problem: The "No" Trap
The authors call this failure "Negated-Option Attraction."
Think of it like a child playing a game of "Simon Says." If the teacher says, "Touch your nose," the child touches their nose. But if the teacher says, "Touch your nose" and then adds a giant, flashing sign that says "DON'T TOUCH YOUR NOSE," the child might get confused and touch their nose anyway, or worse, touch their ear because they are so focused on the "Don't" sign.
In these AI models, the presence of a "No" option in the list of answers seems to act like a giant flashing sign. Even when the image clearly shows a disease, the AI gets drawn to the option that says "No [Disease]" and picks it, completely ignoring what it sees in the picture.
The Solution: A New Test and a "Safety Net"
To prove this was a real problem and not just a fluke, the researchers built a new test called CXR-ContraBench.
- The Test: They created thousands of questions where the answer is obvious (the disease is there), but the choices include a "trick" option that says "No disease."
- The Results: The results were shocking. On a strict test, top-tier AI models like MedGemma and Qwen2.5-VL got the answer right only about 30% of the time. They were failing more often than they were succeeding.
- The "Chain of Thought" Failure: The researchers tried a common trick used to fix AI errors: asking the AI to "think step-by-step" before answering (like a student showing their work). Unfortunately, this didn't fix the problem. The AI would still get confused and pick the "No" option, sometimes even getting worse at it.
The Fix: The "Polarity Police"
Since the AI couldn't fix itself by thinking harder, the researchers built a simple, deterministic "safety net" called QCCV-Neg.
Think of this as a spell-checker for logic. It doesn't try to re-teach the AI how to see. Instead, it looks at the AI's final answer and asks three simple questions:
- Did the question ask what is present?
- Did the AI pick an option that starts with "No"?
- Is there an option in the list that says the disease is present?
If the answer to all three is "Yes," the safety net instantly swaps the wrong answer for the right one. It's like a teacher walking by, seeing a student circle "No consolidation," and immediately circling "Consolidation" instead without changing the student's brain.
The Result: With this safety net, the AI's accuracy jumped from 30% to over 96%. It didn't need to be retrained; it just needed a simple check at the very end.
The Big Takeaway
The paper warns us that average scores can lie. An AI might look very smart on general tests, but if it has a specific blind spot for "No" words, it can make dangerous, contradictory mistakes that hide in the data.
The authors show that:
- The Problem is Real: AI models are systematically confused by "No" options in medical images.
- Thinking Doesn't Always Help: Asking the AI to "reason" didn't stop the confusion.
- A Simple Fix Works: A targeted, rule-based check can catch these specific errors instantly, turning a failing grade into an A+ without needing to rebuild the AI from scratch.
In short, the paper exposes a specific "glitch" where AI models get tricked by negative words, and it offers a simple, instant patch to stop that glitch from happening.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.