Papers › DELLA-Merging: Reducing Interference in Model Merging through Magnitude-Based Sampling

DELLA-Merging: Reducing Interference in Model Merging through Magnitude-Based Sampling

17 Jun 2024arXiv:2406.11617archive 2025-07-28

Pala Tej Deep, Rishabh Bhardwaj, Soujanya Poria

With the proliferation of domain-specific models, model merging has emerged as a set of techniques that combine the capabilities of multiple models into one that can multitask without the cost of additional training. In this paper, we propose a new model merging technique, Drop and rEscaLe via sampLing with mAgnitude (DELLA-Merging), that employs a novel pruning technique, MAGPRUNE, which shows significant advantages over DARE and TIES. MAGPRUNE first ranks the parameters in order of their magnitude and assigns higher dropout probabilities (p) to parameters with lower ranks corresponding to lower magnitudes. To approximate the original embeddings, MAGPRUNE employs a rescaling operation on the parameters that survive the random dropping by 1/(1 - p). On three different expert models considered for merging (LM, Math, Code) and corresponding benchmark datasets (AlpacaEval, GSM8K, MBPP), DELLA shows an average improvement of 2.4 points over baseline methods employing delta parameter pruning (an improvement of 3.6 points over TIES, 1.2 points over DARE), and 11.1 points over the no-pruning baseline (TA). We release the source code at: https://github.com/declare-lab/della.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.11617")

Code

Syntology Ran 9 of 15 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

declare-lab/della officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 9 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

9ran
6unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from declare-lab/della. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dtype_from_name declare-lab/della/mergekit/mergekit/common.py official repository ran no licence file found · pointer only · 5b1af7ea3edb8c0c · report
extract_json_data declare-lab/della/gpt4_as_judge_gsm8k.py official repository ran no licence file found · pointer only · 95ea327200d6a5f0 · report
extract_json_labels declare-lab/della/gpt4_as_judge_gsm8k.py official repository ran no licence file found · pointer only · 56f282445e93d633 · report
generate_code_task_prompt declare-lab/della/utils/evaluate_llms_utils.py official repository ran fingerprinted no licence file found · pointer only · 97f0bf7971c7c44c · report
generate_instruction_following_task_prompt declare-lab/della/utils/evaluate_llms_utils.py official repository ran fingerprinted no licence file found · pointer only · d18e070ddca442ea · report
get_mask declare-lab/della/mergekit/mergekit/merge_methods/generalized_task_arithmetic.py official repository ran no licence file found · pointer only · 69bebec3d08ead38 · report
method_md declare-lab/della/mergekit/mergekit/card.py official repository ran fingerprinted no licence file found · pointer only · bf298728b02d6a49 · report
parse_kmb declare-lab/della/mergekit/mergekit/common.py official repository ran no licence file found · pointer only · 9236f9e6f951cf70 · report
take_common_submatrix declare-lab/della/mergekit/mergekit/common.py official repository ran no licence file found · pointer only · bf391789c976e56c · report
batch_data declare-lab/della/utils/evaluate_llms_utils.py official repository unverified no licence file found · pointer only · d49412b3a690206e · report
batch_response_gen declare-lab/della/generate.py official repository unverified no licence file found · pointer only · 6f7a509088909eaa · report
chat_completion declare-lab/della/gpt4_as_judge_gsm8k.py official repository unverified no licence file found · pointer only · e3ab744bf540c3b8 · report
is_hf declare-lab/della/mergekit/mergekit/card.py official repository unverified no licence file found · pointer only · 8d286435d41a4165 · report
maybe_link_hf declare-lab/della/mergekit/mergekit/card.py official repository unverified no licence file found · pointer only · 8f325d88a9965387 · report
response_gen declare-lab/della/generate.py official repository unverified no licence file found · pointer only · 5c23dd917eee4f4d · report

Tasks

GSM8KMath

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DropoutPruningSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections