REVIEW 3 major objections 5 minor 20 references
Domain-specific abliteration can strip cybersecurity refusal from a trillion-parameter model while leaving other safety refusals largely intact.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-12 07:32 UTC pith:ZZ7TZBTA
load-bearing objection Useful 24-model map plus a real 1T cyber-only weight carve-out; selectivity is real but still partly distribution-tied. the 3 major comments →
Not All Refusals Are Equal: How Safety Alignment Fails Cybersecurity at Scale
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Using the standard abliteration pipeline with a cybersecurity-focused extraction set, the authors obtain domain-selective safety removal: on Kimi K2, cybersecurity refusal falls from 100% to 7% while explicit-content refusal remains 100% and other non-target domains keep 44–88% refusal, with MMLU degradation at most 0.028 across all 24 models. The effect is model-specific, not size-specific, and is best predicted by safety-training method and architecture.
What carries the argument
Domain-specific abliteration: a mean-difference refusal direction is computed from last-token hidden states on harmful versus educational cybersecurity prompt pairs, then orthogonally projected out of down_proj and o_proj weights on a uniform spread of layers (25–95% of depth).
Load-bearing premise
The mean-difference direction taken from the authors’ CTF-style cyber prompt pairs isolates a clean cybersecurity-harm component of refusal, not a mixture that also carries general refusal or neighboring domains.
What would settle it
Apply the same projection to Kimi K2 (or another high-susceptibility model) and re-evaluate on held-out cybersecurity prompts far from the CTF extraction style plus matched non-target harms; if cyber and non-target refusal drop by similar amounts, domain selectivity fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies domain-specific abliteration: orthogonal projection of a mean-difference refusal direction extracted from cybersecurity-focused harmful/harmless prompt pairs, applied to down_proj and o_proj weights over a uniform 25–95% depth layer spread. Across 24 open-source models (0.6B–1T, dense and MoE), the authors report heterogeneous per-domain refusal changes, classify models into three susceptibility tiers, and identify safety-training method and architecture as the strongest predictors. The headline result is on Kimi K2 (~1T MoE): on a custom cross-evaluation set, cybersecurity refusal falls from 100% to 7% while explicit-content refusal stays at 100% and other non-target domains retain 44–88% refusal (Table 2a), with MMLU preserved within 0.028 across all models. They argue this shows that multi-dimensional refusal geometry admits selective, permanent weight-level removal of a cybersecurity-harm slice without global safety collapse.
Significance. If the domain-selectivity claim holds under stronger controls, the work is a substantial empirical contribution to representation-level safety and to dual-use cybersecurity tooling. Strengths that should be credited: (i) scale and uniformity of the protocol (24 models, two evaluation distributions, MMLU controls, layer-selection ablation in Appendix C); (ii) permanent weight modification at trillion-parameter MoE scale, beyond concurrent inference-time methods (RepIt, CAST); (iii) clean demonstration that MMLU is essentially unaffected; (iv) useful correlational evidence linking DPO-style safety training to higher abliteration susceptibility and GRPO/undisclosed RL to resistance (Appendix E). These results are falsifiable and practically actionable for both safety researchers and authorized offensive-security practitioners.
major comments (3)
- [§3, Table 2a, Appendix D] Central claim of geometric domain selectivity rests on purity of the CTF-derived mean-difference direction (§3). The paper reports that generic harmful/harmless pairs caused global safety collapse, that post-abliteration compliance is distribution-specific (§4), and that misinformation is the most reduced non-target domain on average (Table 1, Fig. 2). Appendix D cosine similarities (cyber vs. others 0.56–0.70) are only moderate and were computed on five models that exclude Kimi K2. No control is reported that (a) orthogonalizes a general-refusal direction out of the cyber direction before weight edit, (b) measures residual cosine of the Kimi-extracted vector with non-cyber refusal directions, or (c) evaluates held-out cyber prompts whose surface form is distant from the CTF extraction set. Without at least one of these, Table 2a’s selectivity may be an artifact of prompt-distribution pr
- [Table 2, §4, Abstract] The two evaluation sets disagree sharply on effect size and selectivity for the same Kimi K2 intervention (α=1.0, 30% layers): cross-evaluation cyber 100%→7% (−93 pp) with strong non-target retention (Table 2a) versus scientific benchmark cybercrime 88%→51% (−37 pp) and smaller, more uniform drops elsewhere (Table 2b). The abstract and contributions lead with the stronger numbers. The manuscript must either (i) designate one primary evaluation protocol and report headline claims only on it, or (ii) provide a quantitative analysis of why domain separation collapses under the scientific distribution (prompt overlap, label granularity, surface-form distance) and qualify the “domain-specific abliteration is achievable” claim accordingly.
- [§3.3, Figure 1, Table 2] Refusal is detected by 31 string-matching patterns after stripping <think> blocks (§3.3). Pattern matchers systematically miss soft refusals, partial answers, and policy-compliant rephrasings, and can false-positive on educational disclaimers. For a paper whose primary dependent variable is per-domain refusal rate (Fig. 1, Tables 1–2), this is load-bearing measurement error. At minimum, a human or strong-LLM judge audit on a stratified sample (e.g., 50–100 responses per domain for Kimi K2 and 2–3 other tiers) should be reported, with inter-annotator agreement and sensitivity of the main deltas to the detection method.
minor comments (5)
- [Figure 1] Figure 1’s dual heatmaps are dense; the right panel’s sign convention (negative = refusal drop) should be stated in the caption, and the cybercrime column should be visually highlighted given the paper’s focus.
- [§5.1, Figure 5] Susceptibility tiers (High / Partial / Resistant) are defined by maximum refusal reduction at 30% but the exact cutoffs are not stated in the main text; add them near Figure 5.
- [§3] α > 1.0 is said to help MoE models (§3) but no systematic α-sweep results are shown for Kimi K2 or other MoEs; a short appendix table would strengthen the methodological claim.
- [§2] Related-work placement of RepIt and CAST is fair; clarify more explicitly that those are inference-time interventions while this work permanently edits weights, so robustness comparisons are not apples-to-apples.
- [Abstract, Appendix E] Typos / polish: “3abliteration” missing space (Abstract); “BOND+W ARM+W ARP” spacing inconsistency (Appendix E); arXiv id in header is 2607.02714 while some internal refs use 2026 dates—ensure consistency before camera-ready.
Circularity Check
Empirical intervention study with no derivation that reduces to its inputs by construction; susceptibility tiers and domain selectivity are measured outcomes, not fitted or self-defined predictions.
full rationale
The paper applies the standard Arditi-style mean-difference orthogonal projection (Section 3: r̂_ℓ = (m⁺_ℓ − m⁻_ℓ)/‖·‖, W′ = W − α r̂(r̂ᵀW)) using a cybersecurity-focused harmful/harmless extraction set, then measures refusal on two separate evaluation suites (scientific benchmark from HarmBench/AdvBench/PurpleLlama; custom cross-evaluation set) plus MMLU. Domain selectivity on Kimi K2 (Table 2), per-domain mean drops (Table 1, Fig. 2), susceptibility tiers (Fig. 5: labels by observed max refusal reduction at 30%), and safety-training/architecture correlations (Fig. 6, Appendix E) are all post-hoc summaries of those measurements. No parameter is fitted to a subset and then reported as a prediction of a closely related quantity; no uniqueness theorem or ansatz is imported from the authors’ own prior work; external geometric citations (Wollschläger et al., Pan et al.) are used only as motivation, not as load-bearing uniqueness constraints. Concerns about whether the extracted direction is a pure cybersecurity slice versus a mixture (distribution-specific compliance, misinfo co-drop, Appendix D cosines) are validity/interpretation issues, not circular reductions of claim to input. The work is self-contained empirical measurement against external benchmarks.
Axiom & Free-Parameter Ledger
free parameters (3)
- abliteration strength α =
1.0 (main); >1.0 for MoE
- layer percentile range and fraction =
25–95 % depth, ≤30 % layers
- extraction-dataset composition =
52/73 CTF pairs
axioms (3)
- domain assumption Refusal (and other behavioral concepts) is linearly represented in residual-stream activations and can be removed by orthogonal projection of weight matrices.
- domain assumption The multi-dimensional refusal subspace admits domain-selective slices that can be targeted independently.
- ad hoc to paper Last-token hidden states under causal attention capture the full-sequence refusal signal better than mean pooling.
invented entities (1)
-
three abliteration-susceptibility tiers (High / Partial / Resistant)
no independent evidence
read the original abstract
There is no doubt that safety alignment is an essential step in LLM training. However, conceptually it does not distinguish between various domains and the level of potential harm of a query, which creates significant complications in the fields like cyber security, where a model should not be constrained by its safety circuits to accomplish the goals of legitimate, authorized operations. In this work, we share our findings from a large scale abliteration experiment on 24 open-source LLMs and show that domain-specific abliteration is achievable with standard methodology on the example of a 1T-parameter Kimi K2. Building on recent work showing that refusal in LLMs occupies a multi-dimensional subspace within layers, we find that it is also distributed widely across layers, especially in trillion-parameter MoE architectures, and so we aim to capture the part of it that represents harmful concepts in the cybersecurity domain exclusively. We also investigate the correlation between models' features and the effect of domain-specific abliteration, identifying that the type of safety training and architecture are the most reliable predictors. Finally, we classify the models into 3 abliteration susceptibility tiers and put forward a set of conjectures as to why a particular effect from this intervention might be observed in a given model.
Figures
Reference graph
Works this paper leans on
-
[1]
An embarrassingly simple defense against LLM abliteration attacks.arXiv preprint arXiv:2505.19056,
Abu Shairah, A., et al. An embarrassingly simple defense against LLM abliteration attacks.arXiv preprint arXiv:2505.19056,
-
[2]
Bhatt, S., Chennabasappa, S., et al. PurpleLlama CyberSecEval: A secure coding benchmark for language models.arXiv preprint arXiv:2312.04724,
-
[3]
Jailbreaking black box large language models in twenty queries.arXiv preprint arXiv:2310.08419,
Chao, P., Robey, A., Dobriban, E., Hassani, H., Pappas, G.J., and Wong, E. Jailbreaking black box large language models in twenty queries.arXiv preprint arXiv:2310.08419,
-
[4]
A granular study of safety pretraining under model abliteration.arXiv preprint arXiv:2510.02768,
Henderson, P., et al. A granular study of safety pretraining under model abliteration.arXiv preprint arXiv:2510.02768,
-
[5]
Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300,
Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300,
Pith/arXiv arXiv 2009
-
[6]
Kimi K2: Open agentic intelligence.arXiv preprint arXiv:2507.20534,
Kimi Team. Kimi K2: Open agentic intelligence.arXiv preprint arXiv:2507.20534,
-
[7]
Lee, A., Bai, X., Pres, I., Wattenberg, M., Kummerfeld, J.K., and Mihalcea, R. A mechanistic understanding of alignment algorithms: A case study on DPO and toxicity.arXiv preprint arXiv:2401.01967,
-
[8]
Lermen, S., Rogers-Smith, C., and Ladish, J. LoRA fine-tuning efficiently undoes safety training in Llama 2-Chat 70B.arXiv preprint arXiv:2310.20624,
-
[9]
Liu, X., Xu, N., Chen, M., and Xiao, C. AutoDAN: Generating stealthy jailbreak prompts on aligned large language models.arXiv preprint arXiv:2310.04451,
-
[10]
Marks, S. and Tegmark, M. The geometry of truth: Emergent linear structure in large language model representations of true/false datasets.arXiv preprint arXiv:2310.06824,
-
[11]
Mazeika, M., Phan, L., Yin, X., Zou, A., et al. HarmBench: A standardized evaluation framework for automated red teaming and robust refusal.arXiv preprint arXiv:2402.04249,
-
[12]
Steering Llama 2 via contrastive activation addition.arXiv preprint arXiv:2312.06681,
Panickssery, N., Bowman, S.R., and Feng, S. Steering Llama 2 via contrastive activation addition.arXiv preprint arXiv:2312.06681,
-
[13]
Park, K., Choe, Y .J., and Veitch, V . The linear representation hypothesis and the geometry of large language models.arXiv preprint arXiv:2311.03658,
-
[14]
Linear representations of sentiment in large language models.arXiv preprint arXiv:2310.15154,
Tigges, C., Hollinsworth, O.J., Geiger, A., and Nanda, N. Linear representations of sentiment in large language models.arXiv preprint arXiv:2310.15154,
-
[15]
Activation addition: Steering language models without optimization.arXiv preprint arXiv:2308.10248,
Turner, A., Thiergart, L., Udell, D., Leech, G., Mini, U., and MacDiarmid, M. Activation addition: Steering language models without optimization.arXiv preprint arXiv:2308.10248,
-
[16]
Xie, T., et al. SORRY-Bench: Systematically evaluating large language model safety refusal behaviors.arXiv preprint arXiv:2406.14598,
-
[17]
Yang, X., et al. Shadow alignment: The ease of subverting safely-aligned language models.arXiv preprint arXiv:2310.02949,
-
[18]
Young, A. Comparative analysis of LLM abliteration methods: A cross-architecture evaluation.arXiv preprint arXiv:2512.13655,
-
[19]
Representation engineering: A top-down approach to AI transparency.arXiv preprint arXiv:2310.01405,
Zou, A., Phan, L., Chen, S., Campbell, J., Guo, P., Ren, R., Pan, A., et al. Representation engineering: A top-down approach to AI transparency.arXiv preprint arXiv:2310.01405,
-
[20]
Zou, A., Wang, Z., Kolter, J.Z., and Fredrikson, M. Universal and transferable adversarial attacks on aligned language models.arXiv preprint arXiv:2307.15043,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.