MedRAGChecker: Claim-Level Verification for Biomedical Retrieval-Augmented Generation
Yuelyu Ji, Min Gu Kwak, Hang Zhang, Xizhi Wu, Chenyu Li, Yanshan Wang
TL;DR
MedRAGChecker tackles the risk of unsafe or unsupported biomedical outputs in retrieval-augmented generation by decomposing long-form answers into atomic claims and verifying each claim with a dual signal: textual NLI from teacher-distilled checkers and a KG-based consistency signal from DRKG, fused into a calibrated per-claim score $P^\star$ that drives diagnostics. The approach is distilled into compact student models for claim extraction and verification to enable scalable evaluation, validated against human judgments. Experiments on PubMedQA, MedQuAD, LiveQA, and MedRedQA reveal that MedRAGChecker reliably flags unsupported and contradicted claims and uncovers distinct risk profiles across generators, especially for safety-critical relations. The work provides a practical, scalable framework for claim-level grounding in biomedical RAG, enhancing safety and interpretability in real-world medical QA systems.
Abstract
Biomedical retrieval-augmented generation (RAG) can ground LLM answers in medical literature, yet long-form outputs often contain isolated unsupported or contradictory claims with safety implications. We introduce MedRAGChecker, a claim-level verification and diagnostic framework for biomedical RAG. Given a question, retrieved evidence, and a generated answer, MedRAGChecker decomposes the answer into atomic claims and estimates claim support by combining evidence-grounded natural language inference (NLI) with biomedical knowledge-graph (KG) consistency signals. Aggregating claim decisions yields answer-level diagnostics that help disentangle retrieval and generation failures, including faithfulness, under-evidence, contradiction, and safety-critical error rates. To enable scalable evaluation, we distill the pipeline into compact biomedical models and use an ensemble verifier with class-specific reliability weighting. Experiments on four biomedical QA benchmarks show that MedRAGChecker reliably flags unsupported and contradicted claims and reveals distinct risk profiles across generators, particularly on safety-critical biomedical relations.
