Efficient language-model reranking

CompRank: Efficient LLM Reranking via Token-Level Compression and Decoding-Free Scoring

Lu, Xuan, Huang, Haohang, Fan, Yingqi, Tong, Junlong, Zhang, Yuxuan, Nie, Ping, Meng, Rui, Shen, Xiaoyu

Paper / source record · 2026-06-10

arXiv

Research question and approach

Large language model (LLM) rerankers have become an important component of modern retrieval and retrieval-augmented generation pipelines, but their high computational cost limits their applicability to long candidate lists. In this paper, we propose CompRank, a token-efficient reranking framework that reduces redundant computation by aligning reranker design with the sparsity of ranking signals. CompRank decouples document representations from candidate order and query context, enabling reusable document-side states; applies segment-wise token compression to reduce query--document interaction cost; and introduces a CopyNet-style objective that directly aligns attention-based document scoring with training supervision.

When this work is relevant

Cite this method when discussing token-level compression and decoding-free scoring for LLM reranking. Check the reported retrieval tasks and cost measurements in the source.

Author-written abstract

Large language model (LLM) rerankers have become an important component of modern retrieval and retrieval-augmented generation pipelines, but their high computational cost limits their applicability to long candidate lists. In this paper, we propose CompRank, a token-efficient reranking framework that reduces redundant computation by aligning reranker design with the sparsity of ranking signals. CompRank decouples document representations from candidate order and query context, enabling reusable document-side states; applies segment-wise token compression to reduce query--document interaction cost; and introduces a CopyNet-style objective that directly aligns attention-based document scoring with training supervision. Experiments on seven BEIR datasets show that CompRank achieves strong reranking performance while retaining only 10.2% of document tokens, reaching an average NDCG@10 of 39.2 compared with 39.7 under full-token attention. Further scaling experiments on TREC-COVID show that CompRank remains stable when evaluated on candidate lists of up to 500 documents after training on 30-document lists, while achieving 4.9×--9.5× end-to-end speedup over generation-based listwise reranking and approximately 1.3× speedup over the full-token CompRank variant. These results suggest that token-level compression and decoding-free attention scoring provide an effective path toward scalable LLM-based reranking.

Abstract source: https://arxiv.org/abs/2606.11700. Checked 2026-09-14. Bibliographic metadata uses the linked paper record or author-maintained catalog. Results, limitations and experimental settings remain defined by the original source.

Citation

BibTeX · CITATION.cff

BibTeX is preserved from the author-maintained citation repository. The CFF uses the source metadata shown on this page. Version titles or author lists can differ; choose the version you used.

@article{lu2026comprank,
  title={CompRank: Efficient LLM Reranking via Token-Level Compression and Decoding-Free Scoring},
  author={Lu, Xuan and Huang, Haohang and Fan, Yingqi and Tong, Junlong and Zhang, Yuxuan and Nie, Ping and Meng, Rui and Shen, Xiaoyu},
  journal={arXiv preprint arXiv:2606.11700},
  year={2026}
}