ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Recent optimization studies on Retrieval-Augmented Generation (RAG) have exploited chunk-level KV cache reuse to avoid processing long retrieved contexts for higher efficiency, while significant information redundancy and noise still remain in the coarse-grained chunks. This paper optimizes the Pareto frontier under low prefill latency constraints while maximizing accuracy by proposing CoinRAG (Contextualized Information Nugget KV Cache Reuse for Long-Context RAG). The name metaphorically reflects our core mechanism: much like assembling small tokens (or "coins") to accumulate a larger value, CoinRAG compositionally reuses offline-computed, fine-grained nugget caches to form a learned contextual representation efficiently in a more semantically relevant but compact manner. Specifically, instead of full-chunk encoding, CoinRAG identifies query-relevant semantic units within retrieved chunks through two-stage retrieval and seamlessly assembles their sliced KV representations with a chunk-level context. Extensive evaluations on LongBench multi-hop question answering tasks demonstrate that CoinRAG significantly reduces operational costs and outperforms the other baselines with a new Pareto frontier and an average 5.3% relative improvement in answer quality (F1) under a standard fast prefill latency budget.
Long-context RAG systems face a critical trade-off between latency and accuracy. Traditional chunk-level KV cache reuse reduces computation but retains noise and redundancy, degrading answer quality. CoinRAG addresses this by moving to a finer granularity—semantic nuggets—allowing more precise reuse of cached representations. This is significant because it directly targets the Pareto frontier, showing that efficiency and accuracy can be improved simultaneously.
The paper's approach is metaphorically named 'coins' to reflect assembling small, valuable units into a larger whole. This concept aligns with the growing trend of modular and compositional inference, where precomputed components are dynamically combined. By demonstrating gains on multi-hop QA, which requires complex reasoning over multiple pieces of evidence, CoinRAG shows practical value for challenging tasks.
The paper reports evaluations on LongBench multi-hop question answering tasks. CoinRAG achieves a new Pareto frontier, meaning it provides better accuracy for a given latency budget compared to baselines. Specifically, it shows an average 5.3% relative improvement in F1 score under a standard fast prefill latency budget. Additionally, it significantly reduces operational costs, likely due to reduced computation from cache reuse.
CoinRAG contributes to the efficiency of LLM inference, particularly for RAG systems that handle long contexts. By enabling fine-grained cache reuse, it reduces the need to process entire retrieved documents, which is a major bottleneck. This could make RAG more viable for real-time applications and reduce energy consumption. The approach also opens avenues for further research into semantic-level caching and compositional inference, potentially influencing future system designs for scalable AI services.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba