paper-with-me

홈 › Papers

Exploring the Practicality of Generative Retrieval on Dynamic Corpora

2023-05-27 · Chaeeun Kim, Soyoung Yoon, Hyunji Lee, Joel Jang, Sohee Yang, Minjoon Seo

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.

📄 PDF Abstract BibTeX arXiv:2305.18952

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingInformation RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Shaping Rewards for Reinforcement Learning with Imperfect Demonstrations using Generative Models

2020-11-02 · Yuchen Wu, Melissa Mozifian, Florian Shkurti

The potential benefits of model-free reinforcement learning to real robotics systems are limited by its uninformed exploration that leads to slow convergence, lack of data-efficiency, and unnecessary interactions with th…

Imitation Learningreinforcement-learningReinforcement Learning (RL)

Exploring Training and Inference Scaling Laws in Generative Retrieval

2025-03-24 · Hongru Cai, Yongqi Li, Ruifeng Yuan, Wenjie Wang 외

Generative retrieval has emerged as a novel paradigm that leverages large language models (LLMs) to autoregressively generate document identifiers. Although promising, the mechanisms that underpin its performance and sca…

DecoderRetrieval

Replication and Exploration of Generative Retrieval over Dynamic Corpora

2025-04-24 · Zhen Zhang, Xinyu Ma, Weiwei Sun, Pengjie Ren 외

Generative retrieval (GR) has emerged as a promising paradigm in information retrieval (IR). However, most existing GR models are developed and evaluated using a static document collection, and their performance in dynam…

Information RetrievalRetrieval

To Retrieve or Not to Retrieve? Uncertainty Detection for Dynamic Retrieval Augmented Generation

2025-01-16 · Kaustubh D. Dhole

Retrieval-Augmented Generation equips large language models with the capability to retrieve external knowledge, thereby mitigating hallucinations by incorporating information beyond the model's intrinsic abilities. Howev…

Long Form Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

CorpusBrain++: A Continual Generative Pre-Training Framework for Knowledge-Intensive Language Tasks

2024-02-26 · Jiafeng Guo, Changjiang Zhou, Ruqing Zhang, Jiangui Chen 외

Knowledge-intensive language tasks (KILTs) typically require retrieving relevant documents from trustworthy corpora, e.g., Wikipedia, to produce specific answers. Very recently, a pre-trained generative retrieval model f…

Retrieval