Model Surgery: Modulating LLM's Behavior Via Simple Parameter Editing
Huanqian Wang, Yang Yue, Rui Lu, Jingxin Shi, Andrew Zhao, Shenzhi Wang, Shiji Song, Gao Huang
TL;DR
The paper introduces model surgery, a parameter-editing approach that modulates undesirable LLM behaviors by training a small linear behavior probe and then editing a targeted, small subset of gate-projection parameters to shift the hidden state away from toxic or jailbreak directions. This method avoids gradient-based fine-tuning, preserving core capabilities while substantially reducing toxicity (up to ~90% on RealToxicityPrompts and ~50% on ToxiGen) and improving resistance to jailbreak prompts, with bidirectional control (positive/negative attitude adjustments) demonstrated across multiple models. The approach relies on the observed linear separability of behaviors in hidden space, identifies behavior regions via cosine similarity with a behavior prototype, and updates parameters by adding a scaled version of the probe direction to selected vectors. Across detoxification, jailbreaking, and attitude tasks, the method achieves strong behavioral shifts with minimal impact on general performance, and extends to diverse models (CodeLLaMA, Mistral, LLaMA2-70B) and multi-attribute configurations. The work highlights substantial gains in efficiency and practicality for safe LLM deployment, while outlining limitations and future directions for deeper theoretical understanding and broader safety assurances.
Abstract
Large Language Models (LLMs) have demonstrated great potential as generalist assistants, showcasing powerful task understanding and problem-solving capabilities. To deploy LLMs as AI assistants, it is crucial that these models exhibit desirable behavioral traits, such as non-toxicity and resilience against jailbreak attempts. Current approaches for detoxification or preventing jailbreaking usually involve Supervised Fine-Tuning (SFT) or Reinforcement Learning from Human Feedback (RLHF), which requires finetuning billions of parameters through gradient descent with substantial computational cost. Furthermore, models modified through SFT and RLHF may deviate from the pretrained models, potentially leading to a degradation in foundational LLM capabilities. In this paper, we observe that surprisingly, directly editing a small subset of parameters can effectively modulate specific behaviors of LLMs, such as detoxification and resistance to jailbreaking, with only inference-level computational resources. Experiments demonstrate that in the detoxification task, our approach achieves reductions of up to 90.0% in toxicity on the RealToxicityPrompts dataset and 49.2% on ToxiGen, while maintaining the LLM's general capabilities in areas such as common sense, question answering, and mathematics
