@inproceedings{corallo-etal-2026-cachenotes,
title = "{C}ache{N}otes: Task-Aware Key-Value Cache Compression for Reasoning-Intensive Knowledge Tasks",
author = "Corallo, Giulio and
Weller, Orion and
Petroni, Fabio and
Papotti, Paolo",
editor = "Demberg, Vera and
Inui, Kentaro and
Marquez, Llu{\'i}s",
booktitle = "Proceedings of the 19th Conference of the {E}uropean Chapter of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = mar,
year = "2026",
address = "Rabat, Morocco",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-eacl/2026.eacl-long.309/",
pages = "6571--6590",
ISBN = "979-8-89176-380-7",
abstract = "Integrating external knowledge into Large Language Models (LLMs) iscrucial for many real-world applications, yet current methods like Retrieval-Augmented Generation (RAG) face limitations with broad, multi-source queries, while long-context models are computationally prohibitive.We introduce CacheNotes: Task-Aware Key-Value Cache Compression. Given a task description and a corpus, CacheNotes first generates a sequence of Compression-Planning-Tokens (CPTs), an offline task-focused distillation pass that identifies and organizes key information from the corpus. These CPTs are then used to guide a one-time compression of the corpus into a compact, reusable KV cache, which is then used alone at inference time to efficiently answer diverse, reasoning-intensive queries, eliminating repeated retrieval or context expansion.Experiments on LongBench show that, on Question-Answering tasks at a $20\times$ compression, CacheNotes outperforms RAG by over 8 F1 points and reduces latency by over $4\times$. On RULER, it surpasses previous query-agnostic compression methods by 55 points, narrowing the gap to query-aware compression approaches. Additional results on real-world enterprise and synthetic datasets demonstrate its strong performance on multi-hop and broad-coverage queries."
}Markdown (Informal)
[CacheNotes: Task-Aware Key-Value Cache Compression for Reasoning-Intensive Knowledge Tasks](https://preview.aclanthology.org/ingest-eacl/2026.eacl-long.309/) (Corallo et al., EACL 2026)
ACL