Is Heterogeneous Model Soup Tasty? A Multidimensional Evaluation of Diverse Model Soups in Language Model Alignment
摘要
Training and fine-tuning language models is becoming increasingly expensive. “Model soups” offer a promising solution by combining parameters from separately trained models to create a new one with merged capabilities. Our paper explores using heterogeneous model soups to improve LLM alignment by combining models trained with different alignment methods - a novel approach not previously explored in literature. Through empirical evaluation using an “LLM-as-a-judge” approach, we found that mixing different types of models can improve alignment performance, though this requires careful adaptation of interpolation techniques to account for varying alignment objectives. We’ve shared our model merging source code on GitHub ( https://github.com/dawidm/iccs-2025-model-soups ).