ReXTrust: A Model for Fine-Grained Hallucination Detection in AI-Generated Radiology Reports
Romain Hardy, Sung Eun Kim, Du Hyun Ro, Pranav Rajpurkar
TL;DR
ReXTrust tackles the critical problem of hallucinations in AI-generated radiology reports by introducing a white-box detector that analyzes sequences of LVLM hidden states with a self-attention module to yield finding-level hallucination risk scores. Trained on MIMIC-CXR with GPT-4o entailment-based labels and evaluated via 5-fold CV, it demonstrates strong discriminative power, achieving AUROC values of $0.8751$ overall and $0.8963$ on clinically significant findings. The method outperforms black-box and other white-box baselines, with additional gains from self-attention and a complementary ensemble with RadFlag. The work highlights the value of hidden-state signals for improving safety and reliability in medical AI report generation, and discusses generalizability to other architectures, limitations of supervision, and avenues for future improvements such as better visual grounding.
Abstract
The increasing adoption of AI-generated radiology reports necessitates robust methods for detecting hallucinations--false or unfounded statements that could impact patient care. We present ReXTrust, a novel framework for fine-grained hallucination detection in AI-generated radiology reports. Our approach leverages sequences of hidden states from large vision-language models to produce finding-level hallucination risk scores. We evaluate ReXTrust on a subset of the MIMIC-CXR dataset and demonstrate superior performance compared to existing approaches, achieving an AUROC of 0.8751 across all findings and 0.8963 on clinically significant findings. Our results show that white-box approaches leveraging model hidden states can provide reliable hallucination detection for medical AI systems, potentially improving the safety and reliability of automated radiology reporting.
