English

Sparse Pairwise Re-ranking with Pre-trained Transformers

Information Retrieval 2022-07-12 v1

Abstract

Pairwise re-ranking models predict which of two documents is more relevant to a query and then aggregate a final ranking from such preferences. This is often more effective than pointwise re-ranking models that directly predict a relevance value for each document. However, the high inference overhead of pairwise models limits their practical application: usually, for a set of kk documents to be re-ranked, preferences for all k2kk^2-k comparison pairs excluding self-comparisons are aggregated. We investigate whether the efficiency of pairwise re-ranking can be improved by sampling from all pairs. In an exploratory study, we evaluate three sampling methods and five preference aggregation methods. The best combination allows for an order of magnitude fewer comparisons at an acceptable loss of retrieval effectiveness, while competitive effectiveness is already achieved with about one third of the comparisons.

Keywords

Cite

@article{arxiv.2207.04470,
  title  = {Sparse Pairwise Re-ranking with Pre-trained Transformers},
  author = {Lukas Gienapp and Maik Fröbe and Matthias Hagen and Martin Potthast},
  journal= {arXiv preprint arXiv:2207.04470},
  year   = {2022}
}

Comments

Accepted at ICTIR 2022

R2 v1 2026-06-25T00:47:33.160Z