CLAIDec 19, 2023

On Early Detection of Hallucinations in Factual Question Answering

arXiv:2312.14183v369 citationsh-index: 1KDD
Originality Incremental advance
AI Analysis

This addresses the issue of hallucinations in LLMs for users needing reliable AI assistance, but it is incremental as it builds on existing detection methods.

The paper tackles the problem of detecting hallucinations in factual question answering by analyzing artifacts in LLM generations, achieving up to 0.80 AUROC with binary classifiers and showing that tokens preceding hallucinations can predict them.

While large language models (LLMs) have taken great strides towards helping humans with a plethora of tasks, hallucinations remain a major impediment towards gaining user trust. The fluency and coherence of model generations even when hallucinating makes detection a difficult task. In this work, we explore if the artifacts associated with the model generations can provide hints that the generation will contain hallucinations. Specifically, we probe LLMs at 1) the inputs via Integrated Gradients based token attribution, 2) the outputs via the Softmax probabilities, and 3) the internal state via self-attention and fully-connected layer activations for signs of hallucinations on open-ended question answering tasks. Our results show that the distributions of these artifacts tend to differ between hallucinated and non-hallucinated generations. Building on this insight, we train binary classifiers that use these artifacts as input features to classify model generations into hallucinations and non-hallucinations. These hallucination classifiers achieve up to $0.80$ AUROC. We also show that tokens preceding a hallucination can already predict the subsequent hallucination even before it occurs.

Code Implementations1 repo
Foundations

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

Your Notes