English

Stochastic RAG: End-to-End Retrieval-Augmented Generation through Expected Utility Maximization

Computation and Language 2024-05-07 v1 Information Retrieval Machine Learning

Abstract

This paper introduces Stochastic RAG--a novel approach for end-to-end optimization of retrieval-augmented generation (RAG) models that relaxes the simplifying assumptions of marginalization and document independence, made in most prior work. Stochastic RAG casts the retrieval process in RAG as a stochastic sampling without replacement process. Through this formulation, we employ straight-through Gumbel-top-k that provides a differentiable approximation for sampling without replacement and enables effective end-to-end optimization for RAG. We conduct extensive experiments on seven diverse datasets on a wide range of tasks, from open-domain question answering to fact verification to slot-filling for relation extraction and to dialogue systems. By applying this optimization method to a recent and effective RAG model, we advance state-of-the-art results on six out of seven datasets.

Keywords

Cite

@article{arxiv.2405.02816,
  title  = {Stochastic RAG: End-to-End Retrieval-Augmented Generation through Expected Utility Maximization},
  author = {Hamed Zamani and Michael Bendersky},
  journal= {arXiv preprint arXiv:2405.02816},
  year   = {2024}
}

Comments

To appear in the proceedings of SIGIR 2024

R2 v1 2026-06-28T16:16:58.127Z