paper-with-me

Papers

Not All Parameters Are Created Equal: Smart Isolation Boosts Fine-Tuning Performance

2025-08-29 · Yao Wang, Di Liang, Minlong Peng arxiv

Supervised fine-tuning (SFT) is a pivotal approach to adapting large language models (LLMs) for downstream tasks; however, performance often suffers from the ``seesaw phenomenon'', where indiscriminate parameter updates yield progress on certain tasks at the expense of others. To address this challenge, we propose a novel \emph{Core Parameter Isolation Fine-Tuning} (CPI-FT) framework. Specifically, we first independently fine-tune the LLM on each task to identify its core parameter regions by quantifying parameter update magnitudes. Tasks with similar core regions are then grouped based on region overlap, forming clusters for joint modeling. We further introduce a parameter fusion technique: for each task, core parameters from its individually fine-tuned model are directly transplanted into a unified backbone, while non-core parameters from different tasks are smoothly integrated via Spherical Linear Interpolation (SLERP), mitigating destructive interference. A lightweight, pipelined SFT training phase using mixed-task data is subsequently employed, while freezing core regions from prior tasks to prevent catastrophic forgetting. Extensive experiments on multiple public benchmarks demonstrate that our approach significantly alleviates task interference and forgetting, consistently outperforming vanilla multi-task and multi-stage fine-tuning baselines.

📄 PDF Abstract BibTeX arXiv:2508.21741

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Finding Pegasus: Enhancing Unsupervised Anomaly Detection in High-Dimensional Data using a Manifold-Based Approach

2025-02-06 · R. P. Nathan, Nikolaos Nikolaou, Ofer Lahav

Unsupervised machine learning methods are well suited to searching for anomalies at scale but can struggle with the high-dimensional representation of many modern datasets, hence dimensionality reduction (DR) is often pe…

Anomaly DetectionDimensionality ReductionUnsupervised Anomaly Detection

Energy-efficient Spiking Neural Network Equalization for IM/DD Systems with Optimized Neural Encoding

2023-12-20 · Alexander von Bank, Eike-Manuel Edelmann, Laurent Schmalen

We propose an energy-efficient equalizer for IM/DD systems based on spiking neural networks. We optimize a neural spike encoding that boosts the equalizer's performance while decreasing energy consumption.

Super Weights in LLMs and the Failure of Selective Training

2026-07-09 · Shreyas Subramanian, Adewale Akinfaderin, Akarsha Sehwag arxiv

Recent work identified Super Weights, individual parameters whose removal degrades model performance by orders of magnitude. We show that this degradation due to pruning Super Weights does not universally apply to all LL…

An Empirical Study of AI-based Smart Contract Creation

2023-08-05 · Rabimba Karanjai, Edward Li, Lei Xu, Weidong Shi

The introduction of large language models (LLMs) like ChatGPT and Google Palm2 for smart contract generation seems to be the first well-established instance of an AI pair programmer. LLMs have access to a large number of…

Code Generation

Transfer Learning based Search Space Design for Hyperparameter Tuning

2022-06-06 · Yang Li, Yu Shen, Huaijun Jiang, Tianyi Bai 외

The tuning of hyperparameters becomes increasingly important as machine learning (ML) models have been extensively applied in data mining applications. Among various approaches, Bayesian optimization (BO) is a successful…

Bayesian OptimizationBIG-bench Machine LearningNeural Architecture SearchTransfer Learning