English

Exploring the Practicality of Generative Retrieval on Dynamic Corpora

Information Retrieval 2024-10-08 v5 Artificial Intelligence

Abstract

Benchmarking the performance of information retrieval (IR) is mostly conducted with a fixed set of documents (static corpora). However, in realistic scenarios, this is rarely the case and the documents to be retrieved are constantly updated and added. In this paper, we focus on Generative Retrievals (GR), which apply autoregressive language models to IR problems, and explore their adaptability and robustness in dynamic scenarios. We also conduct an extensive evaluation of computational and memory efficiency, crucial factors for real-world deployment of IR systems handling vast and ever-changing document collections. Our results on the StreamingQA benchmark demonstrate that GR is more adaptable to evolving knowledge (4-11%), robust in learning knowledge with temporal information, and efficient in terms of inference FLOPs (x2), indexing time (x6), and storage footprint (x4) compared to Dual Encoders (DE), which are commonly used in retrieval systems. Our paper highlights the potential of GR for future use in practical IR systems within dynamic environments.

Keywords

Cite

@article{arxiv.2305.18952,
  title  = {Exploring the Practicality of Generative Retrieval on Dynamic Corpora},
  author = {Chaeeun Kim and Soyoung Yoon and Hyunji Lee and Joel Jang and Sohee Yang and Minjoon Seo},
  journal= {arXiv preprint arXiv:2305.18952},
  year   = {2024}
}

Comments

published at EMNLP 2024

R2 v1 2026-06-28T10:50:32.598Z