paper-with-me

Papers

Supervised Fine-Tuning or Contrastive Learning? Towards Better Multimodal LLM Reranking

2025-10-16 · Ziqi Dai, Xin Zhang, Mingxin Li, Yanzhao Zhang, Dingkun Long, Pengjun Xie, Meishan Zhang, Wenjie Li, Min Zhang arxiv

In information retrieval, training reranking models mainly focuses on two types of objectives: metric learning (e.g. contrastive loss to increase the predicted scores on relevant query-document pairs) and classification (binary label prediction of relevance vs. irrelevance). For BERT-style encoders, various studies have shown that contrastive learning (CL) can be more effective than discriminative (classification) learning. However, for large language models (LLMs), classification via supervised fine-tuning (SFT), which predicts ''yes'' (resp. ''no'') token for relevant (resp. irrelevant) pairs, appears more promising as it aligns well with the generative nature of LLMs. This divergence raises a central question: which objective is intrinsically better suited to LLM-based reranking, and what mechanism underlies the difference? In this work, we conduct a comprehensive comparison and analysis between CL and SFT for reranking, taking the universal multimodal retrieval (UMR) as the experimental playground. We first decompose the objectives into two components: weight, which controls the magnitude of those updates, and direction, which guides the model updates, then present a unified framework for understanding their interactions. Through probing experiments, we find that SFT provides a substantially stronger weighting scheme than CL, whereas the preferred scoring direction shows no clear winner. Taken together, these results point to a consistent advantage of SFT over CL for LLM reranking. To further validate our findings, we conduct large-scale training with SFT and present new state-of-the-art rerankers on the MRB benchmark. We also provide ablations on SFT settings and expect our findings to benefit future research and applications in this area.

📄 PDF Abstract BibTeX arXiv:2510.14824

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalContrastive LearningMetric Learning

Similar Papers 제목 키워드 기반

Contrastive Learning with Cross-Modal Knowledge Mining for Multimodal Human Activity Recognition

2022-05-20 · Razvan Brinzea, Bulat Khaertdinov, Stylianos Asteriadis

Human Activity Recognition is a field of research where input data can take many forms. Each of the possible input modalities describes human behaviour in a different way, and each has its own strengths and weaknesses. W…

Activity RecognitionContrastive LearningHuman Activity RecognitionRetrieval+1

CleanCLIP: Mitigating Data Poisoning Attacks in Multimodal Contrastive Learning

2023-03-06 · ICCV 2023 1 · Hritik Bansal, Nishad Singhi, Yu Yang, Fan Yin 외

Multimodal contrastive pretraining has been used to train multimodal representation models, such as CLIP, on large amounts of paired image-text data. However, previous studies have revealed that such models are vulnerabl…

Backdoor AttackContrastive LearningData Poisoning

CSS-LM: A Contrastive Framework for Semi-supervised Fine-tuning of Pre-trained Language Models

2021-02-07 · Yusheng Su, Xu Han, Yankai Lin, Zhengyan Zhang 외

Fine-tuning pre-trained language models (PLMs) has demonstrated its effectiveness on various downstream NLP tasks recently. However, in many low-resource scenarios, the conventional fine-tuning strategies cannot sufficie…

Improving Fine-tuning of Self-supervised Models with Contrastive Initialization

2022-07-30 · Haolin Pan, Yong Guo, Qinyi Deng, Haomin Yang 외

Self-supervised learning (SSL) has achieved remarkable performance in pretraining the models that can be further used in downstream tasks via fine-tuning. However, these self-supervised models may not capture meaningful …

Self-Supervised Learning

Unleashing the Power of Contrastive Self-Supervised Visual Models via Contrast-Regularized Fine-Tuning

2021-02-12 · NeurIPS 2021 12 · Yifan Zhang, Bryan Hooi, Dapeng Hu, Jian Liang 외

Contrastive self-supervised learning (CSL) has attracted increasing attention for model pre-training via unlabeled data. The resulted CSL models provide instance-discriminative visual features that are uniformly scattere…

Contrastive Learningimage-classificationImage ClassificationModel Optimization+3