Don't Believe Everything You Read: Enhancing Summarization Interpretability through Automatic Identification of Hallucinations in Large Language Models

Priyesh Vakharia,Devavrat Joshi,Meenal Chavan,Dhananjay Sonawane,Bhrigu Garg,Parsa Mazaheri
2024-04-03
Abstract:Large Language Models (LLMs) are adept at text manipulation -- tasks such as machine translation and text summarization. However, these models can also be prone to hallucination, which can be detrimental to the faithfulness of any answers that the model provides. Recent works in combating hallucinations in LLMs deal with identifying hallucinated sentences and categorizing the different ways in which models hallucinate. This paper takes a deep dive into LLM behavior with respect to hallucinations, defines a token-level approach to identifying different kinds of hallucinations, and further utilizes this token-level tagging to improve the interpretability and faithfulness of LLMs in dialogue summarization tasks. Through this, the paper presents a new, enhanced dataset and a new training paradigm.
Artificial Intelligence
What problem does this paper attempt to address?
The paper mainly addresses the "hallucination" problem in text summarization that can occur in large language models, where the model generates inaccurate or unsupported information, affecting its credibility. The study proposes a token-level method to identify different types of hallucinations through in-depth analysis of model behavior, and utilizes this method to improve the interpretability and fidelity of the model in dialogue summarization tasks. The paper also presents a new enhanced dataset and training paradigm aimed at enhancing the performance and reliability of large language models by detecting and correcting hallucinations.