paper-with-me

Papers

FactSelfCheck: Fact-Level Black-Box Hallucination Detection for LLMs

2025-03-21 · Albert Sawczyn, Jakub Binkowski, Denis Janiak, Bogdan Gabrys, Tomasz Kajdanowicz

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 black-box sampling-based method that enables fine-grained fact-level detection. Our approach represents text as knowledge graphs consisting of facts in the form of triples. 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 sampling-based methods while providing more detailed insights. Most notably, our fact-level approach significantly improves hallucination correction, achieving a 35% increase in factual content compared to the baseline, while sentence-level SelfCheckGPT yields only an 8% improvement. The granular nature of our detection enables more precise identification and correction of hallucinated content.

📄 PDF Abstract BibTeX arXiv:2503.17229

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge GraphsSentence

Similar Papers 제목 키워드 기반

Black-Box Hallucination Detection via Consistency Under the Uncertain Expression

2025-09-26 · Seongho Joo, Kyungmin Min, Jahyun Koo, Kyomin Jung arxiv

Despite the great advancement of Language modeling in recent days, Large Language Models (LLMs) such as GPT3 are notorious for generating non-factual responses, so-called "hallucination" problems. Existing methods for de…

SAC3: Reliable Hallucination Detection in Black-Box Language Models via Semantic-aware Cross-check Consistency

2023-11-03 · Jiaxin Zhang, Zhuohang Li, Kamalika Das, Bradley A. Malin 외

Hallucination detection is a critical step toward understanding the trustworthiness of modern language models (LMs). To achieve this goal, we re-examine existing detection approaches based on the self-consistency of LMs …

HallucinationQuestion Answering

SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models

2023-03-15 · Potsawee Manakul, Adian Liusie, Mark J. F. Gales

Generative Large Language Models (LLMs) such as GPT-3 are capable of generating highly fluent responses to a wide variety of user prompts. However, LLMs are known to hallucinate facts and make non-factual statements whic…

Fact CheckingHallucinationSentence

AutoHall: Automated Hallucination Dataset Generation for Large Language Models

2023-09-30 · Zouying Cao, Yifei Yang, Hai Zhao

While Large language models (LLMs) have garnered widespread applications across various domains due to their powerful language understanding and generation capabilities, the detection of non-factual or hallucinatory cont…

Dataset GenerationFact CheckingHallucination

Entropy Distribution as a Fingerprint for Hallucinations in Generative Models

2026-05-27 · Mattia J. Villani, Pranav Deshpande, Akshay Seshadri, Romina Yalovetzky 외 arxiv

Large Language Models (LLMs) often generate factually incorrect outputs, commonly termed hallucinations, that undermine trust and limit deployment in high-stakes settings. Existing hallucination detection methods typical…