FactSelfCheck: Fact-Level Black-Box Hallucination Detection for LLMs
Albert Sawczyn, Jakub Binkowski, Denis Janiak, Bogdan Gabrys, Tomasz Kajdanowicz
TL;DR
This work introduces FactSelfCheck, a zero-resource, black-box approach for detecting hallucinations at the fact level in LLM outputs by constructing and comparing knowledge-graph-based facts across multiple samples. It presents two scoring variants (FactSelfCheck-KG and FactSelfCheck-Text) and demonstrates that fact-level detection can closely match or exceed sentence-level methods in detection while substantially improving hallucination correction. The authors also release FavaMultiSamples, a new benchmark for evaluating sampling-based hallucination methods, and provide extensive experiments showing competitive performance and practical benefits. The approach offers interpretable, fine-grained insights into factuality without external knowledge sources, broadening applicability across domains and model families, and highlighting pathways for more reliable long-form generation. Despite higher computational cost and dataset limitations, FactSelfCheck advances precise handling of hallucinations and paves the way for future fact-level evaluation datasets and efficiency improvements.
Abstract
Large Language Models (LLMs) frequently generate hallucinated content, posing significant challenges for applications where factuality is crucial. While existing hallucination detection methods typically operate at the sentence level or passage level, we propose FactSelfCheck, a novel zero-resource black-box sampling-based method that enables fine-grained fact-level detection. Our approach represents text as interpretable knowledge graphs consisting of facts in the form of triples, providing clearer insights into content factuality than traditional approaches. Through analyzing factual consistency across multiple LLM responses, we compute fine-grained hallucination scores without requiring external resources or training data. Our evaluation demonstrates that FactSelfCheck performs competitively with leading sentence-level sampling-based methods while providing more detailed and interpretable insights. Most notably, our fact-level approach significantly improves hallucination correction, achieving a 35.5% increase in factual content compared to the baseline, while sentence-level SelfCheckGPT yields only a 10.6% improvement. The granular nature of our detection enables more precise identification and correction of hallucinated content. Additionally, we contribute FavaMultiSamples, a novel dataset that addresses a gap in the field by providing the research community with a second dataset for evaluating sampling-based methods.
