paper-with-me

홈 › Papers

LLM Optimization Unlocks Real-Time Pairwise Reranking

2025-11-10 · Jingyu Wu, Aditya Shrivastava, Jing Zhu, Alfy Samuel, Anoop Kumar, Daben Liu arxiv

Efficiently reranking documents retrieved from information retrieval (IR) pipelines to enhance overall quality of Retrieval-Augmented Generation (RAG) system remains an important yet challenging problem. Recent studies have highlighted the importance of Large Language Models (LLMs) in reranking tasks. In particular, Pairwise Reranking Prompting (PRP) has emerged as a promising plug-and-play approach due to its usability and effectiveness. However, the inherent complexity of the algorithm, coupled with the high computational demands and latency incurred due to LLMs, raises concerns about its feasibility in real-time applications. To address these challenges, this paper presents a focused study on pairwise reranking, demonstrating that carefully applied optimization methods can significantly mitigate these issues. By implementing these methods, we achieve a remarkable latency reduction of up to 166 times, from 61.36 seconds to 0.37 seconds per query, with an insignificant drop in performance measured by Recall@k. Our study highlights the importance of design choices that were previously overlooked, such as using smaller models, limiting the reranked set, using lower precision, reducing positional bias with one-directional order inference, and restricting output tokens. These optimizations make LLM-based reranking substantially more efficient and feasible for latency-sensitive, real-world deployments.

📄 PDF Abstract BibTeX arXiv:2511.07555

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Context-aware Reranking with Utility Maximization for Recommendation

2021-10-18 · Yunjia Xi, Weiwen Liu, Xinyi Dai, Ruiming Tang 외

As a critical task for large-scale commercial recommender systems, reranking has shown the potential of improving recommendation results by uncovering mutual influence among items. Reranking rearranges items in the initi…

counterfactualGraph AttentionPositionRecommendation Systems+1

Beyond Logit Adjustment: A Residual Decomposition Framework for Long-Tailed Reranking

2026-04-02 · Zhanliang Wang, Hongzhuo Chen, Quan Minh Nguyen, Mian Umair Ahsan 외 arxiv

Long-tailed classification, where a small number of frequent classes dominate many rare ones, remains challenging because models systematically favor frequent classes at inference time. Existing post-hoc methods such as …

Image ClassificationScene Recognition

Zero-shot Vision-Language Reranking for Cross-View Geolocalization

2026-03-28 · Yunus Talha Erzurumlu, John E. Anderson, William J. Shuart, Charles Toth 외 arxiv

Cross-view geolocalization (CVGL) systems, while effective at retrieving a list of relevant candidates (high Recall@k), often fail to identify the single best match (low Top-1 accuracy). This work investigates the use of…

BlitzRank: Principled Zero-shot Ranking Agents with Tournament Graphs

2026-02-05 · Sheshansh Agrawal, Thien Hang Nguyen, Douwe Kiela arxiv

Selecting the top $m$ from $n$ items via expensive $k$-wise comparisons is central to settings ranging from LLM-based document reranking to crowdsourced evaluation and tournament design. Existing methods either rely on h…

InstUPR : Instruction-based Unsupervised Passage Reranking with Large Language Models

2024-03-25 · Chao-Wei Huang, Yun-Nung Chen

This paper introduces InstUPR, an unsupervised passage reranking method based on large language models (LLMs). Different from existing approaches that rely on extensive training with query-document pairs or retrieval-spe…

Instruction FollowingPassage RerankingRerankingRetrieval