English

Detecting Overflow in Compressed Token Representations for Retrieval-Augmented Generation

Computation and Language 2026-02-16 v2

Abstract

Efficient long-context processing remains a crucial challenge for contemporary large language models (LLMs), especially in resource-constrained environments. Soft compression architectures promise to extend effective context length by replacing long token sequences with smaller sets of learned compressed tokens. Yet, the limits of compressibility -- and when compression begins to erase task-relevant content -- remain underexplored. In this paper, we define token overflow as a regime in which compressed representations no longer contain sufficient information to answer a given query, and propose a methodology to characterize and detect it. In the xRAG soft-compression setting, we find that query-agnostic saturation statistics reliably separate compressed from uncompressed token representations, providing a practical tool for identifying compressed tokens but showing limited overflow detection capability. Lightweight probing classifiers over both query and context xRAG representations detect overflow with 0.72 AUC-ROC on average on HotpotQA, SQuADv2, and TriviaQA datasets, demonstrating that incorporating query information improves detection performance. These results advance from query-independent diagnostics to query-aware detectors, enabling low-cost pre-LLM gating to mitigate compression-induced errors.

Keywords

Cite

@article{arxiv.2602.12235,
  title  = {Detecting Overflow in Compressed Token Representations for Retrieval-Augmented Generation},
  author = {Julia Belikova and Danila Rozhevskii and Dennis Svirin and Konstantin Polev and Alexander Panchenko},
  journal= {arXiv preprint arXiv:2602.12235},
  year   = {2026}
}

Comments

Accepted to EACL 2026 Student Research Workshop. 14 pages, 6 tables, 1 figure

R2 v1 2026-07-01T10:34:13.055Z