Challenge: Recent Large Language Models (LLMs) have demonstrated remarkable performance in document reranking tasks.
Approach: They propose a two-stage training approach for document reranking using reinforcement learning and fine-grained score learning.
Outcome: The proposed approach outperforms open-source and proprietary reranking models on BEIR benchmark.

Similar Papers

Optimizing RAG Rerankers with LLM Feedback via Reinforcement Learning (2026.acl-long)

Copied to clipboard

Challenge: Current reranking models are optimized on static human annotations in isolation, decoupled from the downstream generation process.
Approach: They propose a reinforcement learning framework that directly aligns reranking with LLM's generation quality.
Outcome: Experiments on knowledge-intensive benchmarks show that RRPO outperforms strong baselines.
EcoRank: Budget-Constrained Text Re-ranking Using Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated dominant performance in text re-ranking.
Approach: They propose a suite of budget-constrained methods to perform text re-ranking using LLMs.
Outcome: The proposed method outperforms other budget-aware methods on four datasets.
FIRST: Faster Improved Listwise Reranking with Single Token Decoding (2024.emnlp-main)

Copied to clipboard

Challenge: Existing listwise LLMs lack efficiency as they provide ranking output in the form of a generated ordered sequence of candidate passage identifiers.
Approach: They propose a listwise LLM reranking approach that leverages the first generated identifier to obtain a ranked ordering of the candidates.
Outcome: The proposed approach accelerates inference by 50% while maintaining robust ranking performance with gains across BEIR benchmark.
GroupRank: A Groupwise Paradigm for Effective and Efficient Passage Reranking with LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing rankers excel in lexical-matching scenarios, while they struggle with complex queries requiring deep reasoning.
Approach: They propose a new paradigm that balances flexibility and context awareness to unlock the full potential of groupwise reranking.
Outcome: The proposed approach achieves a state-of-the-art 65.2 NDCG@10 on BRIGHT and surpasses baselines by 2.1 points on R2MED while delivering a 6.4 inference speedup.
Are LLMs Reliable Rankers? Rank Manipulation via Two-Stage Token Optimization (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly used as rerankers, but their ranking behavior can be steered by small, natural-sounding prompts.
Approach: They propose a token optimization method that crafts concise textual perturbations to consistently promote a target item in LLM-generated rankings.
Outcome: The proposed method outperforms state-of-the-art base-lines and is hard to detect.
LimRank: Less is More for Reasoning-Intensive Information Reranking (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to rerank information require large-scale fine-tuning, which is computationally expensive.
Approach: They propose an open-source pipeline for generating diverse, challenging, and realistic reranking examples.
Outcome: The proposed model performs competitively on two benchmarks, while being trained on less than 5% of the data typically used in prior work.
Large Language Models are Effective Text Rankers with Pairwise Ranking Prompting (2024.findings-naacl)

Copied to clipboard

Challenge: Existing methods to rank documents using large language models do not understand these challenging ranking formulations.
Approach: They propose to use Pairwise Ranking Prompting to improve ranking performance . they propose to outperform fine-tuned baseline rankers on benchmark datasets .
Outcome: The proposed technique outperforms supervised baselines on benchmark datasets and outperformed other LLM-based solutions by over 10% on average.
RaFe: Ranking Feedback Improves Query Rewriting for RAG (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) and Retrieval Augmentation Generation (RAG) techniques have evolved to enhance document retrieval by reformulating queries.
Approach: They propose a framework for training query rewriting models that leverages a reranker framework.
Outcome: The proposed framework provides ranking feedback aligned well with the rewriting objectives without needing signals from annotations and supports both online and offline training models.
PromptReps: Prompting Large Language Models to Generate Dense and Sparse Representations for Zero-Shot Document Retrieval (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) excel in zero-shot document ranking tasks.
Approach: They propose a prompt-based re-ranking method that requires no further training but is only feasible for reranking a handful of candidates due to computational costs.
Outcome: The proposed method can retrieve documents from the entire corpus without training and with a large amount of paired text data.
Large Language Model Is Not a Good Few-shot Information Extractor, but a Good Reranker for Hard Samples! (2023.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models have made remarkable strides in various tasks, but whether they are competitive few-shot solvers remains an open question.
Approach: They propose an adaptive filter-then-rerank paradigm to combine the strengths of LLMs and SLMs.
Outcome: The proposed system achieves promising improvements on various IE tasks with acceptable time and cost investment.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations