Pith. sign in

REVIEW 1 cited by

Unshackling Context Length: An Efficient Selective Attention Approach through Query-Key Compression

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2502.14477 v1 pith:JFLZNBGO submitted 2025-02-20 cs.CL

Unshackling Context Length: An Efficient Selective Attention Approach through Query-Key Compression

classification cs.CL
keywords attentioncontextmethodsselectivetaskstokenapproachcritical
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Handling long-context sequences efficiently remains a significant challenge in large language models (LLMs). Existing methods for token selection in sequence extrapolation either employ a permanent eviction strategy or select tokens by chunk, which may lead to the loss of critical information. We propose Efficient Selective Attention (ESA), a novel approach that extends context length by efficiently selecting the most critical tokens at the token level to compute attention. ESA reduces the computational complexity of token selection by compressing query and key vectors into lower-dimensional representations. We evaluate ESA on long sequence benchmarks with maximum lengths up to 256k using open-source LLMs with context lengths of 8k and 32k. ESA outperforms other selective attention methods, especially in tasks requiring the retrieval of multiple pieces of information, achieving comparable performance to full-attention extrapolation methods across various tasks, with superior results in certain tasks.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ChunkLLM: A Lightweight Pluggable Framework for Accelerating LLMs Inference

    cs.CL 2025-09 conditional novelty 6.0

    ChunkLLM adds lightweight chunk-boundary and chunk-attention adapters to frozen LLMs, keeping ~98% of long-context quality with ~49% KV cache and up to 4.48x speedup on 120K-token generation.