paper-with-me

홈 › Papers

Sens-Merging: Sensitivity-Guided Parameter Balancing for Merging Large Language Models

2025-02-18 · Shuqi Liu, Han Wu, Bowei He, Xiongwei Han, Mingxuan Yuan, Linqi Song

Recent advances in large language models have led to numerous task-specialized fine-tuned variants, creating a need for efficient model merging techniques that preserve specialized capabilities while avoiding costly retraining. While existing task vector-based merging methods show promise, they typically apply uniform coefficients across all parameters, overlooking varying parameter importance both within and across tasks. We present Sens-Merging, a sensitivity-guided coefficient adjustment method that enhances existing model merging techniques by operating at both task-specific and cross-task levels. Our method analyzes parameter sensitivity within individual tasks and evaluates cross-task transferability to determine optimal merging coefficients. Extensive experiments on Mistral 7B and LLaMA2-7B/13B models demonstrate that Sens-Merging significantly improves performance across general knowledge, mathematical reasoning, and code generation tasks. Notably, when combined with existing merging techniques, our method enables merged models to outperform specialized fine-tuned models, particularly in code generation tasks. Our findings reveal important trade-offs between task-specific and cross-task scalings, providing insights for future model merging strategies.

📄 PDF Abstract BibTeX arXiv:2502.12420

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationGeneral KnowledgeMathematical ReasoningSensitivity

Similar Papers 제목 키워드 기반

Sensitivity-Aware Post-Training Quantization for Deep Neural Networks

2025-09-06 · Zekang Zheng, Haokun Li, Yaofo Chen, Mingkui Tan 외 arxiv

Model quantization reduces neural network parameter precision to achieve compression, but often compromises accuracy. Existing post-training quantization (PTQ) methods employ iterative parameter updates to preserve accur…

When Model Merging Breaks Routing: Training-Free Calibration for MoE

2026-06-02 · Canbin Huang, Tianyuan Shi, Xiaojun Quan, Jingang Wang 외 arxiv

Model merging has emerged as a cost-effective approach for consolidating the capabilities of multiple LLMs without retraining. However, existing merging techniques, largely based on linear parameter arithmetic or optimiz…

Mathematical ReasoningCode Generation

FlowMM: Cross-Modal Information Flow Guided KV Cache Merging for Efficient Multimodal Context Inference

2025-10-29 · Kunxi Li, Yufan Xiong, Zhonghua Jiang, Yiyun Zhou 외 arxiv

Traditional KV cache eviction strategies, which discard less critical KV-pairs based on attention scores, often degrade generation quality, causing context loss or hallucinations. Recent efforts shift toward KV merging, …

Skin Lesion Classification Using CNNs with Patch-Based Attention and Diagnosis-Guided Loss Weighting

2019-05-07 · Nils Gessert, Thilo Sentker, Frederic Madesta, Rüdiger Schmitz 외

Objective: This work addresses two key problems of skin lesion classification. The first problem is the effective use of high-resolution images with pretrained standard architectures for image classification. The second …

General Classificationimage-classificationImage ClassificationLesion Classification+2

The Importance of Being Parameters: An Intra-Distillation Method for Serious Gains

2022-05-23 · Haoran Xu, Philipp Koehn, Kenton Murray

Recent model pruning methods have demonstrated the ability to remove redundant parameters without sacrificing model performance. Common methods remove redundant parameters according to the parameter sensitivity, a gradie…

Cross-Lingual TransferMachine TranslationNatural Language UnderstandingSensitivity+2