English

Beyond Position Bias: Shifting Context Compression from Position-Driven to Semantic-Driven

Computation and Language 2026-05-12 v1

Abstract

Large Language Models (LLMs) have demonstrated exceptional performance across diverse tasks. However, their deployment in long-context scenarios faces high computational overhead and information redundancy. While soft prompt compression has emerged as a promising way to mitigate these costs by compressing sequences into compact embeddings, existing paradigms remain fundamentally constrained by position bias: they primarily rely on learnable tokens insertion at fixed positions or group tokens according to their physical token layout, thereby inducing performance instability and semantic fragmentation. To overcome this bottleneck, we propose Semantic Consistency Context Compression (SeCo), a method that shifts context compression from position-driven to semantic-driven. Rather than constraint by physical token layout, SeCo dynamically anchors compression directly in the semantic space by selecting query-relevant tokens as semantic centers and aggregating remaining tokens via consistency-weighted merging. This design inherently preserves semantic consistency while eliminating position bias. Extensive experiments on 14 benchmarks across two backbone models demonstrate that SeCo consistently shows superiority in downstream tasks, inference latency, and out-of-domain robustness. The code is available at https://anonymous.4open.science/r/seco-EE5E.

Keywords

Cite

@article{arxiv.2605.09463,
  title  = {Beyond Position Bias: Shifting Context Compression from Position-Driven to Semantic-Driven},
  author = {Jiwei Tang and Zhijing Huang and Xinyu Zhang and Chen Jason Zhang and Jianxing Yu and Libin Zheng and Rui Meng and Jian Yin},
  journal= {arXiv preprint arXiv:2605.09463},
  year   = {2026}
}

Comments

20 pages, 6 figures

R2 v1 2026-07-01T13:01:36.374Z