Assessing Automated Fact-Checking for Medical LLM Responses with Knowledge Graphs
Shasha Zhou, Mingyu Huang, Jack Cole, Charles Britton, Ming Yin, Jan Wolber, Ke Li
TL;DR
This work tackles the problem of evaluating factuality in medical LLM outputs by introducing FAITH, an unsupervised, reference-free framework that grounds claims in a medical knowledge graph. FAITH decomposes responses into atomic claims, maps entities via UMLS, finds short evidence paths, and computes per-claim and overall factuality scores with interpretable explanations. Empirical results show FAITH correlates more strongly with clinician judgments than traditional NLP metrics or LLМ judges, is robust to paraphrase, and can be used to safeguard deployments via RTA and RAG, with successful applicability to medical summarization and MFV. The study also highlights dependencies on KG quality and claim extraction accuracy, suggesting future work to broaden KG coverage and improve extraction reliability.
Abstract
The recent proliferation of large language models (LLMs) holds the potential to revolutionize healthcare, with strong capabilities in diverse medical tasks. Yet, deploying LLMs in high-stakes healthcare settings requires rigorous verification and validation to understand any potential harm. This paper investigates the reliability and viability of using medical knowledge graphs (KGs) for the automated factuality evaluation of LLM-generated responses. To ground this investigation, we introduce FAITH, a framework designed to systematically probe the strengths and limitations of this KG-based approach. FAITH operates without reference answers by decomposing responses into atomic claims, linking them to a medical KG, and scoring them based on evidence paths. Experiments on diverse medical tasks with human subjective evaluations demonstrate that KG-grounded evaluation achieves considerably higher correlations with clinician judgments and can effectively distinguish LLMs with varying capabilities. It is also robust to textual variances. The inherent explainability of its scoring can further help users understand and mitigate the limitations of current LLMs. We conclude that while limitations exist, leveraging KGs is a prominent direction for automated factuality assessment in healthcare.
