paper-with-me

홈 › Papers

LLMs Will Always Hallucinate, and We Need to Live With This

2024-09-09 · Sourav Banerjee, Ayushi Agarwal, Saloni Singla

As Large Language Models become more ubiquitous across domains, it becomes important to examine their inherent limitations critically. This work argues that hallucinations in language models are not just occasional errors but an inevitable feature of these systems. We demonstrate that hallucinations stem from the fundamental mathematical and logical structure of LLMs. It is, therefore, impossible to eliminate them through architectural improvements, dataset enhancements, or fact-checking mechanisms. Our analysis draws on computational theory and Godel's First Incompleteness Theorem, which references the undecidability of problems like the Halting, Emptiness, and Acceptance Problems. We demonstrate that every stage of the LLM process-from training data compilation to fact retrieval, intent classification, and text generation-will have a non-zero probability of producing hallucinations. This work introduces the concept of Structural Hallucination as an intrinsic nature of these systems. By establishing the mathematical certainty of hallucinations, we challenge the prevailing notion that they can be fully mitigated.

📄 PDF Abstract BibTeX arXiv:2409.05746

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingHallucinationintent-classificationIntent ClassificationText Generation

Similar Papers 제목 키워드 기반

Evaluation of GPT-3.5 and GPT-4 for supporting real-world information needs in healthcare delivery

2023-04-26 · Debadutta Dash, Rahul Thapa, Juan M. Banda, Akshay Swaminathan 외

Despite growing interest in using large language models (LLMs) in healthcare, current explorations do not assess the real-world utility and safety of LLMs in clinical settings. Our objective was to determine whether two …

Prompt Engineering

LP-LM: No Hallucinations in Question Answering with Logic Programming

2025-02-13 · Katherine Wu, Yanhong A. Liu

Large language models (LLMs) are able to generate human-like responses to user queries. However, LLMs exhibit inherent limitations, especially because they hallucinate. This paper introduces LP-LM, a system that grounds …

Question AnsweringSemantic Parsing

Hallucination is Inevitable: An Innate Limitation of Large Language Models

2024-01-22 · Ziwei Xu, Sanjay Jain, Mohan Kankanhalli

Hallucination has been widely recognized to be a significant drawback for large language models (LLMs). There have been many works that attempt to reduce the extent of hallucination. These efforts have mostly been empiri…

HallucinationLearning Theory

An Empirical Analysis of Static Analysis Methods for Detection and Mitigation of Code Library Hallucinations

2026-04-09 · Clarissa Miranda-Pena, Andrew Reeson, Cécile Paris, Josiah Poon 외 arxiv

Despite extensive research, Large Language Models continue to hallucinate when generating code, particularly when using libraries. On NL-to-code benchmarks that require library use, we find that LLMs generate code that u…

GE-Chat: A Graph Enhanced RAG Framework for Evidential Response Generation of LLMs

2025-05-15 · Longchao Da, Parth Mitesh Shah, Kuan-Ru Liou, Jiaxing Zhang 외

Large Language Models are now key assistants in human decision-making processes. However, a common note always seems to follow: "LLMs can make mistakes. Be careful with important info." This points to the reality that no…

RAGResponse GenerationRetrievalRetrieval-augmented Generation+1