Ability Transfer and Recovery via Modularized Parameters Localization
Songyao Jin, Kun Zhou, Wenqi Li, Peng Wang, Biwei Huang
TL;DR
The paper addresses how specialized abilities in LLMs are stored and transferred, revealing that ability-related activations concentrate in a small subset of channels and remain disentangled after fine-tuning. It introduces ACT, a method that identifies activation-difference channels via cross-model comparisons, transfers only those channels through masked task-vector updates, and applies lightweight post-transfer fine-tuning to stabilize integration. Empirically, ACT recovers forgotten multilingual mathematics and science abilities with minimal parameter changes and enables clean merging of multiple abilities with minimal interference, outperforming several baselines. The work demonstrates a practical, parameter-efficient path to modularity-driven ability transfer, with implications for continual learning and multi-ability deployment in multilingual, domain-specific LLMs.
Abstract
Large language models can be continually pre-trained or fine-tuned to improve performance in specific domains, languages, or skills, but this specialization often degrades other capabilities and may cause catastrophic forgetting. We investigate how abilities are distributed within LLM parameters by analyzing module activations under domain- and language-specific inputs for closely related models. Across layers and modules, we find that ability-related activations are highly concentrated in a small set of channels (typically <5\%), and these channels are largely disentangled with good sufficiency and stability. Building on these observations, we propose ACT (Activation-Guided Channel-wise Ability Transfer), which localizes ability-relevant channels via activation differences and selectively transfers only the corresponding parameters, followed by lightweight fine-tuning for compatibility. Experiments on multilingual mathematical and scientific reasoning show that ACT can recover forgotten abilities while preserving retained skills. It can also merge multiple specialized models to integrate several abilities into a single model with minimal interference. Our code and data will be publicly released.
