paper-with-me

Papers

Leveraging Passage Embeddings for Efficient Listwise Reranking with Large Language Models

2024-06-21 · Qi Liu, Bo wang, Nan Wang, Jiaxin Mao

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.

📄 PDF Abstract BibTeX arXiv:2406.14848

Code (1)

liuqi6777/pe_rank 공식 구현 pytorch

Tasks

Learning-To-RankPassage RankingPassage RerankingReranking

Similar Papers 제목 키워드 기반

FIRST: Faster Improved Listwise Reranking with Single Token Decoding

2024-06-21 · Revanth Gangi Reddy, JaeHyeok Doo, Yifei Xu, Md Arafat Sultan 외

Large Language Models (LLMs) have significantly advanced the field of information retrieval, particularly for reranking. Listwise LLM rerankers have showcased superior performance and generalizability compared to existin…

Information RetrievalLanguage ModelingLanguage ModellingLearning-To-Rank+1

Scaling Down, LiTting Up: Efficient Zero-Shot Listwise Reranking with Seq2seq Encoder-Decoder Models

2023-12-26 · Manveer Singh Tamber, Ronak Pradeep, Jimmy Lin

Recent work in zero-shot listwise reranking using LLMs has achieved state-of-the-art results. However, these methods are not without drawbacks. The proposed methods rely on large LLMs with billions of parameters and limi…

DecoderReranking

Rank-K: Test-Time Reasoning for Listwise Reranking

2025-05-20 · Eugene Yang, Andrew Yates, Kathryn Ricci, Orion Weller 외

Retrieve-and-rerank is a popular retrieval pipeline because of its ability to make slow but effective rerankers efficient enough at query time by reducing the number of comparisons. Recent works in neural rerankers take …

Language ModelingLanguage ModellingPassage RerankingReranking+1

ResRank: Unifying Retrieval and Listwise Reranking via End-to-End Joint Training with Residual Passage Compression

2026-04-24 · Xiaojie Ke, Shuai Zhang, Liansheng Sun, Yongjin Wang 외 arxiv

Large language model (LLM) based listwise reranking has emerged as the dominant paradigm for achieving state-of-the-art ranking effectiveness in information retrieval. However, its reliance on feeding full passage texts …

Information Retrieval

GroupRank: A Groupwise Paradigm for Effective and Efficient Passage Reranking with LLMs

2025-11-10 · Meixiu Long, Duolin Sun, Dan Yang, Yihan Jiao 외 arxiv

Large Language Models (LLMs) have emerged as powerful tools for passage reranking in information retrieval, leveraging their superior reasoning capabilities to address the limitations of conventional models on complex qu…

Reinforcement LearningInformation Retrieval