Search papers, labs, and topics across Lattice.
This paper introduces LongAttnComp, a novel approach to long-context reasoning that enhances efficiency in processing inputs exceeding 100k tokens by utilizing a fine-tuned cross-attention scoring layer and token-level chunking. The method addresses significant limitations of existing training-free attention techniques, achieving full-context accuracy on the InfiniteBench Code-Debug benchmark while outperforming training-free baselines. Additionally, the two-stage fine-tuning process effectively bridges performance gaps in multi-document reasoning tasks, demonstrating robust transferability across multiple model families.
LongAttnComp not only matches full-context accuracy but also significantly boosts efficiency in long-context reasoning tasks, outperforming existing methods across diverse model families.
As real-world applications increasingly require processing inputs of 100k+ tokens, the gap between context length and inference efficiency has become a critical bottleneck. Context compression offers a way to reduce prefill costs while preserving task accuracy. However, existing training-free attention-based methods leave substantial gaps in demanding long-context tasks such as code reasoning. We present LongAttnComp, a long-context adaptation of AttnComp that fine-tunes a lightweight cross-attention scoring layer and introduces tokenlevel chunking, a token-budget top-p algorithm, positional reordering, and a formatagnostic query parser. We further design a two-stage fine-tuning recipe for the compressor: Stage 1 builds a general retrieval foundation from NIAH-style data, and Stage 2 extends it with multi-hop and reasoning data for broader long-context task coverage. On InfiniteBench Code-Debug, LongAttnComp matches or exceeds full-context accuracy, substantially outperforms training-free baselines, and transfers across four target models from three families. On LongBench v2, the two-stage recipe largely closes the Stage 1 gap on multi-document reasoning while preserving Code-Debug performance.