LangChain Conceptual Guide: Retrievers, LangChain, 2024 (LangChain) - Offers practical guidance on implementing and customizing retrievers within the LangChain framework.
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 (NeurIPS)DOI: 10.48550/arXiv.2005.11401 - This paper introduces the Retrieval-Augmented Generation (RAG) framework, which provides the architectural foundation for combining retrieval with language models.
Using MMR for Diversity and Novelty in Information Retrieval, Jaime Carbonell, Jade Goldstein, 1998SIGIR '98: Proceedings of the 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (ACM Press)DOI: 10.1145/290941.291025 - Introduces Maximal Marginal Relevance (MMR), a strategy for selecting documents that are both relevant to a query and diverse from each other, which is relevant to customizing retriever behavior.