LatentAudit: Real-Time White-Box Faithfulness Monitoring for Retrieval-Augmented Generation with Verifiable Deployment
arXiv cs.AI / 4/8/2026
📰 NewsSignals & Early TrendsIdeas & Deep AnalysisTools & Practical UsageModels & Research
Key Points
- LatentAudit proposes a white-box, real-time faithfulness monitor for retrieval-augmented generation (RAG) that uses mid-to-late residual-stream activations from an open-weight model to assess whether an answer is supported by retrieved evidence.
- The method computes a Mahalanobis-distance-based quadratic rule over evidence-aligned activation representations, avoiding an auxiliary judge model while remaining simple to calibrate on a small held-out set.
- Experiments on PubMedQA (with Llama-3-8B) and additional QA benchmarks show high AUROC performance with low inference overhead, and the monitor’s effectiveness persists across multiple model families and under realistic retrieval failures and adversarial stress conditions.
- The authors demonstrate robustness to architectural changes and retrieval noise, and show that the audit rule can be verified publicly using Groth16 while keeping model weights and activations hidden, with minimal degradation under 16-bit fixed-point precision.



