paper-with-me

Papers

Predictive Prefetching for Retrieval-Augmented Generation

2026-05-18 · Wuyang Zhang, Shichao Pei arxiv

Retrieval-Augmented Generation (RAG) improves factual grounding in large language models but suffers from substantial latency due to synchronous retrieval. While recent work explores asynchronous retrieval, existing approaches rely on heuristic coordination between retrieval and generation and assume stable information demands during decoding that often break in complex, multi-domain settings. In this paper, we propose an advanced asynchronous retrieval framework that enables predictive prefetching aligned with evolving information needs. The framework explicitly predicts when retrieval should be triggered and what information should be retrieved using three components, a retrieval predictor, a context monitor, and a query generator, by exploiting semantic precursors in generation dynamics that emerge several tokens before uncertainty becomes critical. Experiments on multiple benchmarks demonstrate up to 43.5% end-to-end latency reduction and 62.4% improvement in time-to-first-token, while maintaining answer quality comparable to synchronous RAG baselines.

📄 PDF Abstract BibTeX arXiv:2605.17989

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TeleRAG: Efficient Retrieval-Augmented Generation Inference with Lookahead Retrieval

2025-02-28 · Chien-Yu Lin, Keisuke Kamahori, Yiyu Liu, Xiaoxiang Shi 외

Retrieval-augmented generation (RAG) extends large language models (LLMs) with external data sources to enhance factual correctness and domain coverage. Modern RAG pipelines rely on large datastores, leading to system ch…

CPUGPURAGRetrieval+1

Personalized Predictive ASR for Latency Reduction in Voice Assistants

2023-05-23 · Andreas Schwarz, Di He, Maarten Van Segbroeck, Mohammed Hethnawi 외

Streaming Automatic Speech Recognition (ASR) in voice assistants can utilize prefetching to partially hide the latency of response generation. Prefetching involves passing a preliminary ASR hypothesis to downstream syste…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Response Generationspeech-recognition+1

Accelerating Retrieval-Augmented Language Model Serving with Speculation

2024-01-25 · Zhihao Zhang, Alan Zhu, Lijie Yang, Yihua Xu 외

Retrieval-augmented language models (RaLM) have demonstrated the potential to solve knowledge-intensive natural language processing (NLP) tasks by combining a non-parametric knowledge base with a parametric language mode…

Language ModelingLanguage ModellingmodelRetrieval

TF-Engram: A Train-Free Engram with SSD-Backed Memory for Large Language Models

2026-07-08 · Yutang Ma, Kecheng Huang, Xikun Jiang, Zili Shao arxiv

Large Language Models (LLMs) store factual knowledge and domain-specific patterns implicitly in dense Transformer parameters, making knowledge expansion costly through pretraining, fine-tuning, retrieval augmentation, or…

SePA: A Search-enhanced Predictive Agent for Personalized Health Coaching

2025-09-05 · Melik Ozolcer, Sang Won Bae arxiv

This paper introduces SePA (Search-enhanced Predictive AI Agent), a novel LLM health coaching system that integrates personalized machine learning and retrieval-augmented generation to deliver adaptive, evidence-based gu…