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. 33DOI: 10.48550/arXiv.2005.11401 - This paper presents the foundational Retrieval-Augmented Generation (RAG) framework that the section's techniques aim to enhance, offering essential context for improving retrieval quality.
Retrievers, LangChain, 2024 (LangChain) - Official documentation describing various retrieval methods and enhancements in LangChain, including specific implementations of query transformation (e.g., MultiQueryRetriever, HyDE) and re-ranking (ContextualCompressionRetriever).