EMNLP 2024main3 citations

Exploring the Practicality of Generative Retrieval on Dynamic Corpora

Chaeeun Kim, Soyoung Yoon, Hyunji Lee, Joel Jang, Sohee Yang, Minjoon Seo

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.

BibTeX
@inproceedings{kim-etal-2024-exploring-practicality,
    title = "Exploring the Practicality of Generative Retrieval on Dynamic Corpora",
    author = "Kim, Chaeeun  and
      Yoon, Soyoung  and
      Lee, Hyunji  and
      Jang, Joel  and
      Yang, Sohee  and
      Seo, Minjoon",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.755/",
    doi = "10.18653/v1/2024.emnlp-main.755",
    pages = "13616--13633"
}
Exploring the Practicality of Generative Retrieval on Dynamic Corpora · EMNLP 2024