CLDec 17, 2024

FactEHR: A Dataset for Evaluating Factuality in Clinical Notes Using LLMs

arXiv:2412.12422v24 citationsh-index: 13
Originality Synthesis-oriented
AI Analysis

This addresses the need for better LLM capabilities to support factual verification in clinical text, which is crucial for safe healthcare applications, though it is incremental as it builds on existing fact decomposition methods.

The authors tackled the problem of evaluating factuality in clinical notes by creating FactEHR, a dataset of 2,168 clinical notes with 987,266 entailment pairs for fact decomposition, and found substantial variability in LLM performance, with Gemini-1.5-Flash generating accurate facts while Llama-3 8B produced less consistent outputs.

Verifying and attributing factual claims is essential for the safe and effective use of large language models (LLMs) in healthcare. A core component of factuality evaluation is fact decomposition, the process of breaking down complex clinical statements into fine-grained atomic facts for verification. Recent work has proposed fact decomposition, which uses LLMs to rewrite source text into concise sentences conveying a single piece of information, to facilitate fine-grained fact verification. However, clinical documentation poses unique challenges for fact decomposition due to dense terminology and diverse note types and remains understudied. To address this gap and explore these challenges, we present FactEHR, an NLI dataset consisting of document fact decompositions for 2,168 clinical notes spanning four types from three hospital systems, resulting in 987,266 entailment pairs. We assess the generated facts on different axes, from entailment evaluation of LLMs to a qualitative analysis. Our evaluation, including review by the clinicians, reveals substantial variability in LLM performance for fact decomposition. For example, Gemini-1.5-Flash consistently generates relevant and accurate facts, while Llama-3 8B produces fewer and less consistent outputs. The results underscore the need for better LLM capabilities to support factual verification in clinical text.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes