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, 2020NeurIPS 2020DOI: 10.48550/arXiv.2005.11401 - This foundational paper introduces the RAG model, detailing its architecture and demonstrating its initial effectiveness in improving factual accuracy and reducing hallucinations in knowledge-intensive NLP tasks.
CS224N: Natural Language Processing with Deep Learning - Lecture Notes, Diyi Yang, Tatsunori Hashimoto, 2023 (Stanford University) - These lecture notes from a leading university course offer a structured pedagogical explanation of advanced NLP topics, including the challenges of LLMs and how techniques like RAG address them.