English

Provenance: A Light-weight Fact-checker for Retrieval Augmented LLM Generation Output

Computation and Language 2024-11-25 v1

Abstract

We present a light-weight approach for detecting nonfactual outputs from retrieval-augmented generation (RAG). Given a context and putative output, we compute a factuality score that can be thresholded to yield a binary decision to check the results of LLM-based question-answering, summarization, or other systems. Unlike factuality checkers that themselves rely on LLMs, we use compact, open-source natural language inference (NLI) models that yield a freely accessible solution with low latency and low cost at run-time, and no need for LLM fine-tuning. The approach also enables downstream mitigation and correction of hallucinations, by tracing them back to specific context chunks. Our experiments show high area under the ROC curve (AUC) across a wide range of relevant open source datasets, indicating the effectiveness of our method for fact-checking RAG output.

Keywords

Cite

@article{arxiv.2411.01022,
  title  = {Provenance: A Light-weight Fact-checker for Retrieval Augmented LLM Generation Output},
  author = {Hithesh Sankararaman and Mohammed Nasheed Yasin and Tanner Sorensen and Alessandro Di Bari and Andreas Stolcke},
  journal= {arXiv preprint arXiv:2411.01022},
  year   = {2024}
}

Comments

To appear in Proceedings of EMNLP 2024 Industry Track

R2 v1 2026-06-28T19:45:04.286Z