Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Yao Wang, Di Liang, Minlong Peng• 2025

Related benchmarks

TaskDatasetResultRank
Instruction FollowingAlpaca--
111
Supervised Fine-tuningHeterogeneous SFT Benchmarks (Evaluation)
GSM8K Score62.2
20
Task Gradient ConflictSequential Fine-Tuning Suite (CodeAlpaca, LogiQA, Alpaca) (test)
Code Conflict Score14
15
Forgetting analysisGSM8K, Code, LogiQA, Alpaca, UChat (test)
GSM8K Forgetting Rate5.6
15
Code GenerationCodeAlpaca
Score31.5
6
Conversational Instruction FollowingUltraChat
Overall Score8.8
6
General Instruction Following EvaluationAggregated Multi-Task Suite
Average Normalized Score8.21
6
Showing 7 of 7 rows

Other info

Follow for update