English

When Fine-Tuning Fails: Lessons from MS MARCO Passage Ranking

Computation and Language 2025-06-24 v1 Information Retrieval

Abstract

This paper investigates the counterintuitive phenomenon where fine-tuning pre-trained transformer models degrades performance on the MS MARCO passage ranking task. Through comprehensive experiments involving five model variants-including full parameter fine-tuning and parameter efficient LoRA adaptations-we demonstrate that all fine-tuning approaches underperform the base sentence-transformers/all- MiniLM-L6-v2 model (MRR@10: 0.3026). Our analysis reveals that fine-tuning disrupts the optimal embedding space structure learned during the base model's extensive pre-training on 1 billion sentence pairs, including 9.1 million MS MARCO samples. UMAP visualizations show progressive embedding space flattening, while training dynamics analysis and computational efficiency metrics further support our findings. These results challenge conventional wisdom about transfer learning effectiveness on saturated benchmarks and suggest architectural innovations may be necessary for meaningful improvements.

Keywords

Cite

@article{arxiv.2506.18535,
  title  = {When Fine-Tuning Fails: Lessons from MS MARCO Passage Ranking},
  author = {Manu Pande and Shahil Kumar and Anay Yatin Damle},
  journal= {arXiv preprint arXiv:2506.18535},
  year   = {2025}
}