CLAILGMLJul 31, 2024

Cost-Effective Hallucination Detection for LLMs

arXiv:2407.21424v221 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the challenge of reliable hallucination detection for LLM applications in production settings, offering a cost-effective solution that is incremental in improving existing detection pipelines.

The paper tackled the problem of detecting hallucinations in large language model outputs by proposing a multi-scoring framework that combines and calibrates various detection methods, achieving top performance across datasets while reducing computational costs by matching or outperforming more expensive methods.

Large language models (LLMs) can be prone to hallucinations - generating unreliable outputs that are unfaithful to their inputs, external facts or internally inconsistent. In this work, we address several challenges for post-hoc hallucination detection in production settings. Our pipeline for hallucination detection entails: first, producing a confidence score representing the likelihood that a generated answer is a hallucination; second, calibrating the score conditional on attributes of the inputs and candidate response; finally, performing detection by thresholding the calibrated score. We benchmark a variety of state-of-the-art scoring methods on different datasets, encompassing question answering, fact checking, and summarization tasks. We employ diverse LLMs to ensure a comprehensive assessment of performance. We show that calibrating individual scoring methods is critical for ensuring risk-aware downstream decision making. Based on findings that no individual score performs best in all situations, we propose a multi-scoring framework, which combines different scores and achieves top performance across all datasets. We further introduce cost-effective multi-scoring, which can match or even outperform more expensive detection methods, while significantly reducing computational overhead.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes