EviRerank: Adaptive Evidence Construction for Long-Document LLM Reranking
Minghan Li, Eric Gaussier, Juntao Li, Guodong Zhou

TL;DR
EviRerank introduces an adaptive evidence construction framework that improves long-document reranking efficiency and effectiveness for decoder-only LLMs by selectively summarizing relevant document parts.
Contribution
The paper presents EviRerank, a novel evidence-based reranking method that dynamically constructs compact contexts, outperforming existing full-document approaches in long-document LLM reranking tasks.
Findings
Outperforms full-document reranking baselines on multiple datasets.
Achieves state-of-the-art results on TREC DL'19 with significant improvements.
Reduces input length while maintaining high relevance scoring accuracy.
Abstract
Decoder-only LLM rerankers struggle with long documents: inference is costly and relevance signals can be diluted by irrelevant context. Motivated by an attention analysis indicating a consistent degradation trend when non-relevant text is appended, we propose EviRerank, an evidence-based long-document reranking framework for decoder-only LLMs. EviRerank (i) scores document blocks with a lightweight selector (BM25, bi-encoder, or cross-encoder), (ii) constructs a compact reranking context under a hard token cap by dynamically budgeting evidence blocks with Adaptive Evidence Budgeting (AEB) and adding a global summary cue via Summary Augmentation (SA), and (iii) reranks with a decoder-only LLM. Across TREC DL'19, DL'23, and MLDR-zh, EviRerank consistently outperforms full-document LLM reranking and strong block-selection baselines while substantially reducing the required input length.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling
MethodsSoftmax · Attention Is All You Need · LLaMA
