Unsupervised Real-time Hallucination Detection Based On The Internal States Of Large Language Models · The Large Language Model Bible Contribute to LLM-Bible

Unsupervised Real-time Hallucination Detection Based On The Internal States Of Large Language Models

Su Weihang, Wang Changyue, Ai Qingyao, Hu Yiran, Wu Zhijing, Zhou Yujia, Liu Yiqun. Arxiv 2024

[Paper]    
Applications RAG Tools Training Techniques Uncategorized

Hallucinations in large language models (LLMs) refer to the phenomenon of LLMs producing responses that are coherent yet factually inaccurate. This issue undermines the effectiveness of LLMs in practical applications, necessitating research into detecting and mitigating hallucinations of LLMs. Previous studies have mainly concentrated on post-processing techniques for hallucination detection, which tend to be computationally intensive and limited in effectiveness due to their separation from the LLM’s inference process. To overcome these limitations, we introduce MIND, an unsupervised training framework that leverages the internal states of LLMs for real-time hallucination detection without requiring manual annotations. Additionally, we present HELM, a new benchmark for evaluating hallucination detection across multiple LLMs, featuring diverse LLM outputs and the internal states of LLMs during their inference process. Our experiments demonstrate that MIND outperforms existing state-of-the-art methods in hallucination detection.

Similar Work