Pith. sign in

REVIEW 2 cited by

Leveraging Passage Embeddings for Efficient Listwise Reranking with Large Language Models

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 2406.14848 v2 pith:WH5AN34N submitted 2024-06-21 cs.CL cs.IR

classification cs.CLcs.IR
keywords passagelistwisedecodinglanguagemodelsrerankingcontexteffectiveness
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Recent studies have demonstrated the effectiveness of using large language language models (LLMs) in passage ranking. The listwise approaches, such as RankGPT, have become new state-of-the-art in this task. However, the efficiency of RankGPT models is limited by the maximum context length and relatively high latency of LLM inference. To address these issues, in this paper, we propose PE-Rank, leveraging the single passage embedding as a good context compression for efficient listwise passage reranking. By treating each passage as a special token, we can directly input passage embeddings into LLMs, thereby reducing input length. Additionally, we introduce an inference method that dynamically constrains the decoding space to these special tokens, accelerating the decoding process. For adapting the model to reranking, we employ listwise learning to rank loss for training. Evaluation results on multiple benchmarks demonstrate that PE-Rank significantly improves efficiency in both prefilling and decoding, while maintaining competitive ranking effectiveness. The Code is available at https://github.com/liuqi6777/pe_rank.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

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

  1. Sliding Windows Are Not the End: Exploring Full Ranking with Long-Context Large Language Models

    cs.IR 2024-12 conditional novelty 6.0 of 10

    With a multi-pass teacher label construction and a position-weighted loss, a fine-tuned long-context LLM can rank 100 passages in one pass, beating sliding-window rerankers in both NDCG@10 and latency.

  2. ListConRanker: A Contrastive Text Reranker with Listwise Encoding

    cs.CL 2025-01 conditional novelty 5.0 of 10

    ListConRanker combines listwise attention over passage embeddings with Circle Loss to set a new mAP average on the C-MTEB reranking benchmark.

Pith tools