paper-with-me

Papers

LED-Merging: Mitigating Safety-Utility Conflicts in Model Merging with Location-Election-Disjoint

2025-02-24 · Qianli Ma, Dongrui Liu, Qian Chen, Linfeng Zhang, Jing Shao

Fine-tuning pre-trained Large Language Models (LLMs) for specialized tasks incurs substantial computational and data costs. While model merging offers a training-free solution to integrate multiple task-specific models, existing methods suffer from safety-utility conflicts where enhanced general capabilities degrade safety safeguards. We identify two root causes: \textbf{neuron misidentification} due to simplistic parameter magnitude-based selection, and \textbf{cross-task neuron interference} during merging. To address these challenges, we propose \textbf{LED-Merging}, a three-stage framework that \textbf{L}ocates task-specific neurons via gradient-based attribution, dynamically \textbf{E}lects critical neurons through multi-model importance fusion, and \textbf{D}isjoints conflicting updates through parameter isolation. Extensive experiments on Llama-3-8B, Mistral-7B, and Llama2-13B demonstrate that LED-Merging reduces harmful response rates(\emph{e.g.}, a 31.4\% decrease on Llama-3-8B-Instruct on HarmBench) while preserving 95\% of utility performance(\emph{e.g.}, 52.39\% accuracy on GSM8K). LED-Merging resolves safety-utility conflicts and provides a lightweight, training-free paradigm for constructing reliable multi-task LLMs.

📄 PDF Abstract BibTeX arXiv:2502.16770

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8K

Similar Papers 제목 키워드 기반

Mitigating the Backdoor Effect for Multi-Task Model Merging via Safety-Aware Subspace

2024-10-17 · Jinluan Yang, Anke Tang, Didi Zhu, Zhengyu Chen 외

Model merging has gained significant attention as a cost-effective approach to integrate multiple single-task fine-tuned models into a unified one that can perform well on multiple tasks. However, existing model merging …

Meta-Learning

Task Arithmetic in Trust Region: A Training-Free Model Merging Approach to Navigate Knowledge Conflicts

2025-01-25 · Wenju Sun, Qingyong Li, Wen Wang, Yangli-ao Geng 외

Multi-task model merging offers an efficient solution for integrating knowledge from multiple fine-tuned models, mitigating the significant computational and storage demands associated with multi-task training. As a key …

NavigateTask Arithmetic

STAR: Spectral Truncation and Rescale for Model Merging

2025-02-14 · Yu-Ang Lee, Ching-Yun Ko, Tejaswini Pedapati, I-Hsin Chung 외

Model merging is an efficient way of obtaining a multi-task model from several pretrained models without further fine-tuning, and it has gained attention in various domains, including natural language processing (NLP). D…

CAT Merging: A Training-Free Approach for Resolving Conflicts in Model Merging

2025-05-11 · Wenju Sun, Qingyong Li, Yangli-ao Geng, Boyang Li

Multi-task model merging offers a promising paradigm for integrating multiple expert models into a unified model without additional training. Existing state-of-the-art techniques, such as Task Arithmetic and its variants…

Task Arithmetic

MIN-Merging: Merge the Important Neurons for Model Merging

2025-10-18 · Yunfei Liang arxiv

Recent advances in deep learning have led to a surge of open-source models across diverse domains. While model merging offers a promising way to combine their strengths, existing approaches often suffer from parameter co…