Souper-Model: How Simple Arithmetic Unlocks State-of-the-Art LLM Performance
Shalini Maiti, Amar Budhiraja, Bhavul Gauri, Gaurav Chaurasia, Anton Protopopov, Alexis Audran-Reiss, Michael Slater, Despoina Magka, Tatiana Shavrina, Roberta Raileanu, Yoram Bachrach
TL;DR
This work tackles the resource-intensive training of large language models by introducing Soup Of Category Experts (SoCE), a category-aware model souping framework that leverages benchmark composition to select expert models and non-uniformly weight them. By exploiting weak correlations across benchmark categories, SoCE achieves state-of-the-art performance on the Berkeley Function Calling Leaderboard and shows robust improvements across MGSM and ∞-Bench, while increasing cross-category consistency. The approach is grounded in correlation analysis and Shapley-value analysis to justify candidate selection and weighting, highlighting practical gains from reusing existing checkpoints without retraining. The findings suggest that organized, category-aware model fusion can yield substantial performance and robustness benefits with potential for broad open-source reuse and resource savings in real-world deployments. This work advances efficient model aggregation and provides a principled framework for combining diverse capabilities across LLMs.
Abstract
Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their training remains resource- and time-intensive, requiring massive compute power and careful orchestration of training procedures. Model souping-the practice of averaging weights from multiple models of the same architecture-has emerged as a promising pre- and post-training technique that can enhance performance without expensive retraining. In this paper, we introduce Soup Of Category Experts (SoCE), a principled approach for model souping that utilizes benchmark composition to identify optimal model candidates and applies non-uniform weighted averaging to maximize performance. Contrary to previous uniform-averaging approaches, our method leverages the observation that benchmark categories often exhibit low inter-correlations in model performance. SoCE identifies "expert" models for each weakly-correlated category cluster and combines them using optimized weighted averaging rather than uniform weights. We demonstrate that the proposed method improves performance and robustness across multiple domains, including multilingual capabilities, tool calling, and math and achieves state-of-the-art results on the Berkeley Function Calling Leaderboard.
