Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

EpiCache: Episodic KV Cache Management for Long-Term Conversation on Resource-Constrained Environments

About

Modern large language models (LLMs) extend context lengths to millions of tokens, enabling coherent, personalized responses grounded in long conversational history. However, the Key-Value (KV) cache grows linearly with the extended dialogue history, causing the model's memory footprint to quickly exceed device limits. While recent KV cache compression methods attempt to reduce memory usage, most apply cache eviction after processing the entire context, incurring unbounded peak memory usage. Additionally, query-dependent eviction narrows the cache semantics to a single query, leading to failure cases in multi-turn conversations. In this paper, we introduce EpiCache, a training-free KV cache management framework for long conversational question answering (LongConvQA) under fixed memory budgets. EpiCache bounds cache growth through block-wise prefill and preserves topic-relevant context via episodic KV compression, which clusters conversation history into coherent episodes and performs episode-specific KV cache eviction. Across three LongConvQA benchmarks (LongMemEval, Realtalk, and LoCoMo), EpiCache improves accuracy by up to 30%, achieves near full-cache accuracy under 4-6x compression, and reduces latency and peak memory by up to 2.4x and 3.7x, respectively.

Minsoo Kim, Arnav Kundu, Han-Byul Kim, Richa Dixit, Minsik Cho• 2025

Related benchmarks

TaskDatasetResultRank
Long-context Question AnsweringLocomo
F1 (Multi Hop)32.6
171
Long-term Conversation Question AnsweringREALTALK
Multi-hop Score44.2
84
Long-context Question AnsweringLongMemEval LongConvQA
SH Score88.2
84
Long-context Conversational Question AnsweringLocomo
Multi-Hop F138.4
59
Long-term conversational Question AnsweringLongMemEval 90K-token dialogue history + 300-turn conversation
QA Accuracy45.6
3
Showing 5 of 5 rows

Other info

Follow for update