ANAH: Analytical Annotation of Hallucinations in Large Language Models

Ziwei Ji,Yuzhe Gu,Wenwei Zhang,Chengqi Lyu,Dahua Lin,Kai Chen
2024-05-31
Abstract:Reducing the `$\textit{hallucination}$' problem of Large Language Models (LLMs) is crucial for their wide applications. A comprehensive and fine-grained measurement of the hallucination is the first key step for the governance of this issue but is under-explored in the community. Thus, we present $\textbf{ANAH}$, a bilingual dataset that offers $\textbf{AN}$alytical $\textbf{A}$nnotation of $\textbf{H}$allucinations in LLMs within Generative Question Answering. Each answer sentence in our dataset undergoes rigorous annotation, involving the retrieval of a reference fragment, the judgment of the hallucination type, and the correction of hallucinated content. ANAH consists of ~12k sentence-level annotations for ~4.3k LLM responses covering over 700 topics, constructed by a human-in-the-loop pipeline. Thanks to the fine granularity of the hallucination annotations, we can quantitatively confirm that the hallucinations of LLMs progressively accumulate in the answer and use ANAH to train and evaluate hallucination annotators. We conduct extensive experiments on studying generative and discriminative annotators and show that, although current open-source LLMs have difficulties in fine-grained hallucination annotation, the generative annotator trained with ANAH can surpass all open-source LLMs and GPT-3.5, obtain performance competitive with GPT-4, and exhibits better generalization ability on unseen questions.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
The paper attempts to address the issue of "hallucinations" generated by large language models (LLMs) during the question-answering process. Specifically, these hallucinations refer to the generation of seemingly plausible but actually inaccurate or meaningless information when the model answers user questions. This hallucination problem severely affects the reliability and credibility of LLMs in practical applications. To tackle this challenge, the authors propose ANAH (Analytical Annotation of Hallucinations), a bilingual dataset designed for fine-grained hallucination annotation of responses generated by LLMs. ANAH provides a comprehensive and detailed evaluation tool by annotating each sentence in detail, including the retrieval of reference fragments, the determination of hallucination types, and the correction of hallucinated content. Through this dataset, the authors aim to quantify the cumulative effects of hallucinations and to train and evaluate hallucination annotators, thereby improving the accuracy and reliability of LLMs.