← smac.pub home

Adaptive Re-Ranking with a Corpus Graph

pdf bibtex code slides poster 20 citations long conference paper

Authors: Sean MacAvaney, Nicola Tonellotto, Craig Macdonald

Appeared in: 31st ACM International Conference on Information and Knowledge Management (CIKM 2022)

Links/IDs:
DOI 10.1145/3511808.3557231 DBLP conf/cikm/MacAvaneyTM22 arXiv 2208.08942 Google Scholar 7wWfoDgAAAAJ:TFP_iSt0sucC Semantic Scholar fb20446bef43ba9262cf3d06f192523af1e4147a Enlighten 276205 smac.pub cikm2022-adaptive

Abstract:

Search systems often employ a re-ranking pipeline, wherein documents (or passages) from an initial pool of candidates are assigned new ranking scores. The process enables the use of highly-effective but expensive scoring functions that are not suitable for use directly in structures like inverted indices or approximate nearest neighbour indices. However, re-ranking pipelines are inherently limited by the recall of the initial candidate pool; documents that are not identified as candidates for re-ranking by the initial retrieval function cannot be conjured `out of thin air'. We propose an approach for overcoming the recall limitation based on the well-established clustering hypothesis. Throughout the re-ranking process, our approach adds documents to the pool that are most similar to the highest-scoring documents up to that point. This feedback process adapts the pool of candidates to those that may also yield high ranking scores, even if they were not present in the initial pool. It can also increase the score of documents that appear deeper in the pool that would have otherwise been skipped due to a limited re-ranking budget. We find that our Graph-based Adaptive Re-ranking (GAR) approach significantly improves the performance of re-ranking pipelines in terms of precision- and recall-oriented measures, is complementary to a variety of existing techniques (e.g., dense retrieval), is robust to its hyperparameters (including re-ranking budget), and contributes minimally to computational and storage costs. For instance, on the MS MARCO passage ranking dataset, GAR can improve the nDCG of a BM25 candidate pool by up to 8% when applying a monoT5 ranker.

BibTeX @inproceedings{macavaney:cikm2022-adaptive, author = {MacAvaney, Sean and Tonellotto, Nicola and Macdonald, Craig}, title = {Adaptive Re-Ranking with a Corpus Graph}, booktitle = {31st ACM International Conference on Information and Knowledge Management}, year = {2022}, url = {https://arxiv.org/abs/2208.08942}, doi = {10.1145/3511808.3557231} }