ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.CLPaper

Seeing Red, Thinking Bad: Color Bias in Vision Language Models

VLMs are vulnerable to visual adversarial inputs that don't change the text itself. Coloring words green shifts sentiment predictions upward, and models fail to properly weight negative words. This matters if you're deploying VLMs for content moderation, sentiment analysis, or recruitment support, where adversarial styling could manipulate results. The attack is subtle enough to evade traditional content filters. Test your VLM pipelines for this vulnerability before shipping them in high-stakes contexts.

arXiv cs.CLPaper

AnchorBench: A Multi-Pathway Benchmark for the Anchoring Effect in LLMs

Anchoring bias is real in LLMs and varies with how the anchor is introduced. This is useful for understanding failure modes, especially in decision-support systems where adversarial anchoring could affect outcomes. The benchmark is solid, but the practical implications for deployment are unclear. If you're building systems where users can inject prompts that influence judgments, you should care about this; if you're using models only as components in deterministic pipelines, the risk is lower.

arXiv cs.LGPaper

Learning When to Trust via Selective Context Preference Optimization

This targets a real production problem: RAG and tool-augmented systems fail silently when a model either blindly trusts bad retrieved context or becomes so defensive it ignores good context. The paired benchmark design across clean, misleading, correct, and irrelevant conditions is the useful part, since it lets you actually measure susceptibility rather than eyeball it. Teams building retrieval pipelines should treat this as a checklist for evaluating their own context-injection robustness before shipping.