LANCER: LLM Reranking for Nugget Coverage
Jia-Huei Ju, François G. Landry, Eugene Yang, Suzan Verberne, Andrew Yates
TL;DR
LANCER tackles nugget coverage in long-form RAG by moving beyond pure relevance to optimize for information coverage using a three-stage LLM-based reranker. It generates synthetic sub-questions, assesses whether documents answer them via answerability judgments, and applies coverage-based aggregation to produce a reranked document set that maximizes Nugget Coverage. Across two nugget-annotated datasets, LANCER improves $\alpha$-nDCG and $Cov$ relative to baselines, with oracle sub-questions yielding substantial further gains and highlighting sub-question quality as crucial. The approach offers transparency through explicit sub-questions and judgments and provides practical guidance on aggregation strategies and parameter settings for long-form report generation.
Abstract
Unlike short-form retrieval-augmented generation (RAG), such as factoid question answering, long-form RAG requires retrieval to provide documents covering a wide range of relevant information. Automated report generation exemplifies this setting: it requires not only relevant information but also a more elaborate response with comprehensive information. Yet, existing retrieval methods are primarily optimized for relevance ranking rather than information coverage. To address this limitation, we propose LANCER, an LLM-based reranking method for nugget coverage. LANCER predicts what sub-questions should be answered to satisfy an information need, predicts which documents answer these sub-questions, and reranks documents in order to provide a ranked list covering as many information nuggets as possible. Our empirical results show that LANCER enhances the quality of retrieval as measured by nugget coverage metrics, achieving higher $α$-nDCG and information coverage than other LLM-based reranking methods. Our oracle analysis further reveals that sub-question generation plays an essential role.
