English

Repeatability Corner Cases in Document Ranking: The Impact of Score Ties

Information Retrieval 2019-09-04 v2

Abstract

Document ranking experiments should be repeatable. However, the interaction between multi-threaded indexing and score ties during retrieval may yield non-deterministic rankings, making repeatability not as trivial as one might imagine. In the context of the open-source Lucene search engine, score ties are broken by internal document ids, which are assigned at index time. Due to multi-threaded indexing, which makes experimentation with large modern document collections practical, internal document ids are not assigned consistently between different index instances of the same collection, and thus score ties are broken unpredictably. This short paper examines the effectiveness impact of such score ties, quantifying the variability that can be attributed to this phenomenon. The obvious solution to this non-determinism and to ensure repeatable document ranking is to break score ties using external collection document ids. This approach, however, comes with measurable efficiency costs due to the necessity of consulting external identifiers during query evaluation.

Keywords

Cite

@article{arxiv.1807.05798,
  title  = {Repeatability Corner Cases in Document Ranking: The Impact of Score Ties},
  author = {Jimmy Lin and Peilin Yang},
  journal= {arXiv preprint arXiv:1807.05798},
  year   = {2019}
}

Comments

Published in the Proceedings of the 42nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2019)

R2 v1 2026-06-23T03:02:31.472Z