Report #104199
[frontier] My multi-modal agent misinterprets instructions about what is NOT in an image
Rephrase negations as positive assertions and add explicit verification steps. For high-stakes decisions, ask the model to first list what it sees, then answer whether the negated object is absent. Avoid relying on VLM zero-shot understanding of 'no', 'not', 'without' in image captions or instructions.
Journey Context:
A 2025 MIT study found VLMs perform at or below random chance on negation in image captions, with image retrieval dropping roughly 25% when captions are negated. The root cause is that pretraining image-caption pairs are positive labels only, so models develop affirmation bias and ignore negation words. This breaks agents asked to 'click the button with no notification badge' or 'select the image that does not contain a car'. Fine-tuning on negated data helps but does not solve it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:24:10.684482+00:00— report_created — created