IRAIMar 28, 2025

Exploring the Effectiveness of Multi-stage Fine-tuning for Cross-encoder Re-rankers

arXiv:2503.22672v11 citationsh-index: 9Has CodeECIR
Originality Synthesis-oriented
AI Analysis

This is an incremental study for researchers in information retrieval, showing no clear advantage to more complex fine-tuning strategies.

This paper investigates whether multi-stage fine-tuning improves cross-encoder re-rankers for passage re-ranking, finding that single-stage contrastive learning performs on par with multi-stage approaches.

State-of-the-art cross-encoders can be fine-tuned to be highly effective in passage re-ranking. The typical fine-tuning process of cross-encoders as re-rankers requires large amounts of manually labelled data, a contrastive learning objective, and a set of heuristically sampled negatives. An alternative recent approach for fine-tuning instead involves teaching the model to mimic the rankings of a highly effective large language model using a distillation objective. These fine-tuning strategies can be applied either individually, or in sequence. In this work, we systematically investigate the effectiveness of point-wise cross-encoders when fine-tuned independently in a single stage, or sequentially in two stages. Our experiments show that the effectiveness of point-wise cross-encoders fine-tuned using contrastive learning is indeed on par with that of models fine-tuned with multi-stage approaches. Code is available for reproduction at https://github.com/fpezzuti/multistage-finetuning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes