Papers › Model Surgery: Modulating LLM's Behavior Via Simple Parameter Editing

Model Surgery: Modulating LLM's Behavior Via Simple Parameter Editing

11 Jul 2024arXiv:2407.08770archive 2025-07-28

Huanqian Wang, Yang Yue, Rui Lu, Jingxin Shi, Andrew Zhao, Shenzhi Wang, Shiji Song, Gao Huang

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 methods 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 computation 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. Specifically, for a behavior that we aim to avoid, we employ a linear classifier, which we term the behavior probe, to classify binary behavior labels within the hidden state space of the LLM. Using this probe, we introduce an algorithm to identify a critical subset of LLM parameters that significantly influence this targeted behavior. Then we directly edit these selected parameters by shifting them towards the behavior probe. Such a direct parameter editing method necessitates only inference-level computational resources. Experiments demonstrate that in the representative 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. Our code is available at https://github.com/lucywang720/model-surgery.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.08770")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lucywang720/model-surgery officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
5unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lucywang720/model-surgery. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cached_collate_fn lucywang720/model-surgery/train/run_pplm_discrim_train.py official repository ran no licence file found · pointer only · 9f95f3541586ad5c · report
check_jailbroken lucywang720/model-surgery/eval/jailbreak/score.py official repository ran no licence file found · pointer only · cb12ad8df155ef2a · report
collate_fn lucywang720/model-surgery/train/run_pplm_discrim_train.py official repository ran no licence file found · pointer only · c5e400dbec9871ce · report
evaluate_performance lucywang720/model-surgery/train/run_pplm_discrim_train.py official repository ran no licence file found · pointer only · c1515ec6a041a7e6 · report
generate_completions lucywang720/model-surgery/eval/utils.py official repository ran no licence file found · pointer only · 0064be5c9154d721 · report
get_json lucywang720/model-surgery/eval/jailbreak/score.py official repository ran no licence file found · pointer only · b7b7c929e2921723 · report
obtain_stats lucywang720/model-surgery/eval/jailbreak/score.py official repository ran no licence file found · pointer only · 295e0b897ef80124 · report
truncate_after_string lucywang720/model-surgery/eval/gsm/run_eval.py official repository ran fingerprinted no licence file found · pointer only · f1c3821c9446b628 · report
create_prompt_with_llama2_chat_format lucywang720/model-surgery/eval/templates.py official repository unverified no licence file found · pointer only · e51c9713fadad16f · report
create_prompt_with_tulu_chat_format lucywang720/model-surgery/eval/templates.py official repository unverified no licence file found · pointer only · 697d92a5d51eff3e · report
dispatch_openai_chat_requesets lucywang720/model-surgery/eval/dispatch_openai_requests.py official repository unverified no licence file found · pointer only · dcad9ac62979ca49 · report
dispatch_openai_prompt_requesets lucywang720/model-surgery/eval/dispatch_openai_requests.py official repository unverified no licence file found · pointer only · 71e4259026911444 · report
get_next_word_predictions lucywang720/model-surgery/eval/utils.py official repository unverified no licence file found · pointer only · d134c88af0236263 · report

Tasks

Common Sense ReasoningQuestion Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SFT

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections