Leveraging Parameter Space Symmetries for Reasoning Skill Transfer in LLMs
Stefan Horoi, Sangwoo Cho, Supriyo Chakraborty, Shi-Xiong Zhang, Sambit Sahu, Guy Wolf, Genta Indra Winata
TL;DR
This work tackles the problem of transferring hard-earned reasoning skills between evolving LLM families while avoiding negative interference. It proposes an alignment-first approach that exploits transformer parameter-space symmetries—permutation for SwiGLU and rotation/scaling for GQA—to align source and target models before applying task arithmetic. By extending these alignment techniques to modern architectures and evaluating on challenging reasoning benchmarks, the method achieves substantial gains over standard task arithmetic and enables skill transfer across divergent development paths. This reduces the need for full re-finetuning and enhances adaptability of specialized skills across model versions, with practical impact for rapid, efficient skill merging in evolving LLM ecosystems.
Abstract
Task arithmetic is a powerful technique for transferring skills between Large Language Models (LLMs), but it often suffers from negative interference when models have diverged during training. We address this limitation by first aligning the models' parameter spaces, leveraging the inherent permutation, rotation, and scaling symmetries of Transformer architectures. We adapt parameter space alignment for modern Grouped-Query Attention (GQA) and SwiGLU layers, exploring both weight-based and activation-based approaches. Using this alignment-first strategy, we successfully transfer advanced reasoning skills to a non-reasoning model. Experiments on challenging reasoning benchmarks show that our method consistently outperforms standard task arithmetic. This work provides an effective approach for merging and transferring specialized skills across evolving LLM families, reducing redundant fine-tuning and enhancing model adaptability.
