Tuning for Specific Application Needs (RAG vs. Semantic Search)
Was this section helpful?
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, Vol. 33DOI: 10.48550/arXiv.2005.11401 - Introduces the Retrieval-Augmented Generation (RAG) framework, offering foundational understanding of RAG's goals and the precision requirements for its retrieval component.
An Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze, 2008 (Cambridge University Press) - A classic textbook covering fundamental concepts of information retrieval, including evaluation metrics such as Precision@k, Recall@k, MAP, and NDCG, essential for semantic search evaluation.