paper-with-me

홈 › Papers

Decomposed Entailment for Factuality Checking and Hallucination Detection

2026-08-06 · Achir Oukelmoun, Nasredine Semmar, Gaël De Chalendar arxiv

The reliability of Large Language Models (LLMs) is often compromised by factual inconsistencies, including hallucinations---cases where generated content is not supported by the underlying source. We present HallDetect, a lightweight, reference-free, and black-box framework for hallucination detection that we evaluate not only on summarization but across a broader range of source-grounded generation settings. HallDetect builds on decomposition-based factuality evaluation: generated content is decomposed into atomic claims, each verified by a compact encoder-based entailment model through a contrastive formulation over a multi-scale library of source chunks, and aggregated with an asymmetric score in which a single confidently contradicted claim flags the response. Under a controlled protocol in which all methods share the same 4-bit quantized backbones and consumer-grade hardware budget, HallDetect outperforms comparably resourced generative and embedding-based baselines on three of four benchmarks while remaining stable across backbone families, and yields a claim-to-span audit trail that localizes each error.

📄 PDF Abstract BibTeX arXiv:2608.05823

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HKD4VLM: A Progressive Hybrid Knowledge Distillation Framework for Robust Multimodal Hallucination and Factuality Detection in VLMs

2025-06-16 · Zijian Zhang, Xuecheng Wu, Danlei Huang, Siyu Yan 외

Driven by the rapid progress in vision-language models (VLMs), the responsible behavior of large-scale multimodal models has become a prominent research area, particularly focusing on hallucination detection and factuali…

HallucinationKnowledge Distillation

Teaching Language Models to Check Grounded Claim Factuality with Human Test-Taking Strategies

2026-05-28 · Yuxuan Ye, Raul Santos-Rodriguez, Edwin Simpson arxiv

Grounded claim factuality checking is important for large language model (LLM) applications such as retrieval-augmented generation, as it helps users assess the correctness of generated outputs. Existing metrics using en…

Reading Comprehension

Measuring text summarization factuality using atomic facts entailment metrics in the context of retrieval augmented generation

2024-08-27 · N. E. Kriman

The use of large language models (LLMs) has significantly increased since the introduction of ChatGPT in 2022, demonstrating their value across various applications. However, a major challenge for enterprise and commerci…

HallucinationRetrieval-augmented GenerationText Summarization

VERITAS: A Unified Approach to Reliability Evaluation

2024-11-05 · Rajkumar Ramamurthy, Meghana Arakkal Rajeev, Oliver Molenschot, James Zou 외

Large language models (LLMs) often fail to synthesize information from their context to generate an accurate response. This renders them unreliable in knowledge intensive settings where reliability of the output is key. …

Fact CheckingHallucinationQuestion 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