Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze, 2008 (Cambridge University Press) - A comprehensive textbook covering fundamental concepts and metrics in information retrieval, including precision, recall, and Mean Reciprocal Rank (MRR), which are essential for retriever evaluation.
A Survey of Retrieval-Augmented Generation for Large Language Models, Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yi Dai, Jiawei Sun, Meng Wang, Haofen Wang, 2024arXiv preprint arXiv:2312.10997DOI: 10.48550/arXiv.2312.10997 - Provides a broad overview of Retrieval-Augmented Generation (RAG) systems, including sections that discuss evaluation methodologies and challenges for different RAG components, such as the retriever.