English

How Relevance Emerges: Interpreting LoRA Fine-Tuning in Reranking LLMs

Information Retrieval 2025-08-12 v3 Machine Learning

Abstract

We conduct a behavioral exploration of LoRA fine-tuned LLMs for Passage Reranking to understand how relevance signals are learned and deployed by Large Language Models. By fine-tuning Mistral-7B, LLaMA3.1-8B, and Pythia-6.9B on MS MARCO under diverse LoRA configurations, we investigate how relevance modeling evolves across checkpoints, the impact of LoRA rank (1, 2, 8, 32), and the relative importance of updated MHA vs. MLP components. Our ablations reveal which layers and projections within LoRA transformations are most critical for reranking accuracy. These findings offer fresh explanations into LoRA's adaptation mechanisms, setting the stage for deeper mechanistic studies in Information Retrieval. All models used in this study have been shared.

Keywords

Cite

@article{arxiv.2504.08780,
  title  = {How Relevance Emerges: Interpreting LoRA Fine-Tuning in Reranking LLMs},
  author = {Atharva Nijasure and Tanya Chowdhury and James Allan},
  journal= {arXiv preprint arXiv:2504.08780},
  year   = {2025}
}

Comments

Extended Abstract