paper-with-me

홈 › Papers

Enhancing Cache-Augmented Generation (CAG) with Adaptive Contextual Compression for Scalable Knowledge Integration

2025-05-13 · Rishabh Agrawal, Himanshu Kumar

The rapid progress in large language models (LLMs) has paved the way for novel approaches in knowledge-intensive tasks. Among these, Cache-Augmented Generation (CAG) has emerged as a promising alternative to Retrieval-Augmented Generation (RAG). CAG minimizes retrieval latency and simplifies system design by preloading knowledge into the model's context. However, challenges persist in scaling CAG to accommodate large and dynamic knowledge bases effectively. This paper introduces Adaptive Contextual Compression (ACC), an innovative technique designed to dynamically compress and manage context inputs, enabling efficient utilization of the extended memory capabilities of modern LLMs. To further address the limitations of standalone CAG, we propose a Hybrid CAG-RAG Framework, which integrates selective retrieval to augment preloaded contexts in scenarios requiring additional information. Comprehensive evaluations on diverse datasets highlight the proposed methods' ability to enhance scalability, optimize efficiency, and improve multi-hop reasoning performance, offering practical solutions for real-world knowledge integration challenges.

📄 PDF Abstract BibTeX arXiv:2505.08261

Code (0)

등록된 구현이 없습니다.

Tasks

RAGRetrievalRetrieval-augmented GenerationWorld Knowledge

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음
CAG Class activation guide is a module which uses weak localization information from the instrument activation maps to guide the verb and target recognition. Image source: [Nwoye…

Similar Papers 제목 키워드 기반

SubGCache: Accelerating Graph-based RAG with Subgraph-level KV Cache

2025-05-16 · Qiuyu Zhu, Liang Zhang, Qianxiong Xu, Cheng Long 외

Graph-based retrieval-augmented generation (RAG) enables large language models (LLMs) to incorporate structured knowledge via graph retrieval as contextual input, enhancing more accurate and context-aware reasoning. We o…

RAGRetrievalRetrieval-augmented Generation

HyperRAG: Enhancing Quality-Efficiency Tradeoffs in Retrieval-Augmented Generation with Reranker KV-Cache Reuse

2025-04-03 · Yuwei An, Yihua Cheng, Seo Jin Park, Junchen Jiang

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing the performance of large language models (LLMs) by integrating external knowledge into the generation process. A key component of RAG …

DecoderRAGRetrieval-augmented Generation

From Prefix Cache to Fusion RAG Cache: Accelerating LLM Inference in Retrieval-Augmented Generation

2026-01-19 · Jiahao Wang, Weiyu Xie, Mingxing Zhang, Boxing Zhang 외 arxiv

Retrieval-Augmented Generation enhances Large Language Models by integrating external knowledge, which reduces hallucinations but increases prompt length. This increase leads to higher computational costs and longer Time…

Scaling Test-Time Inference with Policy-Optimized, Dynamic Retrieval-Augmented Generation via KV Caching and Decoding

2025-04-02 · Sakhinana Sagar Srinivas, Akash Das, Shivam Gupta, Venkataramana Runkana

We present a comprehensive framework for enhancing Retrieval-Augmented Generation (RAG) systems through dynamic retrieval strategies and reinforcement fine-tuning. This approach significantly improves large language mode…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

PrefixKV: Adaptive Prefix KV Cache is What Vision Instruction-Following Models Need for Efficient Generation

2024-12-04 · Ao Wang, Hui Chen, Jianchao Tan, Kefeng Zhang 외

Recently, large vision-language models (LVLMs) have rapidly gained popularity for their strong generation and reasoning capabilities given diverse multimodal inputs. However, these models incur significant computational …

Instruction Following