Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

EcoRank: Budget-Constrained Text Re-ranking Using Large Language Models

About

Large Language Models (LLMs) have achieved state-of-the-art performance in text re-ranking. This process includes queries and candidate passages in the prompts, utilizing pointwise, listwise, and pairwise prompting strategies. A limitation of these ranking strategies with LLMs is their cost: the process can become expensive due to API charges, which are based on the number of input and output tokens. We study how to maximize the re-ranking performance given a budget, by navigating the vast search spaces of prompt choices, LLM APIs, and budget splits. We propose a suite of budget-constrained methods to perform text re-ranking using a set of LLM APIs. Our most efficient method, called EcoRank, is a two-layered pipeline that jointly optimizes decisions regarding budget allocation across prompt strategies and LLM APIs. Our experimental results on four popular QA and passage reranking datasets show that EcoRank outperforms other budget-aware supervised and unsupervised baselines.

Muhammad Shihab Rashid, Jannat Ara Meem, Yue Dong, Vagelis Hristidis• 2024

Related benchmarks

TaskDatasetResultRank
Passage RankingNQ
MRR52.76
29
Passage RankingWebQuestions (WQ)
R@1063.58
28
Passage retrievalNatural Questions (NQ)
Top-10 Accuracy65.45
28
Passage RankingTREC DL 2019
R@1095.34
28
Passage RankingTREC DL 2020
R@1095.45
28
Passage RankingTREC DL 19
MRR78.87
5
Passage RankingTREC DL 20
MRR0.8063
5
Showing 7 of 7 rows

Other info

Code

Follow for update