Papers for

automated content verification teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Multimodal models detect errors across images videos and audio

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

Abstract: While Multimodal Large Language Models (MLLMs) have achieved remarkable progress across diverse tasks, they suffer from hallucinations where generated outputs contradict or misrepresent input semantics. Existing research typically addresses hallucination detection within a single modality or task type, limiting generalizability. We introduce OmniHallu, a unified hallucination detection framework spanning both comprehension and generation tasks across image, video, and audio modalities. We contribute OmniHallu-Bench, a 10,000-sample benchmark with claim-level human annotations covering six cross-modal tasks: image-to-text (I2T), video-to-text (V2T), audio-to-text (A2T), text-to-image (T2I), text-to-video (T2V), and text-to-audio (T2A). Our multi-agent architecture decomposes model outputs into atomic claims, verifies them through modality-specific experts, and aggregates evidence via structured reasoning. We further propose a preference-optimized trainable verifier that approximates the multi-agent decision boundary, reducing expert calls by 66% with minimal performance loss. Extensive experiments reveal a consistent modality-dependent performance gradient and provide fine-grained insights into cross-modal hallucination patterns.

Thu 10 SeptComputation and LanguageComputer Vision and Pattern Recognition
The gist
Multimodal large language models, which handle images, videos, and sounds along with text, sometimes make mistakes called hallucinations where they say things that don’t match the input. The authors created OmniHallu, a system that can find these mistakes for lots of different tasks and types of media all in one framework. They also made a big test set called OmniHallu-Bench with human-checked examples to help evaluate how well their system works. Their approach breaks down model outputs into small claims, checks each with specialists for the related media, and then combines this information carefully to decide if there’s a hallucination. They also built a faster version that keeps accuracy while needing fewer checks.
Open 2609.11244v1