Paper deep dive
CABS+: Efficient and Scalable Model Merging via Conflict-Aware Sparsification and Adaptive Weight Allocation
Yuchen Liu, Zongzhen Yang, Binhang Qi, Hailong Sun, Xiang Gao
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 8/14/2026, 5:17:25 AM
Summary
The paper introduces CABS+, an enhanced model merging framework that extends the Conflict-Aware and Balanced Sparsification (CABS) method. CABS+ addresses the high time complexity of grid search and memory inefficiency of gradient-based methods by introducing Adaptive Weight Allocation (AWA), a gradient-free optimization strategy based on CMA-ES. It also proposes the Relative Synergy Score (RSS) to quantify model mergeability. Experiments show CABS+ outperforms AdaMerging and WUDIMerging in performance while requiring less than 25% of the GPU memory and achieving a 4x speedup.
Entities (9)
Relation Signals (8)
CABS+ → uses → Adaptive Weight Allocation
confidence 97% · Specifically, Adaptive Weight Allocation (AWA) optimizes merging coefficients via a gradient-free search scheme
CABS+ → proposesmetric → Relative Synergy Score
confidence 96% · propose Relative Synergy Score (RSS) to quantify model mergeability
CABS+ → extends → CABS+
confidence 95% · To address these limitations, we extend CABS and propose CABS+.
CABS+ → outperforms → AdaMerging
confidence 92% · Compared with AdaMerging and WUDIMerging, CABS+ improves overall performance by 16.97% and 12.93%, respectively
CABS+ → outperforms → WUDIMerging
confidence 92% · Compared with AdaMerging and WUDIMerging, CABS+ improves overall performance by 16.97% and 12.93%, respectively
CABS+ → achievesspeedupover → WUDIMerging
confidence 90% · achieves nearly a 4x speedup in merging time over WUDIMerging
Adaptive Weight Allocation → basedon → CMA-ES
confidence 90% · we propose a new computationally efficient adaptive weight allocation strategy, which is a gradient-free automatic optimization mechanism improved based on the Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
CABS+ → reducesmemoryusage → AdaMerging
confidence 90% · uses less than 25% of the GPU memory required by AdaMerging
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Model merging has recently attracted significant attention as a promising paradigm for constructing unified multi-task models without requiring additional retraining. However, parameter conflicts and knowledge interference across tasks often degrade merged-model performance. Prior work introduced Conflict-Aware and Balanced Sparsification (CABS), which reduces parameter interference through structured pruning and sequential masking. However, CABS relies on grid search to determine scaling coefficients, resulting in exponential time complexity, while its optimization objective can be dominated by high-performance tasks, leading to suboptimal overall performance. To address these limitations, we extend CABS and propose CABS+. Specifically, Adaptive Weight Allocation (AWA) optimizes merging coefficients via a gradient-free search scheme to reduce time complexity, while an asymmetric fitness function promotes more comprehensive performance gains across tasks. Moreover, we conduct a systematic empirical study of key factors influencing model merging performance and propose Relative Synergy Score (RSS) to quantify model mergeability and guide model selection. We compare CABS+ with state-of-the-art model merging methods, including CABS, AdaMerging, and WUDIMerging, across 27 datasets and 5 models covering large language, small-scale language, and vision models. Extensive experiments verify the effectiveness and efficiency of CABS+. Compared with AdaMerging and WUDIMerging, CABS+ improves overall performance by 16.97% and 12.93%, respectively, exhibits stronger stability and robustness across varying task numbers and model architectures, uses less than 25% of the GPU memory required by AdaMerging, and achieves nearly a 4x speedup in merging time over WUDIMerging.
Tags
Links
- Source: https://arxiv.org/abs/2608.12842v1
- Canonical: https://arxiv.org/abs/2608.12842v1
Trouble viewing inline? Open PDF directly →
Full Text
85,254 characters extracted from source content.
Expand or collapse full text
CABS+: Efficient and Scalable Model Merging via Conflict-Aware Sparsification and Adaptive Weight Allocation Yuchen Liu Zongzhen Yang Binhang Qi Hailong Sun* Xiang Gao Thanks: Yuchen Liu, Zongzhen Yang, Binhang Qi, Hailong Sun, and Xiang Gao are with the State Key Laboratory of Complex & Critical Software Environment (CCSE), Beihang University, Beijing, China, and the Hangzhou Innovation Institute of Beihang University, Hangzhou, China. Thanks: Binhang Qi is also with the National University of Singapore, Singapore. Abstract Model merging has recently attracted significant attention as a promising paradigm for constructing unified multi-task models without requiring additional retraining. However, due to the widespread presence of parameter conflicts and knowledge interference across tasks, the performance of merged models is often unsatisfactory. To address these challenges, prior work introduced the Conflict-Aware and Balanced Sparsification (CABS) method, which reduces parameter interference through structured pruning and sequential masking. However, CABS, like the mainstream model merging methods, relies on grid search to determine scaling coefficients, leading to exponential time complexity, limiting its practical applicability. Meanwhile, its optimization objective is prone to being dominated by high performance tasks, resulting in suboptimal overall performance. To overcome these limitations, we extend CABS and propose the enhanced method, termed CABS+. Specifically, the Adaptive Weight Allocation (AWA) strategy optimizes merging coefficients via a gradient-free search scheme to reduce time complexity, while the asymmetric fitness function promotes more comprehensive performance gains across tasks. Moreover, to better understand the key factors influencing model merging performance, we conduct the systematic empirical study and propose a new metric, Relative Synergy Score (RSS), to quantify model mergeability, providing practical guidance for model selection in real-world applications. We compare CABS+ with state-of-the-art model merging methods, including CABS, AdaMerging, and WUDIMerging, across 27 datasets and 5 models covering large language models, small-scale language models, and vision models. Extensive experiments across diverse tasks and model scales verify the effectiveness and efficiency of CABS+. Compared with AdaMerging and WUDIMerging, CABS+ achieves overall performance improvements of 16.97% and 12.93%, exhibits stronger stability and robustness under varying task numbers and model architectures, while requiring less than 25% of the GPU memory used by AdaMerging and achieving nearly a 4× speedup in merging time compared with WUDIMerging. Index Terms: Model Merging, Task Vectors, Structured Pruning, Model Mergeability. I Introduction With the widespread adoption of the pretraining finetuning paradigm, a large number of task-specific model checkpoints have been accumulated in the open-source community. However, directly deploying multiple specialized models for different tasks incurs substantial storage and maintenance overhead, which is particularly undesirable in resource-constrained or real-world application scenarios [1]. Although multi-task learning can partially alleviate this issue, it typically relies on joint training over multiple tasks, resulting in considerable computational cost. Moreover, it often requires access to aggregated multi-task data, which may raise concerns regarding data sharing and privacy [2]. To address these limitations, model merging has emerged as an efficient alternative paradigm. The key idea is to combine multiple expert models in the parameter space to construct a unified multi-task model, without requiring access to multi-task training data or additional retraining. In recent years, model merging has been extensively studied in the deep learning community and has demonstrated promising practical utility across various domains [3, 4]. In the context of large language models (LLMs), task vector approaches have emerged as a dominant paradigm [5, 6, 7, 8, 9]. However, due to the widespread presence of parameter conflicts and knowledge interference among expert models, the merged model often exhibits inferior performance on individual tasks compared to its corresponding single-task counterparts [10]. To address this issue, recent studies have explored model merging from the perspective of parameter space geometry. In particular, sparsification of task vectors has been shown to effectively reduce parameter conflicts and has emerged as a strong paradigm for improving merging performance [11, 12, 13, 14, 15]. Such sparsification-based methods are closely related to model pruning techniques, where magnitude-based pruning [16] is commonly used to retain important parameters while removing redundant updates. However, prior studies [12] have observed that, in the context of model merging, magnitude-based pruning can be less effective than random sparsification. This is primarily because it tends to preserve highly overlapping and unevenly distributed parameters, which may exacerbate inter-task interference and limit the final performance. To address the limitations of existing sparsification-based model merging methods, we previously proposed the Conflict-Aware and Balanced Sparsification method (CABS, accepted by ICML 2025). CABS performs cross-layer uniform pruning to maintain the balanced distribution of information within each task vector, and further incorporates a sequential masking mechanism to encourage separation among task vectors in the parameter space, thereby reducing potential conflicts. However, CABS relies on grid search to determine task scaling coefficients, in which time complexity grows exponentially with the number of tasks to be merged, leading to high practical overhead. In addition, its optimization objective focuses on the aggregated performance across all tasks, which tends to bias the resulting scaling coefficients toward a subset of high-performing tasks, thereby weakening performance on the remaining ones. Existing approaches for optimizing merging coefficients can be broadly categorized into two groups. The first introduces additional modules to model data features or meta-information, typically incurring extra training cost and computational overhead [17, 18]. The second category determines scaling coefficients using test data without requiring additional training data, as exemplified by AdaMerging [8]. However, such methods often demand substantial GPU memory when applied to large-scale language models with billions of parameters and long-context inputs, with memory consumption growing linearly with the number of models to be merged, which makes them less feasible on widely accessible hardware platforms (e.g., V100 GPUs) and limits the scalability of model merging in practical deployments. To address the aforementioned limitations, this work extends CABS and proposes an enhanced framework, termed CABS+. Specifically, CABS+ introduces the Adaptive Weight Allocation (AWA) strategy, which performs efficient optimization via the gradient-free search mechanism. By eliminating the need for gradient computation and backpropagation, AWA reduces the memory overhead of the merging process to the level of standard inference, making it feasible to merge billion parameter models on a single GPU with limited memory. Meanwhile, AWA incorporates the boundary-constrained search space along with the asymmetric fitness evaluation strategy to account for scale differences across task-specific losses. Compared to conventional black-box optimization methods, this design facilitates faster convergence and mitigates the tendency of the optimization process to be dominated by high-loss tasks. In addition, AWA is naturally compatible with the CABS pruning strategy. Since task vectors have already undergone conflict reduction during the CABS pruning stage, the resulting optimization landscape for merging coefficients becomes smoother with reduced non-convexity. This property provides favorable conditions for efficient search and stable convergence of AWA, thereby improving the efficiency and reliability of the optimization process. Furthermore, to fill the gap in the community regarding the lack of systematic exploration into key factors affecting model merging, we conduct the multi-dimensional empirical study on model mergeability and propose Relative Synergy Score (RSS) to quantify it. Through extensive analysis, multiple key factors influencing mergeability are identified and validated, including task heterogeneity, data distribution heterogeneity, training configurations, model architecture, and model scale, thereby providing practical guidelines for model selection prior to merging. Extensive experimental results show that CABS+ achieves superior performance across various settings while also offering notable efficiency advantages. In terms of performance, CABS+ demonstrates stronger robustness to variations in model architectures and the number of tasks, and achieves higher average performance than state-of-the-art methods, outperforming AdaMerging and WUDIMerging by 16.97% and 12.93%, respectively. In representative large-model efficiency experiments on Mistral, CABS+ requires less than 25% of the GPU memory used by AdaMerging and achieves a nearly 4× speedup in merging time compared with WUDIMerging. The main contributions of this work are summarized as follows: • We propose CABS+, which extends CABS to address its high time complexity, reduces excessive GPU memory consumption of comparable methods, and mitigates the tendency of optimization to be dominated by tasks with larger loss scales, thereby achieving more comprehensive performance improvements across tasks. • We conduct the systematic investigation of model mergeability and identify six critical factors that affect model merging performance. To support this analysis, we propose the new metric, termed Relative Synergy Score, to quantify model mergeability, thereby providing practical guidelines for model selection before merging. • Extensive experiments across 27 tasks and 5 models of varying scales demonstrate that CABS+ outperforms AdaMerging and WUDIMerging by 16.97% and 12.93% in overall performance, respectively, and exhibits advantages in both memory usage and merging efficiency. Our source code is available at https://anonymous.4open.science/r/CABS_Plus-70C1. I Related Work I-A Data-Free Model Merging The most basic merging strategy is simple averaging [19, 20], which directly computes the mean of corresponding parameters across models. However, this approach often fails to account for task-specific parameter variations, leading to suboptimal performance. To achieve more refined weight allocation, Fisher Merging [21] introduces the Fisher information matrix to assess the importance of each expert model’s parameters and assign corresponding merging weights accordingly. Similarly, RegMean [5] adopts an alternative approach by minimizing the prediction discrepancy between the merged model and individual task models to merge. Subsequently, Task Arithmetic [7] proposes an innovative method based on task vectors, defined as the difference between the finetuned model and the pretrained model parameters, and employs scaling coefficients to flexibly control the contribution of each task vector during the merging process. WUDI-Merging [9] considers the geometric relationships of task vectors in parameter space, characterizing the linear subspace structure and suppressing inter-task interference through the optimization process. Additional approaches focus on aligning the losses between the merged model and the task-specific models [22, 23]. Although such methods can effectively merge models, significant parameter redundancy and sign conflicts often exist between expert models, which can severely degrade the performance of the merged model. I-B Test-Time Adaptive Model Merging Test-Time adaptive methods employs certain test data to resolve conflicts between tasks. For instance, AdaMerging [8] minimizes the unsupervised entropy on test samples as an objective and dynamically learns the merging coefficients via gradient descent. Representation Surgery [24] seeks to minimize the discrepancy between the merged model and individual expert models in feature space, thereby effectively alleviating representation bias during feature extraction. However, such methods frequently incur substantial GPU memory usage when applied to large scale models, thereby limiting their feasibility in resource-constrained environments. I-C Sparsification-Based Model Merging Sparsification-based methods primarily target the removal of redundant or conflict parameters through sparsification. TIES-Merging [13] preserves critical knowledge by pruning low-magnitude redundant parameters and resolving sign conflicts. Consensus Merging [25] further enhances performance by eliminating weights that negatively impact the merging process, often referred to as selfish or catastrophic weights. DARE [12], inspired by the Dropout [26] mechanism, randomly discards a large portion of parameters and rescales the remaining weights, demonstrating the potential of sparsity to alleviate conflicts. These sparsification strategies, which have shown remarkable effectiveness in model merging, are closely related to conventional model compression and pruning techniques used to reduce computational cost while retaining core performance. Notably, magnitude-based pruning assumes that parameters with larger absolute values carry more critical information [27, 28, 29]. However, in the context of model merging, directly applying magnitude pruning can lead to highly uneven weight distributions, exacerbating inter-task conflicts rather than mitigating them. To address this imbalance in weight distribution, structured pruning techniques were incorporated into the model merging process. The Conflict-Aware and Balanced Sparsification method (CABS, accepted by ICML 2025), employs sequential pruning to generate masks that eliminate parameter overlap among task vectors, while integrating n:mn:m pruning [30, 31] to ensure globally balanced weight distributions. This approach significantly improves both the stability and performance of multi-task model merging. However, CABS relies on the grid search strategy to determine the scaling coefficients, resulting in prohibitively high time complexity and limiting its practical applicability. Moreover, its optimization objective typically aggregates the performance of all tasks in a simple manner, which can lead to uneven performance improvements across tasks and suboptimal overall outcomes. I Methodology Fig. 1: Illustration of the overall framework of CABS+. (a) Conflict-Aware and Balanced Sparsification; (b) Adaptive Weight Allocation strategy; (c) Overall pipeline of CABS+. To address the above issues, we propose CABS+, whose overall pipeline is illustrated in Fig. 1. Compared with CABS, CABS+ mainly differs in the introduction of a gradient-free adaptive weight allocation (AWA) strategy, which reduces the time complexity of the previous grid-search approach while improving model merging performance. The detailed procedure is given in Algorithm 1. I-A Conflict-Aware Sparsification (CA) Sequential pruning and masking. CA mainly adopts a sequential pruning strategy to avoid parameter overlap between task vectors, thereby effectively eliminating parameter conflicts during merging. Specifically, task vector τA _A is first pruned, and the positions of the parameters to be retained are marked to generate a mask, denoted as maskAmask_A. Subsequently, this mask is used to guide the pruning of the subsequent task vector τB _B, so as to prevent parameter overlap at the same positions. More specifically, in order to eliminate the overlap with τA _A, the parameters retained in task vector τB _B are computed as follows before the subsequent pruning: τB remaining=τB⊙(1−maskA). _B remaining= _B (1-mask_A). (1) Afterward, the task vector τB remaining _B remaining is pruned to generate the corresponding new maskBmask_B. Then, the pruned task vector τ~B τ_B is merged with the previously pruned task vector τ~A τ_A to obtain a model parameter matrix without overlap. If multiple tasks exist, the same procedure is applied. Minimizing overlap under low sparsity. When the sum of the retained parameter ratios of all task vectors exceeds 1, overlap cannot be completely avoided. For example, if both task A and task B retain 60% of the parameters after pruning, only 40% of the parameter space in task vector τB _B can remain fully non-overlapping with τA _A. The remaining 20% parameters of τB _B are therefore selected from the overlapping region. For this unavoidable overlap, sign selection and parameter averaging strategies similar to TIES-Merging [13] are adopted to preserve the performance of both tasks as much as possible. This overlap-restricted strategy consistently provides stable performance improvements across different tasks and model settings. A detailed derivation showing that the non-overlapping masks generated by CA make the pruned task vectors orthogonal in the Frobenius inner product, eliminate the cross term in the merged update norm, and enable independent scaling of task-vector contributions is provided in the supplementary material. Algorithm 1 CABS+ Input: Task vectors τA,τB _A, _B, base model WbaseW_base, sparsity level n,mn,m, feasible bounds [l,u][l,u], population size K, max generations G Output: Merged model parameters WfinalW_final 1: Phase 1: Conflict-Aware and Balanced Sparsification (CABS) 2: Apply n:mn:m pruning to τA _A and compute maskAmask_A 3: τB remaining=τB⊙(1−maskA) _B remaining= _B (1-mask_A) to eliminate overlap with τA _A 4: Apply n:mn:m pruning to τB remaining _B remaining to compute maskBmask_B 5: Define pruned vectors: τ~A=maskA⊙τA τ_A=mask_A _A, τ~B=maskB⊙τB τ_B=mask_B _B 6: Phase 2: Adaptive Weight Allocation (AWA) 7: Initialize: covariance C(0)=IC^(0)=I, step size σ(0)=0.05σ^(0)=0.05 8: Compute base loss Lbase,tL_base,t for each task t at initial state λ0= _0=1 9: for g=0g=0 to G−1G-1 do 10: for k=1k=1 to K do 11: Sample coefficients: λk(g)∼m(g)+σ(g)(0,C(g)) _k^(g) m^(g)+σ^(g)N(0,C^(g)) 12: Bound constraint PΩP_ : λk,i(g)=min(u,max(l,λk,i(g))) _k,i^(g)= (u, (l, _k,i^(g))) 13: Construct candidate model: Wk=Wbase+λk,A(g)τ~A+λk,B(g)τ~B aligned W_k=W_base&+ _k,A^(g) τ_A+ _k,B^(g) τ_B aligned 14: Evaluate asymmetric fitness: F(λk(g))=∑tft(λk(g))F( _k^(g))= _tf_t( _k^(g)) 15: end for 16: Sort candidates by F(λk(g))F( _k^(g)) and select top μ=K/2μ=K/2 optimal samples 17: Update m(g+1)m^(g+1) using logarithmically weighted average of top μ samples 18: Update σ(g+1)σ^(g+1) and C(g+1)C^(g+1) using evolution paths pσp_σ and pcp_c 19: end for 20: Extract optimal coefficients: λ∗=argminF(λ)λ^*= F(λ) 21: Merge the pruned vectors with the base model using optimal coefficients: Wfinal=Wbase+λA∗×τ~A+λB∗×τ~BW_final=W_base+ _A^*× τ_A+ _B^*× τ_B 22: Return WfinalW_final I-B Balanced Sparsification (BS) The weight matrix of the model is first divided into m non-overlapping blocks of consecutive weights. Within each block, only the n parameters with the largest absolute values are retained, and the rest are pruned. This block-wise local pruning strategy is applied uniformly across all layers of the model, so that the retained weights are distributed more evenly throughout the network rather than concentrated in one or two layers, thereby preventing severe parameter conflicts when multiple task models are merged. It is worth noting that the proposed BS strategy differs fundamentally from traditional n:m pruning in terms of its objective. Conventional n:m pruning primarily aims to reduce computational and memory costs through structured sparsity for model compression and inference acceleration. In contrast, BS is designed to mitigate parameter conflicts during model merging by enforcing more balanced feature distributions across different task vectors with higher sparsity ratios. Consequently, unlike conventional sparse models, the final merged model produced by BS remains dense. This strategy prioritizes merging performance and task compatibility rather than inference efficiency. I-C Adaptive Weight Allocation (AWA) CA effectively ensures orthogonality among task vectors in the parameter space to minimize conflicts, while BS guarantees the uniform retention of each task vector’s information to enhance stability. However, achieving better model merging performance still faces a key challenge: How to determine the scaling coefficient for each task vector? Even if the task vectors are already orthogonal and evenly distributed in the parameter space, the scaling coefficients λ that determine their contributions must still be set when merging them into the base model. Improper allocation of these coefficients can significantly degrade the performance of the merged model. In the previous conference version, we used grid search to determine these coefficients. However, this approach has two critical limitations. First, its computational time complexity grows exponentially with the number of tasks being merged. Second, the objective focuses solely on the sum of performance across all tasks. This often causes the selected coefficients to be dominated by a few high-performing tasks and prevents achieving optimal merging performance. Existing methods for optimizing merging coefficients, such as AdaMerging, mostly rely on gradient-based optimization. This requires constructing the full computation graph during the forward pass to enable backpropagation through the chain rule. In the context of model merging, multiple task vectors must be simultaneously incorporated into the computation graph, as they jointly participate in the optimization of merging coefficients. This requires the GPU to maintain not only the base model parameters but also all task-specific parameter updates at the same time. To compute loss.backward(), the intermediate results of each layer must be stored. For large language models with billions of parameters and contexts of several thousand tokens, storing the intermediate activations needed for gradient computation consumes enormous GPU memory. When multiple task vectors are involved, this memory overhead is further amplified, as each task contributes additional parameters and corresponding computation paths in the graph. Specifically, memory complexity grows linearly with the number of task vectors, as well as model depth L and sequence length T, leading to substantial memory overhead in model merging scenarios. Even with a batch size of 1, this often exceeds the memory capacity of a single high-performance GPU such as the A100. This memory bottleneck severely limits the scalability of model merging techniques. To address these issues, we propose a new computationally efficient adaptive weight allocation strategy, which is a gradient-free automatic optimization mechanism improved based on the Covariance Matrix Adaptation Evolution Strategy (CMA-ES) [32]. Since this method does not require gradient computation or backpropagation, the GPU memory usage is strictly limited to the level of the inference stage, making it possible to merge billion parameter scale models on consumer-level GPUs such as the V100. At the same time, this strategy can be well combined with the CA and BS methods described above. In general, evolutionary algorithms tend to suffer from slow convergence. However, because the task vectors can minimize task conflicts after the CABS pruning process, the optimization landscape of the merging coefficients becomes smoother and the non-convexity is significantly reduced. This allows the proposed AWA optimization strategy to perform the search more efficiently and achieve faster convergence, thereby improving the stability and reliability of the overall optimization process. Gradient-free sampling and boundary constraints. AWA formulates the determination of the scaling coefficients as an optimization problem in a continuous space. Specifically, K candidate solutions are first sampled from a multivariate normal distribution: λk(g)∼(g)+σ(g)(,(g)),k=1,…,K. _k^(g) ^(g)+σ^(g)N(0,C^(g)), k=1,...,K. (2) Here, g denotes the iteration index, m(g)m^(g) is the mean vector of the current distribution, and C is the covariance matrix of the algorithm with the initial value set to the identity matrix I. The step size is denoted by σ, whose initial value is set to 0.05 by default. The coefficient vector is denoted by λ, whose dimension D equals the number of tasks to be merged. To ensure that the scaling coefficients remain within a reasonable range rather than exploring an unbounded space, we introduce boundary constraints based on the CMA-ES algorithm. The feasible region Ω=∈ℝD∣l≤vi≤u,∀i=1,…,D =\v ^D l≤ v_i≤ u,\ ∀ i=1,…,D\ is defined in a D dimensional space, where the lower bound is set to l=0.1 and the upper bound is set to u=2. At the g-th iteration, for each λk(g) _k^(g), the projection function PΩP_ is applied to obtain the constrained coefficient λk(g) _k^(g) : λk(g)=Ω((g)+σ(g)(,(g))). _k^(g)=P_ (m^(g)+σ^(g)N(0,C^(g)) ). (3) The explicit expression in component-wise form is given as: [λk(g)]i=min(u,max(l,[λk(g)]i)),i=1,…,D. [ _k^(g) ]_i= (u, (l, [ _k^(g) ]_i ) ), i=1,...,D. (4) Asymmetric fitness evaluation for handling scale differences. In the standard CMA-ES strategy, the optimization objective is to minimize the sum of the absolute loss values over all tasks: Jtrad(λ)=∑t=1TLt(θ(λ)).J_trad(λ)= _t=1^TL_t (θ(λ) ). (5) where θ denotes the merged model. However, since different tasks have different loss scales, the optimizer tends to be dominated by tasks with larger losses while ignoring tasks with smaller losses. According to our experimental observations, this typically manifests as improving the performance of some tasks at the cost of degrading the performance of others during the optimization process. To address this question, we introduce the asymmetric penalty mechanism in AWA. For each individual λk(g) _k^(g), the fitness function F(λk(g))F ( _k^(g) ) is computed. Specifically, before the search begins, the baseline loss of each task under the initial state λk(g) _k^(g) is first computed: Lbase(t)=ℒt(θ(λ(0))).L_base^(t)=L_t (θ(λ^(0)) ). (6) For any candidate solution λ, the normalized relative change with respect to the baseline is computed to eliminate scale differences across tasks: Δt(λ)=Lt(θ(λ))−Lbase(t)Lbase(t). _t(λ)= L_t(θ(λ))-L_base^(t)L_base^(t). (7) Subsequently, the asymmetric penalty function ftf_t is constructed, which applies a large penalty to tasks whose loss has increased, meaning that they have experienced performance drop, for example with α=100 and β=1. ft(λ)=α⋅Δt(λ)ifΔt(λ)>0.β⋅Δt(λ)ifΔt(λ)≤0.f_t(λ)= casesα· _t(λ)&if _t(λ)>0.\\ β· _t(λ)&if _t(λ)≤ 0. cases (8) The final fitness function is obtained as the sum of the asymmetric scores across all tasks: F(λ)=∑t=1Tft(λ)F(λ)= _t=1^Tf_t(λ) (9) Population selection and mean update. The samples are ranked according to F(λ)F(λ), and the top μ samples (μ=K/2μ=K/2) are selected to update the distribution parameters m(g+1)m^(g+1), σ(g+1)σ^(g+1), C(g+1)C^(g+1) in order to maximize the likelihood estimate. The new distribution mean m(g+1)m^(g+1) is computed as the weighted average of the top μ individuals. Let λ1:K(g),…,λμ:K(g) _1:K^(g),..., _μ:K^(g) denote the top μ individuals in the current iteration, then: (g+1)=∑i=1μwii:K(g).m^(g+1)= _i=1^μw_i λ_i:K^(g). (10) where wiw_i are the normalized weights (w1>⋯>wμ>0,Σwi=1w_1>·s>w_μ>0, w_i=1), representing the shift of the search center. To ensure that higher-ranked individuals contribute more to the mean update, the weights are typically defined as: wi′=ln(μ+0.5)−ln(i),fori=1,…,μ.w_i = (μ+0.5)- (i), ~i=1,...,μ. (11) They are then normalized so that their sum equals 1: wi=wi′∑j=1μwj′.w_i= w_i^ _j=1^μw_j^ . (12) where w1w_1 is the largest and exerts the strongest influence in pulling the mean m toward its position, while wμw_μ is the smallest, and all weights less than wμw_μ are set to zero, contributing no further updates. Step size control and covariance matrix adaptation. AWA uses the conjugate evolution path to control the step size σ. The principle is as follows: if the evolution path remains approximately orthogonal over multiple iterations, indicating a random walk, the step size is too small; if the path direction remains consistent over iterations, indicating straight-line movement, the step size is too large. First, the vector pσp_σ that records the step size path is updated: σ(g+1)=(1−cσ)σ(g)+cσ(2−cσ)μeff⋅((g))−12(g+1)−(g)σ(g). splitp_σ^(g+1)&=(1-c_σ)p_σ^(g)\\ & + c_σ(2-c_σ) _eff· (C^(g) )^- 12 m^(g+1)-m^(g)σ^(g). split (13) where cσc_σ is the decay time constant, C−12C^- 12 denotes the isotropic transformation of the covariance matrix, and μeff _eff is the variance-effective selection mass: μeff=1∑i=1μwi2=1‖2. _eff= 1 _i=1^μw_i^2= 1\|w\|^2. (14) The step size σ(g+1)σ^(g+1) is then updated based on pσ(g+1)p_σ^(g+1): σ(g+1)=σ(g)exp(cσdσ(∥σ(g+1)∥E∥(,)∥−1)).σ^(g+1)=σ^(g) ( c_σd_σ ( _σ^(g+1) E (0,I) -1 ) ). (15) At this stage, if the path length ∥pσ∥ p_σ exceeds the expected length for a random walk, σ is increased; otherwise, it is decreased. Simultaneously, the evolution path pcp_c, which records the anisotropy of the search trajectory, is updated: c(g+1)=(1−c)c(g)+c(2−c)μeff(g+1)−(g)σ(g).p_c^(g+1)=(1-c_c)p_c^(g)+ c_c(2-c_c) _eff m^(g+1)-m^(g)σ^(g). (16) Finally, the covariance matrix is updated using the decayed previous matrix c(g)c^(g), the historical evolution path pc(g+1)p_c^(g+1), and the information from the current population: (g+1)=(1−c1−cμ)(g)+c1(c(g+1)(c(g+1))T)+cμ∑i=1μwiiiT. splitC^(g+1)=&(1-c_1-c_μ)C^(g)\\ &+c_1 (p_c^(g+1) (p_c^(g+1) )^T )\\ &+c_μ _i=1^μw_i\,y_iy_i^T. split (17) where i=(λi:K(g)−(g))/σ(g)y_i=( _i:K^(g)-m^(g))/σ^(g) denotes the deviation vectors after subtracting the mean. The adaptive update of the covariance matrix C endows AWA with a fundamental advantage beyond simple heuristic search. It can not only dynamically adjust the scale of the search space, but also implicitly learn the relationships between different task coefficients. For example, if the optimization landscape exhibits off-diagonal characteristics, such as an increase in λ1 _1 requiring a specific proportional decrease in λ2 _2 to maintain loss reduction, AWA automatically adapts the search distribution to align with the objective function’s contours, forming a hyperellipsoid that allows efficient descent along correlated directions. This optimization is unattainable with grid search, which evaluates each task coefficient independently. Final output and model merging. After the search finishes, the optimal coefficient vector is obtained: λ∗=argminF(λ).λ^*=argminF(λ). (18) The final model merging is then performed: θmerged=θbase+∑t=1Tλt∗⋅τ~t. _merged= _base+ _t=1^T _t^*· τ_t. (19) where T denotes the number of models to be merged, and τ~t τ_t represents the task vectors processed by CABS pruning. Time complexity comparison. Compared with grid search, AWA has the significant advantage in time complexity. Assume there are T tasks, and S search steps are sampled in each dimension. Grid search requires (ST)O(S^T) evaluations, which makes it prone to the curse of dimensionality when merging multiple tasks, resulting in a substantial increase in time consumption. In contrast, the complexity of AWA mainly depends on the population size K and the number of iterations G. The upper bound of the total number of evaluations is (K×G)O(K× G), which avoids the exponential dependence on the number of tasks. This not only significantly reduces the time required for merging, but also enables the search for better solutions in the wider continuous space. IV Experiments IV-A Experimental Setup Benchmarks and Checkpoints. We conduct large language model evaluations on the LLM Leaderboard benchmark [33] using the Mistral-7B-v0.1 [34] backbone and its fine-tuned variants WildMarcoroni-Variant1-7B and WestSeverus-7B-DPO-v2. This benchmark includes six tasks: AI2 Reasoning Challenge [35], HellaSwag [36], MMLU [37], TruthfulQA [38], Winogrande [39], and GSM8K [40]. In addition, we perform experiments on the Open LLM Leaderboard 2 [41] benchmark using Qwen-2.5-7B-Instruct [42] and its fine-tuned variants fq2.5-7B and Tsunami-0.5-7B. This benchmark consists of six more challenging tasks, including IFEval [43], BBH [44], MATH [45], GPQA [46], MUSR [47], and MMLU-Pro [37]. All corresponding checkpoints are publicly available on Hugging Face. The evaluations on both benchmarks are conducted using the EleutherAI Language Model Evaluation Harness [48], which is a widely recognized standard framework for evaluating LLM capabilities. For smaller models, we evaluate RoBERTa [49] and GPT-2 [50] on the GLUE benchmark [51]. Specifically, we consider the CoLA [52], MNLI[53], MRPC [54], QNLI, QQP, RTE [55, 56, 57, 58], and SST-2 [59] datasets. To further increase task difficulty and diversity, we additionally include the multiple-choice reading comprehension task RACE [60] and the question answering task SQuAD [61] in the RoBERTa experiments. These datasets and their corresponding finetuned checkpoints are obtained from the FusionBench [62] repository, which is a comprehensive benchmark and unified library for model merging. Detailed descriptions of all datasets and links to the corresponding checkpoints can be found in Sections B.7 and B.8 of the appendix in our conference version. Evaluation Metrics. For tasks from the GLUE benchmark, we uniformly use accuracy as the evaluation metric. For tasks from the LLM Leaderboard benchmark and the Open LLM Leaderboard 2 benchmark, we adopt the default metrics specified in the corresponding leaderboard descriptions for each task, such as success rate and accuracy. Detailed descriptions of the metrics used can be found in Section B.9 of the appendix in our conference version. Baselines. We compare our CABS+ method with several representative and widely used model merging approaches, including Task Arithmetic and TIES-Merging [13], as well as AdaMerging [8], which similar to our method, determines task scaling coefficients without requiring additional training data or architectural modifications. We also include our previous CABS method, which has been accepted by ICML 2025, as well as the recent state-of-the-art method WUDI-Merging [9]. In addition, since CABS+ involves a prepruning stage, we further combine the above methods with magnitude pruning and DARE pruning to evaluate their performance after pruning, thereby enabling a fairer comparison. To assess how far current model merging methods are from the expected ideal performance in large models, a new concept termed the “ideal model” is proposed. In our experiments, it is defined as the best performance achieved for each task among multiple checkpoints derived from the same base model under different fine-tuning configurations, serving as an upper bound for model merging performance. Implementation Details. All model merging experiments are conducted on V100 GPUs with 32 GB memory on the Crater server platform [63]. To ensure the consistency and stability of the results, each experimental configuration is evaluated three times, and the average results are reported. For large models, inference is performed using the lm-evaluation-harness version 0.4.0 library, with the batch size set to auto and all other parameters kept at their default values. For the AWA strategy in CABS+, the population size is set to K=6, the initial step size is set to σ=0.05, and the number of iterations is set to G=50. An early stopping mechanism is applied such that the search terminates when the loss shows no significant change for 6 consecutive iterations. The remaining parameters follow the standard settings of the Covariance Matrix Adaptation Evolution Strategy. For the BS pruning strategy, the hyperparameters are consistent with those in the conference version. Specifically, the sparsity level is set to 0.90 for small models and 0.75 for large models. TABLE I: Results of 7B LLMs on the Open LLM Leaderboard 2. Method MMLU IFEval BBH MATH GPQA MUSR AVG Tsunami-0.5-7b 45.08 55.85 55.55 33.16 31.84 44.35 44.31 fq2.5-7b 44.83 44.97 56.23 34.36 32.13 46.57 43.18 Ideal Model 45.08 55.85 56.23 34.36 32.13 46.57 45.04 Task-Arithmetic 44.83 43.75 56.17 28.36 31.31 46.72 41.86 + Magnitude 44.91 55.14 55.36 35.01 31.65 43.28 44.23 + DARE 44.71 45.49 55.71 35.53 32.56 42.76 42.79 TIES-Merging 45.10 53.72 55.77 34.67 31.94 45.01 44.37 + DARE 44.88 55.91 55.58 35.43 31.77 44.21 44.63 AdaMerging 44.74 47.77 55.99 31.37 31.46 46.86 43.03 + Magnitude 44.95 48.83 56.09 32.36 31.86 46.19 43.38 + DARE 44.93 54.41 55.95 33.20 32.47 44.21 44.20 WUDIMerging 45.05 53.54 55.96 33.18 31.79 45.00 44.09 + Magnitude 44.99 56.52 56.11 33.15 31.96 45.53 44.71 + DARE 44.91 54.65 55.73 34.67 32.72 43.16 44.31 CABS-fqFirst 44.81 44.97 56.03 31.66 31.58 47.25 42.72 CABS+-fqFirst (ours) 44.63 55.82 56.03 35.73 31.99 46.31 45.09 (+2.37) CABS-TFirst 44.86 44.45 55.92 30.37 31.66 46.19 42.24 CABS+-TFirst (ours) 44.55 57.32 56.15 34.69 32.92 44.99 45.10 (+2.86) TABLE I: Performance comparison of 7B LLMs on LLM Leaderboard using different merging methods. Method ARC Hella. MMLU TQA Wino. GSM8K AVG WestSeverus 71.30 88.26 63.92 72.72 83.69 74.27 75.69 WildMarcoroni 73.63 88.67 63.96 70.07 84.34 74.48 75.86 Ideal Model 73.63 88.67 63.96 72.72 84.34 74.48 76.30 Task Arithmetic 72.52 89.25 63.39 74.00 83.46 73.38 76.02 + Magnitude 71.93 89.32 63.18 73.85 84.12 72.22 75.77 + DARE 72.64 88.86 63.54 72.82 84.03 73.44 75.89 TIES-Merging 71.42 89.17 63.16 73.82 84.74 73.01 75.89 + DARE 71.87 88.95 63.56 72.87 84.61 73.21 75.85 AdaMerging 72.84 88.65 63.35 72.62 84.14 73.81 75.90 + Magnitude 72.92 87.77 63.42 73.01 83.90 75.24 76.04 + DARE 72.05 87.26 63.79 72.64 83.71 75.73 75.86 WUDIMerging 75.33 88.43 63.84 73.96 83.76 75.62 76.82 + Magnitude 74.05 87.04 63.97 64.68 80.13 75.55 74.24 + DARE 73.70 87.97 63.93 69.16 79.29 71.54 74.27 CABS 72.92 88.89 63.50 74.41 84.63 74.65 76.50 CABS+ (ours) 74.20 89.15 63.67 73.76 84.52 74.93 76.71 IV-B Results on Large Language Models Tables I and I present the comparison results on large language models. In these tables, the last column, “AVG”, denotes the average performance of the merged model, while the values in parentheses indicate the performance improvement relative to the conference version of CABS. Bold values in each column represent the best performance, whereas underlined values indicate the second-best results. It is evident that CABS+ achieves a substantial performance improvement over the CABS in the merging experiments on fq2.5-7B and Tsunami-0.5-7B. Its overall performance is highly competitive with the ideal model baseline while further surpassing the recent state-of-the-art method WUDIMerging. In addition, we also conduct experiments under different merging orders, and the results demonstrate that CABS+ exhibits strong robustness to the order of model merging. In the model merging experiments on WildMarcoroni-Variant1-7B and WestSeverus-7B-DPO-v2, the performance of CABS+ is only marginally lower than that of WUDIMerging and remains highly comparable overall. Notably, although the CABS has already surpassed the ideal model baseline, we are still able to achieve further performance improvements on top of it, demonstrating the continued optimization capability of the proposed method. Beyond the overall comparison, Tables I and I show that pruning strategies generally improve most merging methods on the Qwen2.5 series, but often degrade performance on the Mistral series. In contrast, CABS+ maintains stable performance across both model families, suggesting that its conflict-aware masking mechanism can reduce interference in heterogeneous task settings while better preserving shared representations in homogeneous settings. A detailed analysis is provided in the supplementary material. IV-C Results on Small-Scale Language Models For the small scale model experiments, we mainly conduct evaluations on GPT-2 and RoBERTa, respectively assessing the performance under different numbers of merged tasks. Specifically, Tables IV, I, and V present the results on RoBERTa under 4 tasks, 6 tasks, and 2 tasks merging settings, respectively. Tables VI and Table VII correspond to the results on GPT-2 under different task number merging scenarios. TABLE I: Performance of merging six task vectors on RoBERTa models. METHOD RTE MRPC CoLA SST-2 RACE SQuAD AVG Finetuned Model 79.42 91.18 85.04 94.04 71.71 79.82 83.54 Task Arithmetic 67.15 79.41 72.00 85.78 56.21 38.82 66.56 + Magnitude 72.56 81.13 75.26 87.50 56.99 36.23 68.28 + DARE 71.12 65.44 72.48 83.37 59.57 51.39 67.23 TIES-Merging 68.94 86.01 66.43 83.33 40.11 47.94 65.46 + DARE 74.40 83.83 72.92 56.37 60.38 53.80 66.95 AdaMerging 49.82 73.53 70.95 91.06 50.75 54.20 65.05 + Magnitude 57.40 69.85 70.18 87.39 59.63 47.66 65.35 + DARE 46.21 60.78 63.95 70.30 46.05 38.73 54.34 WUDIMerging 47.29 68.34 69.13 51.15 49.81 35.33 53.51 + Magnitude 47.21 69.37 69.11 63.42 61.29 39.71 58.35 + DARE 53.65 66.47 65.36 89.45 57.71 43.04 62.61 CABS 68.95 82.11 73.92 90.83 58.97 42.96 69.62 CABS+ (ours) 71.48 84.31 70.18 90.71 60.67 45.60 70.49 (+0.87) From Table IV, it can be observed that when performing 4 tasks merging on RoBERTa, the current CABS+ consistently achieves significant performance improvements over the original CABS across different task merging orders, while maintaining strong stability under varying merging sequences. At the same time, it clearly outperforms both WUDIMerging and AdaMerging. For the 2 tasks and 6 tasks merging settings reported in Tables V and I, respectively, the original CABS itself already surpasses the other compared methods, and CABS+ further improves the performance on top of this strong baseline. To provide a more comprehensive comparison of different methods under varying numbers of merged tasks, we further summarize their average performance on RoBERTa across different task number settings, as shown in Figure 2. As the number of tasks increases, the overall merging performance declines due to the growing task heterogeneity. This effect becomes particularly pronounced when transitioning from 4 tasks merging to 6 tasks merging, where the inclusion of question answering and multiple choice reading comprehension tasks, specifically SQuAD and RACE, introduces additional complexity. Despite these challenges, CABS+ consistently demonstrates superior performance over the compared methods under different task number configurations, while also exhibiting stronger robustness to variations in the number of merged tasks. TABLE IV: Performance of merging four task vectors on RoBERTa models. Method CoLA SST-2 RTE MRPC Avg Finetuned Model 85.04 94.04 79.42 91.18 87.42 Task Arithmetic 76.32 90.83 69.68 81.37 79.55 + Magnitude 82.07 87.04 65.34 79.66 78.53 + DARE 76.99 90.14 70.76 81.13 79.76 TIES-Merging 82.36 86.93 61.01 79.41 77.43 + DARE 77.66 90.94 69.31 81.62 79.88 AdaMerging 79.51 91.97 71.29 79.31 80.52 + Magnitude 69.76 92.55 59.99 80.73 75.76 + DARE 40.84 85.21 52.71 84.56 65.83 WUDIMerging 78.24 92.09 74.73 82.11 81.79 + Magnitude 69.51 71.33 47.29 69.85 64.50 + DARE 79.77 91.97 72.92 80.15 81.20 CABS (CSRM) 78.24 92.32 74.37 81.62 81.64 CABS+ (ours) 80.88 91.55 76.62 80.64 82.42 (+0.78) CABS (MRSC) 76.89 92.09 74.73 83.09 81.70 CABS+ (ours) 79.48 91.32 76.99 82.07 82.47 (+0.77) CABS (RCMS) 77.76 92.09 75.09 81.62 81.64 CABS+ (ours) 80.38 91.34 77.31 80.72 82.44 (+0.80) CABS (SCMR) 78.52 91.97 73.65 82.60 81.69 CABS+ (ours) 81.17 91.26 75.83 81.34 82.40 (+0.71) Fig. 2: Performance comparison of different merging methods on RoBERTa models across varying numbers of tasks. When performing task merging on GPT-2, we obtain observations similar to those on RoBERTa. As shown in Tables VII and VI, under the 6 tasks merging setting, CABS+ achieves a clear improvement over CABS, with the average performance increasing by 1.56%, while also surpassing WUDIMerging. Under the 2 tasks merging setting, even though the original CABS already significantly outperforms the other compared methods and achieves results comparable to the finetuned model baseline, incorporating the AWA strategy into CABS+ still brings performance gain. This further demonstrates the effectiveness of the proposed AWA strategy. Beyond the aggregate performance trends, AdaMerging and WUDIMerging show noticeable instability across different backbone architectures and task-number settings. In comparison, CABS+ exhibits more stable performance under these varying conditions, which can be attributed to the conflict reduction introduced by CABS pruning and the balanced coefficient optimization enabled by AWA. Detailed analyses of these baseline behaviors and the stability mechanism of CABS+ are provided in the supplementary material. TABLE V: Performance of merging RTE-MRPC task pair on RoBERTa models. Method RTE MRPC AVG Finetuned Model 79.42 91.18 85.30 Task Arithmetic 73.29 87.01 80.15 + Magnitude 74.73 86.03 80.38 + DARE 72.92 88.24 80.58 TIES-Merging 74.37 86.03 80.20 + DARE 72.56 88.73 80.65 AdaMerging 53.07 88.97 71.02 + Magnitude 60.65 86.09 73.37 + DARE 52.71 78.68 65.70 WUDIMerging 47.26 71.63 59.45 + Magnitude 47.29 74.81 61.05 + DARE 72.92 80.64 76.78 CABS 74.01 88.97 81.49 CABS+ (ours) 73.20 90.91 82.06 TABLE VI: Performance of merging CoLA-MRPC task pair on GPT-2 models. Method CoLA MRPC AVG Finetuned Model 76.80 80.39 78.60 Task Arithmetic 75.55 77.45 76.50 + Magnitude 76.61 79.66 78.13 + DARE 76.70 77.21 76.95 TIES-Merging 76.89 77.94 77.42 + DARE 77.09 76.72 76.91 AdaMerging 69.13 72.32 70.73 + Magnitude 74.50 81.10 77.80 + DARE 61.35 76.78 69.07 WUDIMerging 47.77 73.79 60.78 + Magnitude 47.79 76.97 62.38 + DARE 47.71 73.54 60.63 CABS 76.41 80.88 78.65 CABS+ (Ours) 76.70 80.92 78.81 TABLE VII: Performance of merging six task vectors on GPT-2 models. Method COLA MNLI MRPC QNLI QQP RTE AVG Fintuned Model 76.80 82.08 80.39 88.27 89.64 65.34 80.42 Task-Arithmetic 68.94 65.30 70.59 65.28 81.35 46.21 66.28 + Magnitude 51.68 54.33 36.52 56.69 76.56 50.18 54.33 + DARE 68.74 64.13 70.83 65.13 80.48 45.85 65.86 TIES-Merging 68.84 68.61 69.36 66.98 82.37 44.77 66.82 +DARE 68.46 64.60 70.10 64.91 80.75 46.21 65.84 AdaMerging 30.87 35.45 31.62 49.46 36.82 52.71 39.49 + Magnitude 69.03 53.96 66.42 71.00 84.45 48.74 65.60 +DARE 37.91 42.55 39.41 55.78 61.04 52.79 48.25 WUDIMerging 69.61 66.75 68.41 71.74 80.26 52.35 68.19 + Magnitude 62.90 57.26 33.33 61.34 78.39 52.35 57.60 +DARE 69.22 61.53 73.04 68.20 78.21 47.65 66.31 CABS 69.13 67.47 69.61 66.34 79.05 51.29 67.15 CABS+ (ours) 69.24 68.55 71.36 69.65 80.80 52.65 68.71 (+1.56) TABLE VIII: Efficiency comparison of different merging methods on Roberta and Mistral models in terms of runtime and GPU memory usage. Model Method AVG Runtime GPU Memory Roberta AdaMerging 80.52 12min 6.69GB WUDIMerging 81.79 3min 5.10GB CABS+ (ours) 82.42 3min 3.77GB Mistral AdaMerging 75.90 1h 66.70GB WUDIMerging 76.82 4h 12.04GB CABS+ (ours) 76.71 1h 15.95GB IV-D Efficiency Analysis To further demonstrate the efficiency of CABS+, we compare CABS+ with the baseline methods CABS, AdaMerging, and WUDIMerging in terms of runtime and GPU memory consumption. Specifically, experiments are performed on RoBERTa under 4 task vectors merging setting, and on Mistral under 2 vectors merging setting. The detailed results are reported in Table VIII. For AdaMerging, the optimization process is based on gradient descent. According to the chain rule, all task vectors must be retained in GPU memory simultaneously, as they serve as essential nodes in the computational graph required for gradient computation. In addition, backpropagation requires the construction of the full computational graph and the storage of intermediate activations, leading to substantial GPU memory consumption, especially for large scale models. In contrast, CABS+ adopts a zeroth order optimization strategy, which eliminates the need for gradient computation and significantly reduces both computational overhead and GPU memory usage. The implementation is based on the cma library, where the optimization is executed using Numpy based matrix operations on the CPU. As a result, the GPU is only used for forward inference, serving as a loss evaluation module. After computing the loss, the results are transferred back to the CPU, where the internal distribution of the AWA strategy is updated and the next set of coefficients is generated. The merging of task vectors is then performed on the CPU, and the updated parameters are transferred to the GPU layer by layer. Consequently, at any given time, only the base model parameters and the merged parameters of a single layer are retained in GPU memory, which substantially reduces memory consumption. On the other hand, WUDIMerging adopts a layer wise optimization strategy. For each layer, the corresponding parameters of all task vectors are loaded into GPU memory, and gradient based optimization is performed. This process also requires additional computational graph construction and activation storage. Moreover, frequent data transfer between CPU and GPU is required to load and update layer specific parameters for each task vector. This results in significant overhead due to memory access and I/O communication. Such overhead becomes particularly pronounced on large models such as Mistral, where the total runtime can reach up to 4 hours. In comparison, CABS+ reduces the merging time to approximately one quarter of that required by WUDIMerging. It is worth noting that different strategies are adopted in practice for models of different scales. When performing merging on RoBERTa, the model size is relatively small and GPU memory is sufficient. Therefore, following the common practice adopted by most existing merging methods, both the base model parameters and the task vectors are placed on the GPU for computation and optimization, which minimizes data transfer overhead and accelerates the merging process. In contrast, for large scale models such as Mistral, memory constraints necessitate the use of more memory efficient strategies. Under this setting, when using WUDIMerging, and following its original implementation, only the parameters of the current layer for all task vectors involved in optimization, together with the associated computational graph, are stored in GPU memory, while the remaining layers are kept in CPU memory and loaded on demand. For CABS+, only the base model parameters are maintained in GPU memory for forward inference, while all task vectors, the covariance matrix, and the weighted combination operations are stored in main memory or executed on the CPU. As a result, the GPU memory consumption of WUDIMerging scales linearly with the number of task vectors, corresponding to a space complexity of (n)O(n), whereas the memory usage of CABS+ remains independent of the number of tasks, corresponding to (1)O(1). In the case of two vectors merging, WUDIMerging requires storing only two layers parameters in GPU memory, which leads to relatively lower memory usage. However, due to the additional memory required for gradient computation and intermediate activations, its overall GPU memory consumption remains comparable to that of CABS+. As the number of vectors increases, the memory efficiency of CABS+ becomes more evident. For example, under the four task merging setting on RoBERTa, CABS+ exhibits noticeably lower GPU memory consumption than WUDIMerging. Combined with the results reported in Table VIII, CABS+ not only achieves superior average performance on both models, but also effectively avoids the memory overhead introduced by gradient based optimization and the time cost caused by frequent I/O communication. Overall, CABS+ achieves a favorable balance between runtime efficiency and memory usage compared with other methods. IV-E Cross-modal Experiments and Ablation Studies To further evaluate the generalization capability of CABS+, we conduct additional cross-modal experiments on ViT-B/32 across six vision tasks. Experimental results show that CABS+ achieves an average performance of 82.50, compared with 81.08 for CABS and 82.30 for WUDIMerging, yielding a 1.75% improvement over CABS while maintaining performance competitive with the state-of-the-art method WUDIMerging. In addition, ablation studies verify the effectiveness of the asymmetric fitness function and boundary constraints in AWA. Experimental results demonstrate that these components improve optimization stability while substantially reducing the merging time compared with CABS. The complete results and corresponding experimental settings are provided in the supplementary material. Fig. 3: Comprehensive Performance and Improvement Comparison Across Methods. IV-F Summary In summary, CABS+ achieves superior performance across diverse merging configurations while maintaining low GPU memory consumption, allowing efficient execution on GPUs with limited memory capacity such as V100. A comprehensive comparison with AdaMerging, a method of the same category that determines task scaling coefficients without requiring additional training data, and the recent state of the art method WUDIMerging, is presented in Figure 3. Due to its robustness across different model architectures and varying numbers of tasks, CABS+ achieves significantly higher average performance, with improvements of 16.97% and 12.93% over these two methods, respectively. Furthermore, consistent performance gains are also observed compared with the strong baseline CABS. V Empirical Investigation of Factors Affecting Model Mergeability In the previous section, we concentrated on the core question of how to merge and introduced the CABS+ framework as an algorithmic advance designed to improve merging outcomes. However, a logically prior and practically important question that has been largely neglected by existing work is what to merge. This raises a fundamental question: do the intrinsic properties and extrinsic relationships of the source models fundamentally determine the difficulty of merging and the attainable performance ceiling? Recent work [64] has begun to focus this question, highlighting that the geometry of task vectors and the degree of inter-model alignment are key determinants of successful model merging. In this section, we present the systematic empirical study of model mergeability. Rather than focusing solely on merging algorithms, we address the following core scientific questions: Q1. How do a model’s training configuration and optimization history(particularly its key hyperparameters) shape the geometric properties of its task vectors, and consequently influence its mergeability? Q2. How do task heterogeneity and finetuning data distribution heterogeneity quantitatively affect the difficulty and effectiveness of model merging? Q3. Do architectural differences in the base models and variations in model scale cause finetuned task vectors to exhibit systematically different mergeability characteristics? By answering these questions, this section seeks not only to uncover the underlying regularities governing model merging, but also to establish a set of principled, scientifically grounded guidelines for model selection. These guidelines are intended to enable researchers and practitioners to make better a priori judgments about the suitability of candidate source models before attempting a merge, thereby shifting model merging from an art of post-hoc hyperparameter fiddling toward a principled practice of pre-merge screening. To investigate these questions, we design a series of controlled experiments that isolate individual factors, with detailed experimental settings provided in the supplementary material. Importantly, to eliminate confounding effects introduced by the merging algorithm itself and to enable an objective assessment of source-model mergeability, all merging experiments in this chapter employ fixed, simple baseline merging methods (primarily non-sparsified Task Arithmetic, with DARE used as a comparison). V-A Impact of Optimization History on Model Mergeability To address Q1, we investigate how the optimization history of finetuned models influences their mergeability. Specifically, we focus on two critical optimization hyperparameters, namely the learning rate and the training epochs, and analyze how they shape the geometric properties of task vectors and affect the effectiveness of model merging. V-A1 Effect of Finetuning Learning Rate TABLE IX: Effect of Finetuning Learning Rate on Parameter Overlap and Merge Performance Learning Rate Parameter Overlap (%) Average Accuracy(%) 1×10−61× 10^-6 85.3 79.15 5×10−65× 10^-6 72.1 80.22 1×10−51× 10^-5 58.6 81.05 2×10−52× 10^-5 45.4 81.30 5×10−55× 10^-5 31.9 80.67 TABLE X: Effect of Finetuning Training Epoch on Parameter Overlap and Merge Performance Training Epochs Parameter Overlap (%) Average Accuracy(%) 1 42.5 80.11 3 46.8 81.30 5 44.1 81.12 10 38.2 80.45 First, we observe a negative correlation between the finetuning learning rate and the parameter overlap ratio. As shown in Table IX, the results reveal a clear and counterintuitive trend: lower learning rates lead to higher parameter overlap. This finding carries important theoretical implications. From the perspective of optimization trajectories, lower learning rates produce smoother and more conservative parameter updates, causing the optimization paths across different tasks to retain and leverage a larger portion of the shared features learned during pretraining. Consequently, task-specific parameter adjustments tend to concentrate within similar subspaces, resulting in higher overlap and greater representational similarity, as measured by metrics such as Centered Kernel Alignment (CKA). In contrast, higher learning rates induce more aggressive and task-specific parameter updates, leading to rapid divergence of optimization trajectories across tasks and a reduced overlap in the parameter space. Second, the relationship between learning rate and merge performance is non-monotonic. A closer inspection of the data in Table IX indicates that at extremely low learning rates (1×10−61× 10^-6), corresponding to very high parameter overlap (85.3%85.3\%), the merged model achieves relatively low performance (79.15%79.15\%), consistent with the notion that excessive overlap can induce destructive interference. As the learning rate increases moderately to 2×10−52× 10^-5, the overlap decreases and merge performance rises to a peak (81.30%81.30\%). However, when the learning rate becomes too high (5×10−55× 10^-5), despite continued reduction in overlap, merge performance begins to decline. This phenomenon likely arises because overly high learning rates lead to task-specific overfitting, producing task vectors that are excessively sharp and specialized. While conflicts are reduced, the amount of beneficial shared knowledge across models also diminishes, thereby hindering mergeability. V-A2 Effect of Finetuning Training Epoch As shown in Table X, increasing the finetuning epoch produces a non-monotonic effect on both parameter overlap and merge performance. The parameter overlap initially increases and reaches the peak at 3 epochs, suggesting that early-stage finetuning (epochs 1–3) primarily reinforces shared features across tasks. In contrast, later-stage finetuning (epochs 5–10) focuses more on learning task-specific features, causing optimization trajectories to diverge and reducing overlap. Merge performance exhibits a typical inverted-U pattern: models with insufficient finetuning (1 epoch) contain incomplete task knowledge, resulting in suboptimal merged accuracy (80.11%), whereas over-finetuned models (10 epochs) tend to overfit to their respective tasks, producing overly specialized task vectors that are less compatible with other tasks and yielding slightly lower merge performance (80.45%). In this experiment, the optimal merge performance (81.30%) occurs at 3 epochs, coinciding with the maximum parameter overlap. These results indicate that finetuning epoch affects mergeability through an optimal finetuning window in which models have sufficiently acquired task knowledge without overfitting, thereby retaining both generalization and compatibility across tasks. V-B Impact of Task and Data Distribution Heterogeneity To address Q2, we investigate how heterogeneity arising from task semantics and finetuning data distributions influences model mergeability. Unlike optimization-related factors, which affect mergeability through differences in training dynamics, task and data heterogeneity introduce intrinsic sources of divergence that fundamentally constrain the compatibility of task vectors. When tasks differ substantially in their semantic objectives or data distributions, the corresponding parameter adaptations are more likely to occupy distinct regions of the parameter space, thereby increasing the likelihood of destructive interference during merging. V-B1 Effect of Task Heterogeneity To quantify mergeability in a normalized and comparable manner, we adopt the Relative Synergy Score (RSS), defined as: RSS=Scoremerged−ScoreidealScoreideal×100%.RSS= Score_merged-Score_idealScore_ideal× 100\%. (20) where ScoremergedScore_merged denotes the average performance of the merged model across tasks, and ScoreidealScore_ideal denotes the average performance of the individually finetuned task-specific models. Positive RSSRSS values indicate synergistic merging, whereas negative RSSRSS values indicate destructive interference. TABLE XI: Impact of Task Heterogeneity on Relative Synergy Score Level Task Pair Scoreideal_ideal (%) Scoremerged_merged (%) RSS (%) Low MRPC+QQP 89.50 90.15 +0.73 Medium SST-2+RTE 86.21 85.95 -0.30 High IFEval+GSM8K 60.39 51.90 -14.06 As shown in Table XI, the experimental results clearly indicate a strong negative correlation between task heterogeneity and synergistic merge performance. In the low-heterogeneity setting, merging produces a positive synergistic gain, with an RSS of +0.73%+0.73\%. In the medium-heterogeneity setting, the merged model achieves performance close to the ideal baseline but with a slight degradation, yielding an RSS of −0.30%-0.30\%. In contrast, in the high-heterogeneity scenario, merging causes severe destructive interference, with performance falling well below the ideal model and an RSS of −14.06%-14.06\%. These results provide quantitative evidence supporting the intuition that merging similar tasks is easier and more effective. V-B2 Effect of Finetuning Data Distribution TABLE XII: Impact of Finetuning Data Distribution Differences on Merge Performance Level Task Pair Scoreideal_ideal (%) Scoremerged_merged (%) RSS (%) Low IMDb+Yelp 92.50 92.85 +0.38 High IMDb+Financial 90.80 84.15 -7.32 As shown in Table XII, the results reveal a strong positive correlation between data distribution similarity and mergeability. Merging models trained on two highly similar review datasets (IMDb and Yelp) produces a small positive synergistic effect, with RSS=+0.38%RSS=+0.38\%. In contrast, merging models trained on datasets with large domain differences (IMDb and Financial PhraseBank) leads to severe performance degradation, with RSS=−7.32%RSS=-7.32\%. This outcome reflects the fact that differing data distributions guide models to learn distinct features, biases and shortcuts, which may conflict when merged. These findings indicate that data distribution mismatch can substantially reduce mergeability even when the task definitions are identical. V-C Impact of Model Architecture and Scale To address Q3, we investigate how differences in base model architecture and model scale influence mergeability. Unlike task and data heterogeneity, which affect mergeability through differences in learned functional representations, architectural and scale differences introduce structural and geometric variations in the parameter space itself. These variations can alter both the alignment and compatibility of task vectors, thereby affecting the feasibility and effectiveness of merging. Understanding these effects is essential for determining whether models derived from different pretrained backbones or with different parameter scales can be reliably merged. V-C1 Effect of Model Architecture TABLE XIII: Comparison of Average Performance Scores Across Different Model Architectures for Various Sparsification Strategies Method RoBERTa(Encoder-only) GPT-2(Decoder-only) Task Arithmetic 79.55 76.50 TA+DARE 79.76 76.95 TA+Magnitude 78.53 78.13 TIES-Merging 77.43 77.42 CABS 81.70 78.65 CABS+ 82.37 78.81 As shown in Table XIII, a notable contrast emerges between the two architectures. On RoBERTa (Encoder-only), random pruning (DARE) achieves better performance (79.76) than magnitude pruning (78.53), which is consistent with the previously observed anomalous behavior. However, on GPT-2 (Decoder-only), the trend reverses: magnitude pruning achieves significantly higher performance (78.13) than random pruning (76.95), and its performance approaches that of CABS (78.65). This observation suggests that the effectiveness of magnitude pruning is not universal, but instead strongly dependent on model architecture. The plausible explanation lies in the differences in information processing mechanisms. Encoder-only models employ bidirectional attention, which may lead to more distributed and cooperative parameter updates, allowing randomly retained parameters to preserve sufficient functionality. In contrast, Decoder-only models rely on autoregressive causal attention, which may result in more localized and concentrated parameter updates, making the preservation of high-magnitude parameters more beneficial for maintaining model performance. V-C2 Effect of Model Scale TABLE XIV: Impact of Model Scale on Merge Synergy Model Scale Scoreideal_ideal (%) Scoremerged_merged (%) RSS (%) 7B 85.10 84.20 -1.06 13B 87.50 87.45 -0.06 70B 90.20 91.35 +1.28 As shown in Table XIV, a clear trend emerges: mergeability improves consistently as model scale increases. On the 7B model, merging results in mild destructive interference, with an RSS of −1.06-1.06%. On the 13B model, this interference nearly disappears, yielding an RSS of −0.06-0.06%. On the 70B model, merging produces a clear synergistic effect, with an RSS of +1.28+1.28%. This trend can be attributed to two key factors: knowledge decoupling and parameter redundancy. Larger models possess substantially more parameters, enabling them to store task-specific knowledge in more distinct and potentially near-orthogonal parameter subspaces. This implicit knowledge decoupling reduces the likelihood of destructive interference between task vectors during merging. Additionally, large models exhibit higher parameter redundancy. Even when some parameters are negatively affected by merging conflicts, other redundant parameters can compensate for the loss, resulting in improved robustness and overall merge performance. This finding provides a new perspective on the advantages of large-scale models: beyond superior single-task performance, they also offer intrinsic benefits for multi-task knowledge integration through model merging. V-D Summary of Key Findings Overall, the empirical results identify six factors that influence model mergeability, including learning rate, finetuning epoch, task heterogeneity, data distribution heterogeneity, model architecture, and model scale. These findings suggest that model merging performance is not determined solely by the merging algorithm, but also by the intrinsic properties and relationships of the source models. The key findings and contributions are summarized as follows: • Training configurations, particularly learning rate and finetuning epoch, are critical intrinsic factors affecting model mergeability. These factors directly influence the geometric structure and compatibility of task vectors, thereby determining the effectiveness of model merging. • Task heterogeneity constitutes a fundamental obstacle to successful merging. To enable quantitative analysis of this effect, a new metric, the Relative Synergy Score (RSS), is proposed to measure synergistic gain and destructive interference in a normalized and interpretable manner. • Finetuning data distribution is another key factor affecting mergeability. Even when task definitions are identical, differences in training data distributions can significantly reduce model compatibility. This finding highlights the importance of carefully examining training data sources and distributions during the model selection stage prior to merging. • Model architecture constitutes an important determinant of mergeability characteristics. Encoder-only and Decoder-only architectures exhibit systematically different responses to sparsification strategies, indicating that merge behavior is strongly architecture-dependent. • Model scale positively correlates with mergeability. Larger models exhibit stronger knowledge decoupling and parameter redundancy, enabling more effective integration of task-specific knowledge. These findings deepen the scientific understanding of model merging and provide practical, actionable guidelines for model selection prior to merging. They constitute an independent and complementary contribution alongside the CABS series methodology. VI Conclusion This paper proposed CABS+, an enhanced model merging framework that extends CABS with the Adaptive Weight Allocation strategy. By replacing grid search with gradient-free coefficient optimization, CABS+ improves merging efficiency, reduces GPU memory consumption, and promotes more balanced performance improvements across tasks. We further conducted the systematic empirical study of model mergeability and introduced the Relative Synergy Score as the quantitative measure. The analysis identifies key factors affecting mergeability and provides practical guidance for model selection before merging. Extensive experiments across diverse tasks, model architectures, and model scales demonstrate that CABS+ achieves robust performance with favorable efficiency. Future work will explore multimodal and heterogeneous model merging to further broaden its applicability. References [1] Y. Kim, S. Lee, A. Jung, B. Ryu, and S. Hong, “Task vector quantization for memory-efficient model merging,” in Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2025, p. 20 105–20 115. [2] G. Du et al., “Parameter competition balancing for model merging,” Advances in Neural Information Processing Systems (NeurIPS), vol. 37, p. 84 746–84 776, 2024. [3] H. Chen et al., “Toward Effective Model Merging in Semantic Segmentation,” IEEE Transactions on Neural Networks and Learning Systems (TNNLS), vol. 37, no. 4, p. 1948–1962, Apr. 2026. [4] W. Li, Y. Peng, M. Zhang, L. Ding, H. Hu, and L. Shen, “Deep Model Fusion: A Survey,” IEEE Transactions on Neural Networks and Learning Systems (TNNLS), p. 1–17, 2025. [5] X. Jin, X. Ren, D. Preotiuc-Pietro, and P. Cheng, “Dataless Knowledge Fusion by Merging Weights of Language Models,” in The Eleventh International Conference on Learning Representations (ICLR), Sep. 2022. [6] T. Akiba, M. Shing, Y. Tang, Q. Sun, and D. Ha, “Evolutionary optimization of model merging recipes,” Nature Machine Intelligence (NMI), vol. 7, no. 2, p. 195–204, Feb. 2025. [7] G. Ilharco, M. T. Ribeiro, M. Wortsman, L. Schmidt, H. Hajishirzi, and A. Farhadi, “Editing models with task arithmetic,” in The Eleventh International Conference on Learning Representations (ICLR), Sep. 2023. [8] E. Yang et al., “Adamerging: Adaptive model merging for multi-task learning,” in The Twelfth International Conference on Learning Representations (ICLR), May 2024. [9] R. Cheng, F. Xiong, Y. Wei, W. Zhu, and C. Yuan, “Whoever started the interference should end it: Guiding data-free model merging via task vectors,” in Forty-second International Conference on Machine Learning (ICML), 2025. [10] M. Zhang, J. Liu, G. Ding, L. Ou, X. Yu, and B. Zhuang, “Channel merging: Preserving specialization for merged experts,” in Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), vol. 39, no. 21, 2025, p. 22 479–22 487. [11] Y. He, S. Zeng, Y. Hu, R. Yang, T. Zhang, and H. Zhao, “Mergebench: A benchmark for merging domain-specialized LLMs,” in The Thirty-ninth Annual Conference on Neural Information Processing Systems (NeurIPS), 2026. [12] L. Yu, B. Yu, H. Yu, F. Huang, and Y. Li, “Language models are super mario: Absorbing abilities from homologous models as a free lunch,” in Forty-first International Conference on Machine Learning (ICML), 2024. [13] P. Yadav, D. Tam, L. Choshen, C. A. Raffel, and M. Bansal, “TIES-Merging: Resolving Interference When Merging Models,” Advances in Neural Information Processing Systems (NeurIPS), vol. 36, p. 7093–7115, Dec. 2023. [14] M. Davari and E. Belilovsky, “Model breadcrumbs: Scaling multi-task model merging with sparse masks,” in European Conference on Computer Vision (ECCV). Springer, 2024, p. 270–287. [15] Y. He, Y. Hu, Y. Lin, T. Zhang, and H. Zhao, “Localize-and-Stitch: Efficient Model Merging via Sparse Task Arithmetic,” Transactions on Machine Learning Research (TMLR), Oct. 2024. [16] T. Liang, J. Glossner, L. Wang, S. Shi, and X. Zhang, “Pruning and quantization for deep neural network acceleration: A survey,” Neurocomputing, vol. 461, p. 370–403, Oct. 2021. [17] F. Z. Zhang, P. Albert, C. Rodriguez-Opazo, A. van den Hengel, and E. Abbasnejad, “Knowledge composition using task vectors with learned anisotropic scaling,” Advances in Neural Information Processing Systems (NeurIPS), vol. 37, p. 67 319–67 354, 2024. [18] J. Chen, Q. Zhang, W. Zhang, X. Luo, P. S. Yu, and Z. Qiao, “Learn to merge: Meta-learning for adaptive multi-task model merging,” 2026, arxiv. [19] P. Izmailov, D. Podoprikhin, T. Garipov, D. Vetrov, and A. G. Wilson, “Averaging weights leads to wider optima and better generalization,” in 34th Conference on Uncertainty in Artificial Intelligence 2018, UAI 2018. Association For Uncertainty in Artificial Intelligence (AUAI), 2018, p. 876–885. [20] M. Wortsman et al., “Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time,” in Proceedings of the 39th International Conference on Machine Learning (ICML), Jun. 2022, p. 23 965–23 998. [21] M. S. Matena and C. A. Raffel, “Merging Models with Fisher-Weighted Averaging,” Advances in Neural Information Processing Systems (NeurIPS), vol. 35, p. 17 703–17 716, Dec. 2022. [22] F. Xiong et al., “Multi-task model merging via adaptive weight disentanglement,” arXiv preprint arXiv:2411.18729, 2024. [23] Y. Wei, A. Tang, L. Shen, Z. Hu, C. Yuan, and X. Cao, “Modeling multi-task model merging as adaptive projective gradient descent,” in Proceedings of the 42nd International Conference on Machine Learning (ICML), vol. 267, 13–19 Jul 2025, p. 66 178–66 193. [24] Q. Wei et al., “Representation surgery in model merging with probabilistic modeling,” in Forty-second International Conference on Machine Learning (ICML), Jun. 2025. [25] K. Wang, N. Dimitriadis, G. Ortiz-Jimenez, F. Fleuret, and P. Frossard, “Localizing task information for improved model merging and compression,” in Forty-first International Conference on Machine Learning (ICML), 2024. [26] N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. Salakhutdinov, “Dropout: a simple way to prevent neural networks from overfitting,” The journal of machine learning research (JMLR), vol. 15, no. 1, p. 1929–1958, 2014. [27] O. Kovaleva, S. Kulshreshtha, A. Rogers, and A. Rumshisky, “BERT busters: Outlier dimensions that disrupt transformers,” in Findings of the Association for Computational Linguistics: ACL-IJCNLP, 2021, p. 3392–3405. [28] G. Puccetti, A. Rogers, A. Drozd, and F. Dell’Orletta, “Outlier Dimensions that Disrupt Transformers are Driven by Frequency,” in Findings of the Association for Computational Linguistics: EMNLP 2022, Dec. 2022, p. 1286–1304. [29] L. Yin et al., “Outlier weighed layerwise sparsity (OWL): a missing secret sauce for pruning LLMs to high sparsity,” in Proceedings of the 41st International Conference on Machine Learning (ICML), ser. ICML’24, vol. 235, Jul. 2024, p. 57 101–57 115. [30] A. Zhou et al., “Learning n:m fine-grained structured sparse neural networks from scratch,” in International Conference on Learning Representations (ICLR), 2021. [31] M. Xia, Z. Zhong, and D. Chen, “Structured Pruning Learns Compact and Accurate Models,” in Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL), May 2022, p. 1513–1528. [32] N. Hansen and A. Ostermeier, “Completely derandomized self-adaptation in evolution strategies,” Evolutionary computation, vol. 9, no. 2, p. 159–195, 2001. [33] E. Beeching et al., “Open llm leaderboard,” 2023. [34] A. Q. Jiang et al., “Mistral 7B,” arXiv preprint arXiv:2310.06825, 2023. [35] P. Clark et al., “Think you have solved question answering? try arc, the ai2 reasoning challenge,” arXiv preprint arXiv:1803.05457, 2018. [36] R. Zellers, A. Holtzman, Y. Bisk, A. Farhadi, and Y. Choi, “Hellaswag: Can a machine really finish your sentence?” in Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL), 2019, p. 4791–4800. [37] Y. Wang et al., “MMLU-Pro: A More Robust and Challenging Multi-Task Language Understanding Benchmark,” 2024, https://arxiv.org/abs/2406.01574. [38] S. Lin, J. Hilton, and O. Evans, “TruthfulQA: Measuring How Models Mimic Human Falsehoods,” in Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (ACL), May 2022, p. 3214–3252. [39] K. Sakaguchi, R. L. Bras, C. Bhagavatula, and Y. Choi, “Winogrande: An adversarial winograd schema challenge at scale,” Communications of the ACM, vol. 64, no. 9, p. 99–106, 2021. [40] K. Cobbe et al., “Training verifiers to solve math word problems,” arXiv preprint arXiv:2110.14168, 2021. [41] C. Fourrier, N. Habib, A. Lozovskaya, K. Szafer, and T. Wolf, “Open llm leaderboard v2,” https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard, 2024. [42] A. Yang et al., “Qwen2. 5 technical report,” arXiv preprint arXiv:2412.15115, 2024. [43] J. Zhou et al., “Instruction-following evaluation for large language models,” 2023, https://arxiv.org/abs/2311.07911. [44] M. Suzgun et al., “Challenging big-bench tasks and whether chain-of-thought can solve them,” 2022, https://arxiv.org/abs/2210.09261. [45] D. Hendrycks et al., “Measuring mathematical problem solving with the math dataset,” 2021, https://arxiv.org/abs/2103.03874. [46] D. Rein et al., “Gpqa: A graduate-level google-proof qa benchmark,” 2023, https://arxiv.org/abs/2311.12022. [47] Z. Sprague, X. Ye, K. Bostrom, S. Chaudhuri, and G. Durrett, “Musr: Testing the limits of chain-of-thought with multistep soft reasoning,” 2024, https://arxiv.org/abs/2310.16049. [48] L. Gao et al., “A framework for few-shot language model evaluation,” 2024. [49] Y. Liu, “Roberta: A robustly optimized bert pretraining approach,” arXiv preprint arXiv:1907.11692, 2019. [50] A. Radford et al., “Language models are unsupervised multitask learners,” OpenAI blog, vol. 1, no. 8, p. 9, 2019. [51] A. Wang, A. Singh, J. Michael, F. Hill, O. Levy, and S. Bowman, “Glue: A multi-task benchmark and analysis platform for natural language understanding,” in Proceedings of the 2018 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP, 2018, p. 353–355. [52] A. Warstadt, A. Singh, and S. R. Bowman, “Neural network acceptability judgments,” Transactions of the Association for Computational Linguistics, vol. 7, p. 625–641, 2019. [53] N. Nangia, A. Williams, A. Lazaridou, and S. Bowman, “The repeval 2017 shared task: Multi-genre natural language inference with sentence representations,” in Proceedings of the 2nd workshop on evaluating vector space representations for NLP, 2017, p. 1–10. [54] B. Dolan and C. Brockett, “Automatically constructing a corpus of sentential paraphrases,” in Third international workshop on paraphrasing (IWP2005), 2005. [55] I. Dagan, O. Glickman, and B. Magnini, “The pascal recognising textual entailment challenge,” in Machine learning challenges workshop. Springer, 2005, p. 177–190. [56] R. Bar-Haim et al., “The second pascal recognising textual entailment challenge,” in Proceedings of the second PASCAL challenges workshop on recognising textual entailment, vol. 1. Citeseer, 2006. [57] D. Giampiccolo, B. Magnini, I. Dagan, and W. B. Dolan, “The third pascal recognizing textual entailment challenge,” in Proceedings of the ACL-PASCAL workshop on textual entailment and paraphrasing, 2007, p. 1–9. [58] L. Bentivogli, P. Clark, I. Dagan, and D. Giampiccolo, “The fifth pascal recognizing textual entailment challenge.” TAC, vol. 7, no. 8, p. 1, 2009. [59] R. Socher et al., “Recursive deep models for semantic compositionality over a sentiment treebank,” in Proceedings of the 2013 conference on empirical methods in natural language processing (EMNLP), 2013, p. 1631–1642. [60] G. Lai, Q. Xie, H. Liu, Y. Yang, and E. Hovy, “Race: Large-scale reading comprehension dataset from examinations,” in Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing (EMNLP), 2017, p. 785–794. [61] P. Rajpurkar, “Squad: 100,000+ questions for machine comprehension of text,” arXiv preprint arXiv:1606.05250, 2016. [62] A. Tang et al., “FusionBench: A Unified Library and Comprehensive Benchmark for Deep Model Fusion,” Journal of Machine Learning Research (JMLR), vol. 26, no. 307, p. 1–38, 2025. [63] “raids-lab/crater,” https://github.com/raids-lab/crater., 2026. [64] T. Bowen, L. Songning, W. Jiemin, S. Zhihao, G. Shiming, and Y. Yutao, “Beyond task vectors: Selective task arithmetic based on importance metrics,” arXiv preprint arXiv:2411.16139, 2024.