English

Decomposed Entailment for Factuality Checking and Hallucination Detection

Computation and Language 2026-08-06 v1

Abstract

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.

Cite

@article{arxiv.2608.05823,
  title  = {Decomposed Entailment for Factuality Checking and Hallucination Detection},
  author = {Achir Oukelmoun and Nasredine Semmar and Gaël De Chalendar},
  journal= {arXiv preprint arXiv:2608.05823},
  year   = {2026}
}