English

Constructing and Evaluating Declarative RAG Pipelines in PyTerrier

Information Retrieval 2025-06-13 v1

Abstract

Search engines often follow a pipeline architecture, where complex but effective reranking components are used to refine the results of an initial retrieval. Retrieval augmented generation (RAG) is an exciting application of the pipeline architecture, where the final component generates a coherent answer for the users from the retrieved documents. In this demo paper, we describe how such RAG pipelines can be formulated in the declarative PyTerrier architecture, and the advantages of doing so. Our PyTerrier-RAG extension for PyTerrier provides easy access to standard RAG datasets and evaluation measures, state-of-the-art LLM readers, and using PyTerrier's unique operator notation, easy-to-build pipelines. We demonstrate the succinctness of indexing and RAG pipelines on standard datasets (including Natural Questions) and how to build on the larger PyTerrier ecosystem with state-of-the-art sparse, learned-sparse, and dense retrievers, and other neural rankers.

Keywords

Cite

@article{arxiv.2506.10802,
  title  = {Constructing and Evaluating Declarative RAG Pipelines in PyTerrier},
  author = {Craig Macdonald and Jinyuan Fang and Andrew Parry and Zaiqiao Meng},
  journal= {arXiv preprint arXiv:2506.10802},
  year   = {2025}
}

Comments

4 pages, 3 tables, Accepted to SIGIR 2025

R2 v1 2026-07-01T03:13:38.865Z