Advanced Re-ranking Pipelines in Distributed Settings
Was this section helpful?
From RankNet to LambdaMART: An Overview, Christopher J. C. Burges, 2010Microsoft Research Technical Report MSR-TR-2010-82 (Microsoft Research)DOI: 10.5555/1879032 - Describes the evolution and principles of LambdaMART, a prominent algorithm in learn-to-rank used for score fusion and re-ranking.
Pre-trained Transformers for Text Ranking: A Survey, Fanghua Ye, Shengli Li, 2022ACM Computing Surveys, Vol. 55 (Association for Computing Machinery)DOI: 10.1145/3544715 - Provides a comprehensive overview of Transformer-based models, including cross-encoders, applied to text ranking tasks and considerations for their deployment.
Reciprocal Rank Fusion Outperforms Condorcet and Other Unsupervised Fusion Methods, Gordon V. Cormack, Charles L. A. Clarke, Stefan Büttcher, 2009Proceedings of the 32nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (Association for Computing Machinery)DOI: 10.1145/1571941.1572114 - Introduces Reciprocal Rank Fusion (RRF), a technique for combining rank lists from diverse sources, which is relevant for parallel re-ranking score fusion.