Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, Hinrich Schütze, 2008 (Cambridge University Press) - This textbook provides knowledge on information retrieval models, indexing, and evaluation metrics such as NDCG and MRR, which are essential for assessing retrieval performance in RAG.
A Tutorial on Thompson Sampling, Daniel J. Russo, Benjamin Van Roy, Abbas Kazerouni, Ian Osband, and Zheng Wen, 2018Foundations and Trends® in Machine Learning, Vol. 11 (now publishers)DOI: 10.1561/2200000070 - Provides an accessible tutorial on Thompson Sampling, a popular Multi-Armed Bandit algorithm, relevant for dynamically optimizing experiment traffic in RAG systems.
A/B Testing at Scale: How Microsoft Does It, Ron Kohavi, Alex Deng, Roger Longbotham, Ya Xu, 2009Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD '09) (ACM)DOI: 10.1145/1557019.1557140 - This paper describes the infrastructure and methodology for conducting A/B tests at a large scale, offering insights into building and managing experimentation frameworks.