paper-with-me

홈 › Papers

RAGPulse: An Open-Source RAG Workload Trace to Optimize RAG Serving Systems

2025-11-17 · Zhengchao Wang, Yitao Hu, Jianing Ye, Zhuxuan Chang, Jiazheng Yu, Youpeng Deng, Keqiu Li arxiv

Retrieval-Augmented Generation (RAG) is a critical paradigm for building reliable, knowledge-intensive Large Language Model (LLM) applications. However, the multi-stage pipeline (retrieve, generate) and unique workload characteristics (e.g., knowledge dependency) of RAG systems pose significant challenges for serving performance optimization. Existing generic LLM inference traces fail to capture these RAG-specific dynamics, creating a significant performance gap between academic research and real-world deployment. To bridge this gap, this paper introduces RAGPulse, an open-source RAG workload trace dataset. This dataset was collected from an university-wide Q&A system serving that has served more than 40,000 students and faculties since April 2024. We detail RAGPulse's system architecture, its privacy-preserving hash-based data format, and provide an in-depth statistical analysis. Our analysis reveals that real-world RAG workloads exhibit significant temporal locality and a highly skewed hot document access pattern. RAGPulse provides a high-fidelity foundation for researchers to develop and validate novel optimization strategies for RAG systems, such as content-aware batching and retrieval caching, ultimately enhancing the efficiency and reliability of RAG services. The code is available at https://github.com/flashserve/RAGPulse.

📄 PDF Abstract BibTeX arXiv:2511.12979

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large Language Models as Realistic Microservice Trace Generators

2024-12-16 · Donghyun Kim, Sriram Ravula, Taemin Ha, Alexandros G. Dimakis 외

Workload traces are essential to understand complex computer systems' behavior and manage processing and memory resources. Since real-world traces are hard to obtain, synthetic trace generation is a promising alternative…

Graph GenerationLanguage ModelingLanguage ModellingLarge Language Model

AGOCS -- Accurate Google Cloud Simulator Framework

2025-09-30 · Leszek Sliwko, Vladimir Getov arxiv

This paper presents the Accurate Google Cloud Simulator (AGOCS) - a novel high-fidelity Cloud workload simulator based on parsing real workload traces, which can be conveniently used on a desktop machine for day-to-day r…

On the Potential of Execution Traces for Batch Processing Workload Optimization in Public Clouds

2021-11-16 · Dominik Scheinert, Alireza Alamgiralem, Jonathan Bader, Jonathan Will 외

With the growing amount of data, data processing workloads and the management of their resource usage becomes increasingly important. Since managing a dedicated infrastructure is in many situations infeasible or uneconom…

Management

Beyond Prediction: Tail-Aware Scheduling for LLM Inference

2026-06-16 · Yueying Li, Yuanfan Chen, Jiayang Chen, Esha Choukse 외 arxiv

LLM serving exhibits extreme length variability, making size-based scheduling difficult in practice. Recent LLM schedulers approximate SJF/SRPT using predicted decode lengths or ranks and primarily report mean-centric me…

MLCommons Chakra: Advancing Performance Benchmarking and Co-design using Standardized Execution Traces

2026-05-11 · Srinivas Sridharan, Theodor-Adrian Badea, Andy Balogh, Bradford M. Beckmann 외 arxiv

The fast pace of artificial intelligence~(AI) innovation demands an agile methodology for observation, reproduction and optimization of distributed machine learning~(ML) workload behavior in production AI systems and ena…