Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela, 2020Advances in Neural Information Processing Systems, Vol. 33 (Curran Associates, Inc.)DOI: 10.48550/arXiv.2005.11401 - This foundational paper introduces Retrieval-Augmented Generation (RAG), a method for enhancing LLM responses by incorporating external, retrieved knowledge, which is central to reducing hallucinations through grounding.
Survey of Hallucination in Large Language Models, Ziwei Ji, Nayeon Lee, Rita Singh, and Eric P. Xing, 2023ACM Computing Surveys, Vol. 56DOI: 10.1145/3615175 - A comprehensive academic survey that examines the causes, types, and various mitigation strategies for hallucinations in LLMs, providing an overview of research efforts in this domain.