English

No Mean Feat: Simple, Strong Baselines for Context Compression

Computation and Language 2026-05-12 v2 Artificial Intelligence Machine Learning

Abstract

Context compression reduces Transformer inference costs by replacing lengthy inputs with shorter pre-computed representations. It carries significant benefits for retrieval-augmented generation (RAG) and has attracted growing research attention. However, progress remains difficult to measure due to inconsistent evaluations and baselines. We design a standard, easy-to-reproduce evaluation suite for context compression, BenchPress, along with simple, high-performance baselines for English reading comprehension. BenchPress supports benchmarking across model scales, datasets, compression ratios, and short (<<1K tokens) to mid-range (<<8K tokens) contexts. While the suite is applicable to any compression paradigm, our baselines target soft context compression. We establish two simple baselines that strongly outperform the widely used causal compression-token approach: mean pooling and a bidirectional compression-token variant. Our results show the benefit of bidirectional attention when computing compressed representations, and that simple pooling is an expressive compression operator.

Cite

@article{arxiv.2510.20797,
  title  = {No Mean Feat: Simple, Strong Baselines for Context Compression},
  author = {Yair Feldman and Yoav Artzi},
  journal= {arXiv preprint arXiv:2510.20797},
  year   = {2026}
}

Comments

Code available at https://github.com/lil-lab/benchpress

R2 v1 2026-07-01T07:02:38.352Z