Will it Merge? On The Causes of Model Mergeability
Adir Rahamim, Asaf Yehudai, Boaz Carmeli, Leshem Choshen, Yosi Mass, Yonatan Belinkov
TL;DR
This work defines mergeability as the robustness of a model update’s knowledge when merged with other updates and formalizes it with a score $S(\theta_{\Delta})$, estimated through repeated merging trials. Across two experimental regimes (PopQA at the example level and Lots-of-LoRAs at the task level) using LoRA adapters and the Knots merging algorithm, the authors show that base-model task knowledge strongly predicts mergeability, while general domain knowledge and weight-level metrics are weak predictors. They also demonstrate that mergeability is largely an intrinsic property of the update rather than the merge set, and propose a weighted mean merging scheme using inverse base-model accuracy to better preserve weakly learned tasks without harming strong ones. The results suggest practical merging strategies that account for base-model familiarity to improve retention of knowledge across tasks, with implications for building robust multitask models from specialized adapters.
Abstract
Model merging has emerged as a promising technique for combining multiple fine-tuned models into a single multitask model without retraining. However, the factors that determine whether merging will succeed or fail remain poorly understood. In this work, we investigate why specific models are merged better than others. To do so, we propose a concrete, measurable definition of mergeability. We investigate several potential causes for high or low mergeability, highlighting the base model knowledge as a dominant factor: Models fine-tuned on instances that the base model knows better are more mergeable than models fine-tuned on instances that the base model struggles with. Based on our mergeability definition, we explore a simple weighted merging technique that better preserves weak knowledge in the base model.
