Improving Ad-hoc Search Effectiveness for Conversational Information Retrieval via Model Merging

📅 2026-07-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenges of topic shifts and coreference resolution in conversational information retrieval, where conventional fine-tuning often incurs high computational costs and catastrophic forgetting. The study introduces, for the first time, a training-free model fusion approach to this domain, combining pre-trained models specialized for ad-hoc and conversational search through both linear (Model Soup) and nonlinear (Slerp) parameter-level fusion strategies to construct a unified zero-shot retriever. Evaluated on standard benchmarks, the proposed method achieves up to a 15% relative improvement in NDCG@3, significantly enhancing retrieval effectiveness on ad-hoc search tasks and demonstrating strong cross-dataset generalization capabilities.
📝 Abstract
Conversational information retrieval is challenging since it requires the consideration of the conversation history which potentially gives rise to topic shifts and coreference resolution across previous turns. To address these challenges, previous work mainly rely on traditional fine-tuning of ad-hoc retrievers on conversational datasets or extrapolates their generalizability through multi-tasking. However, this mainstream approach is costly - since it requires model re-training - and exhibits catastrophic forgetting, where the model loses its foundational ad-hoc retrieval performance. In this paper, we fill this gap by introducing model merging as a training-free strategy enabling the design of a single retrieval model that operates across both ad-hoc and conversational settings with no additional fine-tuning. We conduct experiments using linear and non-linear parameter-wise merging strategies - namely Model Soup and Slerp - on standard ad-hoc search and conversational retrieval datasets. Our results demonstrate that model merging significantly enhances the ad-hoc search capabilities of conversational retrievers while improving generalizability across task-specific datasets, achieving up to 15% higher NDCG@3 under zero-shot conditions.
Problem

Research questions and friction points this paper is trying to address.

Conversational Information Retrieval
Ad-hoc Search
Catastrophic Forgetting
Model Merging
Zero-shot Generalization
Innovation

Methods, ideas, or system contributions that make the work stand out.

model merging
conversational information retrieval
ad-hoc search
zero-shot generalization
parameter-wise fusion