Black-box Model Merging for Language-Model-as-a-Service with Massive Model Repositories
Shilian Chen, Jie Zhou, Tianyu Huai, Yujiang Lu, Junsong Li, Bihao Zhan, Qianjun Pan, Yutao Yang, Xin Li, Qin Chen, Hang Yan, Liang He

TL;DR
This paper introduces Evo-Merging, a derivative-free optimization method for black-box model merging of large language models via API calls, effectively combining multiple models without access to their weights.
Contribution
The paper presents a novel black-box model merging framework using evolutionary algorithms, enabling model integration solely through inference API queries for massive LLMs.
Findings
Achieves state-of-the-art results on various tasks
Outperforms existing baselines significantly
Demonstrates effectiveness without access to model weights
Abstract
Model merging refers to the process of integrating multiple distinct models into a unified model that preserves and combines the strengths and capabilities of the individual models. Most existing approaches rely on task vectors to combine models, typically under the assumption that model parameters are accessible. However, for extremely large language models (LLMs) such as GPT-4, which are often provided solely as black-box services through API interfaces (Language-Model-as-a-Service), model weights are not available to end users. This presents a significant challenge, which we refer to as black-box model merging (BMM) with massive LLMs. To address this challenge, we propose a derivative-free optimization framework based on the evolutionary algorithm (Evo-Merging) that enables effective model merging using only inference-time API queries. Our method consists of two key components: (1)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel-Driven Software Engineering Techniques · Multi-Agent Systems and Negotiation · Semantic Web and Ontologies
