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

CiteGuard-RAG: A Validation-Centered AI System for Evidence-Grounded Question Answering

This is the missing piece for production RAG: runtime validation that detects when the system is about to hallucinate and either fixes it or refuses to answer. The numbers are from controlled domains, but the architecture is general. If you're shipping RAG systems into regulated spaces like legal or compliance, this approach to grounding and citation validation is now table stakes.

arXiv cs.CLPaper

OmniHallu: Unified Hallucination Detection for Cross-Modal Comprehension and Generation in Multimodal Large Language Models

Hallucination detection is moving from single-modality patches toward general-purpose cross-modal verification. The 10k-sample benchmark is useful, but the real signal is that hallucination is now tractable enough to be treated as a pipeline problem rather than a model training problem. If you're shipping multimodal generation in production, this is one data point toward a verification architecture.

arXiv cs.CLPaper

How Much Do Legal RAG Systems Still Hallucinate?

This is a reality check on production RAG in a domain where mistakes have real consequences. The finding that no system is uniformly good, and that false-premise questions break even the best ones, matters if you're deploying legal AI. The lesson: RAG alone doesn't solve hallucination in law. You need a human loop or a classifier that catches the bad cases, and this paper gives you a baseline to test against.

arXiv cs.CLPaper

Beyond Majority Vote: Multi-Perspective Adjudication for Medical Hallucination Detection

This cuts at a core eval problem: how do you build reliable benchmarks for factual grounding when the ground truth itself is contested? The finding that LLM-as-a-Judge is necessary but insufficient is practical; the finding that expert adjudicators disagree is sobering. For anyone building medical AI or evaluating factual systems, this signals that your benchmark is probably incomplete. The method doesn't solve the problem, but it makes the problem visible, which is the first step.

arXiv cs.CLPaper

When Do Supervised UQ Ensembles Improve LLM Hallucination Detection? A Robustness Study

This is a useful robustness check for anyone actually deploying hallucination detectors rather than just reading papers about them. The finding that ensembles win almost universally, with sample efficiency and domain transfer data included, gives practitioners a defensible default choice. Not a breakthrough, but the kind of evaluation work that should inform which detection stack you ship.

arXiv cs.AIPaper

GRIP: Grounded Reasoning via Information-Restricted Premises

Query dominance in RAG is a real problem: the model learns to ignore retrieved evidence when it conflicts with the query. This paper's solution is elegant and empirically strong. If you're building RAG systems where evidence quality matters, this is worth testing because the 73% hallucination reduction is not incremental noise.

arXiv cs.CLPaper

Toward a Gricean Retreat: Probing LLMs for Knowledge Boundaries and Referent Specificity

The finding that matters is the disconnect between what a model internally knows about its own uncertainty and what it actually outputs. It suggests hallucination on rare entities isn't a knowledge gap so much as a generation-time calibration failure, which means steering or decoding-time interventions could plausibly fix a chunk of it without retraining. Worth tracking for anyone building factuality guardrails or RAG confidence scoring.