REVIEW 3 major objections 4 minor 75 references
Gradient Immunity: Null-Space Resistance to Malicious Fine-Tuning
T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A fixed null-space gate zeros gradients of harmful samples during downstream fine-tuning, keeping post-release attack success at the pre-release level.
desk verdict Clever and correct gradient-blocking mechanism whose headline resistance result is calibrated to the attack set, plus an in-threat-model LM-head bypass that is never evaluated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Null Space Cubic Layer composed with its analytic Inverse Adapter. The cubic layer has output $O(h)=((hW)h^T)h$ for hidden state $h$ and a fixed symmetric $W$; each term of its gradient, term1 $=(G_B h^T)(h W^T)$, term2 $=(h G_B^T)(h W)$, term3 $=(h W^T h^T)G_B$, contains $hW$ or $hW^T$, so when $W$ is constructed as $VV^T$ from the common right null space of harmful hidden states, harmful gradients are forced to zero. Because each local hidden-state vector is only rescaled by the scalar $s=hWh^T$, the Inverse Adapter $h=y(yWy^T)^{-1/3}$ recovers the original vector in the forward pass, preserving base-model behavior. The practical version turns the hard zero condition into a backward gate $g(h)=\mathbf{1}[r(h)\leq \tau]$ with $r(h)=\|hW\|/\|h\|$, and when exact null-space construction becomes rank-limited the paper replaces exact zero directions with smallest-singular-value directions (extended null-space selection).
What would settle it
Fine-tune a released safeguarded model on a harmful question-answer set whose prompts have been paraphrased or otherwise shifted so that their hidden states are unlikely to lie in the defender-built protected region, then measure post-fine-tuning ASR under the same frozen threshold; if ASR rises substantially above the pre-release level, the claim that the gate keeps post-fine-tuning ASR at the pre-release level under a fixed release threshold is falsified for that coverage regime.
Extended reading notes
Core claim
At the paper's core is a gradient-blocking identity. For a hidden state $h$ reaching the cubic layer, the layer computes $O(h)=((hW)h^T)h$, and the backward gradient splits into three terms, each containing $hW$ or $hW^T$ as a factor. The parameter $W=VV^T$ is built from a basis $V$ of the common right null space of the defender-held harmful hidden states, so for participating harmful samples $hW=hW^T=0$ and the gradient vanishes exactly (Equation 4). Because exact null spaces collapse once the harmful reference set grows past tens of samples, the paper's practical instantiation replaces the exact condition with a threshold gate on the norm ratio $r(h)=\|hW\|/\|h\|$: gradients are suppressed when this ratio falls at or below the calibrated threshold $\tau$. The paper claims that non-participating but in-distribution harmful samples also tend to have smaller norm ratios than safe samples, so the protected region extends beyond the build set; that with a strict 100% harmful-block threshold the post-fine-tuning ASR is unchanged from pre-release across six settings; and that the analytic Inverse Adapter $h=y(yWy^T)^{-1/3}$ restores base-model forward outputs, with perfect top-1 token agreement and cosine similarity numerically equal to 1 in the evaluated runs.
Load-bearing premise
The load-bearing premise is that the attacker's harmful fine-tuning examples fall inside the protected region defined by the defender-held harmful reference set that builds W and calibrates the threshold, and the paper's strict persistence experiments use the same 100 examples as both the build set and the downstream harmful training set, leaving no end-to-end evidence for harmful data outside that corpus.
Editorial extensions
If this is right
- Under the strict threshold that blocks 100% of defender-held harmful reference data, post-fine-tuning ASR equals pre-release ASR in all six model-dataset settings (Qwen and Llama on JailbreakBench, HarmfulBench, and BeaverTails-H).
- Safe pass rate under that threshold is 100% on JailbreakBench and HarmfulBench for both model families, and 79% for Qwen-14B and 69% for Llama-8B on BeaverTails-H, so blocking coverage trades against safe utility.
- The Inverse Adapter preserves the base model on Alpaca (ACC 66.0% for Qwen and 60.0% for Llama) and reconstructs hidden states with top-1 token agreement of 1.0 and near-zero logit KL divergence on a 500-sample benign mixed set.
- Non-participating, in-distribution harmful samples show lower norm ratios than safe samples, allowing threshold calibration to extend blocking beyond the exact null-space build set.
- Exact null-space construction supports only tens of harmful samples (about 13 to 91 per dataset), while extended null-space selection retains 100% safe pass rate at about 200 participating harmful samples and over 60% at 500 in the BeaverTails/Qwen case.
Reading between the lines
- Because the formal guarantee is zero gradient on the protected subset, the defense's effective strength is set by coverage of the attacker's training corpus: an adversary who can shift harmful prompts out of the calibrated region through rephrasing, format changes, or rare topics would bypass the gate without touching the protected component. This follows from the paper's own sensitivity discussio
- The same norm-ratio calibration recipe could transfer to other safety dimensions, such as private-data leakage or biosecurity prompts, whenever the defender can supply a representative reference set; the paper does not test those domains.
- A concrete testable extension is to fine-tune the released model on paraphrased or hidden-state-space adversarial harmful examples and compare post-fine-tuning ASR with the paper's strict 100% coverage result; the threshold gate should degrade before the protected layer itself is removed.
- The PPOW assumption that the protected component cannot be cheaply deleted is only preliminarily explored through a parameter-fusion feasibility check, so the defense's practical durability depends on that hardening step maturing.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Unidirectional Safety Gate (USG) for a provider-controlled partially protected open-weight (PPOW) release setting, instantiated as a Null Space Cubic Layer plus an Inverse Adapter inserted after the final Transformer layer. During downstream fine-tuning, the cubic layer blocks gradients for samples whose hidden-state norm ratio r(h)=||hW||/||h|| falls below a calibrated threshold, while the Inverse Adapter analytically restores the base forward behavior. Experiments on Qwen3-14B and Llama-3.1-8B across JailbreakBench, HarmfulBench, and BeaverTails-H report that, under a strict fixed-threshold 100% harmful-block release policy, post-fine-tuning ASR remains at the pre-release level; safe pass rates are 100% on the easier settings and lower on BeaverTails-H; and the Inverse Adapter achieves near-exact forward restoration. The paper also studies blocking generalization to non-participating harmful samples and the stability of the threshold under continued benign and mildly shifted training.
Significance. If the central claim held as stated, the paper would constitute a useful new release-time defense mechanism: gradient blocking in representation space that does not require downstream cooperation. The paper has real strengths: the cubic-layer gradient derivation in Section 4.2.2 and Appendix C is mathematically sound, the forward-restoration measurements in Table 4 are strong and directly support the Inverse Adapter claim, the code is promised, and the limitations section is unusually candid. However, the headline resistance result is currently close to a construction-level tautology: in the strict persistence experiments the threshold is calibrated on the exact corpus later used as the downstream harmful fine-tuning set, so every harmful training sample is blocked by design. In addition, the gate is placed before the output LM head, leaving an in-threat-model attack vector (head updates) completely unexamined. These issues do not invalidate the mechanism, but they substantially narrow the empirical claim that the paper can currently support.
major comments (3)
- [Section 5.1.1 and Appendix A] The central resistance result is produced by construction rather than by an empirical test. Section 5.1.1 states that, for JailbreakBench and HarmfulBench, the same 100 examples serve both as the participating harmful build set and as the downstream harmful fine-tuning set; Appendix A defines the strict 100% release policy as setting the threshold to the maximum observed norm ratio over all defender-held harmful reference samples. Under this policy every harmful training sample satisfies r(h) <= tau, so Eq. (17) in Appendix A suppresses its gradient entirely, no harmful update reaches the trained layers, and post-fine-tuning ASR must equal pre-fine-tuning ASR. The reported constancy of ASR in Table 1 is therefore a direct consequence of the calibration rule, not evidence that the safeguard resists harmful fine-tuning. The authors should either test on non-participating harmful samples that actually fall above the threshold and measure ASR persistence, or explicitly relabel the current experiment as a coverage-based blocking test rather than a resistance result.
- [Section 4.6 Step 1 and Section 5.1.3] The gate location leaves the output LM head completely unprotected, and head-update attacks are inside the stated threat model but never evaluated. Section 4.6 Step 1 inserts the cubic layer and Inverse Adapter after the last Transformer layer, and the backward gate in Eq. (17) suppresses only the gradient at the cubic-layer input h. Gradients for parameters downstream of that point, most importantly the output LM head, do not pass through h, so they are not blocked by the gate. Section 3.1 grants the attacker full control over all exposed weights, but Section 5.1.3 restricts the resistance experiments to fine-tuning only the last five Transformer layers. A harmful fine-tune that updates the LM head on the same 100 harmful QA pairs could remap the unchanged base-model hidden states to harmful tokens without ever being gated. The authors should evaluate head-only and full-model harmful fine-tuning; without such results the headline claim that post-fine-tuning ASR stays at the pre-release level is unsupported for an in-threat-model attack vector.
- [Section 3.1 and Appendix E] The protected-release assumption, which is load-bearing for the entire defense, is not established by any experiment in the paper. Section 3.1 excludes attacks that delete, bypass, replace, or independently retrain the protected component because such attacks are asserted to be substantially more expensive than ordinary fine-tuning, and Section 4.5 points to parameter fusion as one plausible realization. Appendix E, however, explicitly describes the fusion study as preliminary, fitted with limited calibration data and limited budget, and states that the current fusion quality should not be read as the best achievable fidelity-hardening trade-off. Since the defense is vacuous against an attacker who can simply drop the gate at negligible cost, the paper should either provide concrete evidence that structural removal is nontrivial for the released artifact, or state this as an axiom and remove it from the claimed evaluation of resistance.
minor comments (4)
- [Section 4.2.3] The dimension notation is inconsistent: the main text defines h in R^{B x L x D}, but Eq. (10) and the surrounding text use R^N and a matrix H in R^{N x N} without relating N to D; this makes the construction of V and W harder to follow.
- [Appendix C, Eq. (A1)] The gradient derivation reuses the symbol N for a different dimension: h is written as R^{B x M x N} and W as R^{N x N}, whereas the main paper uses D for the hidden size; the notation should be unified.
- [Abstract] The abstract contains a formatting typo, 'aUnidirectional Safety Gate', which should read 'a Unidirectional Safety Gate'.
- [Table 1 and Table 2] The safe pass rate is only reported for the strict 100% harmful-block policy; reporting safe pass rates for the same threshold in the BeaverTails-H non-participating setting would help readers disentangle blocking generalization from the by-construction blocking in the strict setting.
Circularity Check
The headline resistance result is forced by construction: the strict 100% threshold is calibrated on the same harmful examples later used as the attack set, so the gate blocks every harmful training gradient by definition.
-
fitted input called prediction
[Section 5.1.1 (Models and Datasets); Appendix A (Threshold Selection); Eq. (17)]
"For JailbreakBench and HarmfulBench, we use 100 harmful training examples per dataset; these same 100 examples serve both as the participating harmful build set used to construct the Null Space Cubic Layer and as the downstream harmful fine-tuning set in the strict persistence experiments. ... The strict 100% release policy used in the main text is the limiting case b=1, i.e., the threshold is set to the maximum observed ratio over all defender-held harmful reference samples, including harmful samples that did not participate in constructing the null space. ..."
For those examples, W is built from the common right null space of their own hidden states, so r(h)=||hW||/||h||≈0 on the attack set. The threshold τ is then the maximum r over exactly this reference set, forcing every harmful fine-tuning sample to satisfy r(h)≤τ. The gate g(h)=1[r(h)≤τ] therefore zeroes ∂L/∂h for every harmful training sample, so no harmful gradient reaches the trainable layers. The Table 1 result that post-fine-tuning ASR stays at the pre-release level is the algebraic consequence of this calibration protocol, not an empirically discovered property of the defense.
full rationale
The individual mechanism derivations are not circular: Eq. (4) is a definitional condition of the USG, and the cubic-layer gradient formula (Eqs. 6–7) correctly implies zero backward gradient when hW=0; the Inverse Adapter's forward restoration is an analytic inverse and is checked numerically rather than fitted. The norm-ratio separation for non-participating harmful samples (Fig. 3) is an empirical observation. The circularity is concentrated in the strict resistance evaluation: because τ is calibrated on the same harmful reference set that is later used as the downstream fine-tuning data, the headline 'post-ASR unchanged' claim is guaranteed by construction rather than tested. The paper's own limitation sections are transparent about the coverage assumption, but transparency does not remove the fact that the central empirical result reduces to the calibration choice. I do not count the LM-head fine-tuning omission as circularity; that is a threat-model coverage gap, not a derivation that reduces to its own inputs. The score is 8 because the paper's central resistance claim is forced by the definition of the threshold, even though independent content remains in the safe-pass measurements, the inverse-adapter fidelity checks, and the OOD stability boundary experiments.
Assumptions & free parameters
free parameters (4)
- Release threshold tau =
Qwen JBB 0.00049, Qwen HB 0.0021, Qwen BeaverTails 0.0036, Llama JBB 0.00044, Llama HB 0.0031, Llama BeaverTails…
- Null-space rank r (columns of V) =
Not reported; selected by singular-value cutoff in extended null-space selection
- Fine-tuning learning rate =
4e-5 in the main resistance experiments; 3e-4 collapses blocking in Appendix G
- Number of participating harmful samples =
100 per model-dataset setting
assumptions (5)
- domain assumption The protected component (cubic layer and inverse adapter) cannot be removed or retrained at negligible cost after release.
- ad hoc to paper Defender-held harmful reference data covers the attacker's downstream harmful fine-tuning data in the strict persistence experiments.
- domain assumption Norm-ratio separation between harmful and safe hidden states persists under fine-tuning with a fixed threshold.
- domain assumption The analytic inverse of the cubic layer is defined for essentially all samples, meaning the per-token scale factor s is positive.
- domain assumption The stacked harmful hidden-state matrix has a usable exact or extended null space for the build set.
invented entities (3)
-
Null Space Cubic Layer
-
Inverse Adapter
-
Unidirectional Safety Gate
Cite this review
Pith. "Pith review of Gradient Immunity: Null-Space Resistance to Malicious Fine-Tuning." pith.science (2026). https://pith.science/paper/TAQAKFWS
@misc{pith2026260805045,
author = {Pith},
title = {Pith review of: Gradient Immunity: Null-Space Resistance to Malicious Fine-Tuning},
year = {2026},
howpublished = {\url{https://pith.science/paper/TAQAKFWS}},
note = {Machine review of arXiv:2608.05045}
}
read the original abstract
Released aligned large language models remain vulnerable to malicious downstream finetuning. Existing defenses are largely designed for the fine-tuning-as-a-service (FTaaS) paradigm or rely on downstream users to follow additional safety procedures, and therefore do not directly address the setting we study: a provider controlled partially protected open-weight (PPOW) release setting in which most weights remain trainable while a small safety-critical component is preserved at release. We propose a Unidirectional Safety Gate (USG), instantiated as a Null Space Cubic Layer together with an Inverse Adapter inserted after the final Transformer layer. During downstream fine-tuning, the cubic layer suppresses or blocks gradients from harmful samples whose hidden states fall in a calibrated protected region, while the Inverse Adapter restores the base model's forward behavior. In practice, we calibrate a threshold using defender-held harmful data, allowing protection to generalize to nearby in-distribution harmful samples. Across six evaluated model-dataset settings, USG keeps post-finetuning attack success rate close to the pre-release level under a fixed release threshold, while maintaining high safe-pass rates on easier settings and exhibiting a clearer safety-utility trade-off on unsafe samples from BeaverTails. These results suggest that release-time representation-space blocking can raise the cost of malicious downstream adaptation without requiring downstream cooperation. The code is available at https://github.com/OpenCausaLab/Gradient-Immunity.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[3]
Weilin Cai, Juyong Jiang, Fan Wang, Jing Tang, Sunghun Kim, and Jiayi Huang. 2025. A survey on mixture of experts in large language models. IEEE Transactions on Knowledge and Data Engineering
work page 2025
-
[6]
Patrick Chao, Edoardo Debenedetti, Alexander Robey, Maksym Andriushchenko, Francesco Croce, Vikash Sehwag, Edgar Dobriban, Nicolas Flammarion, George J Pappas, Florian Tramer, and 1 others. 2024. Jailbreakbench: An open robustness benchmark for jailbreaking large language models. Advances in Neural Information Processing Systems, 37:55005--55029
work page 2024
-
[7]
Junqi Chen, Sirui Chen, and Chaochao Lu. 2026. Can post-training transform llms into causal reasoners? In Findings of the Association for Computational Linguistics: ACL 2026, pages 17020--17038
work page 2026
-
[12]
Guoqing Hu, An Zhang, Shuo Liu, Zhibo Cai, Xun Yang, and Xiang Wang. 2025 a . Alphafuse: Learn id embeddings for sequential recommendation in null space of language embeddings. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 1614--1623
work page 2025
-
[16]
Tiansheng Huang, Sihao Hu, and Ling Liu. 2024 c . Vaccine: Perturbation-aware alignment for large language model. The Thirty-Eighth Annual Conference on Neural Information Processing Systems …
work page 2024
-
[17]
Jiaming Ji, Mickel Liu, Josef Dai, Xuehai Pan, Chi Zhang, Ce Bian, Boyuan Chen, Ruiyang Sun, Yizhou Wang, and Yaodong Yang. 2023. Beavertails: Towards improved safety alignment of llm via a human-preference dataset. Advances in Neural Information Processing Systems, 36:24678--24704
2023
-
[20]
Lizhi Lin, Honglin Mu, Zenan Zhai, Minghan Wang, Yuxia Wang, Renxi Wang, Junjie Gao, Yixuan Zhang, Wanxiang Che, Timothy Baldwin, and 1 others. 2025. Against the achilles' heel: A survey on red teaming for generative models. Journal of Artificial Intelligence Research, 82:687--775
2025
-
[22]
Zihan Liu, Yizhen Wang, Rui Wang, and Sai Wu. 2025. Dualguard: A parameter space transformation approach for bidirectional defense in split-based llm fine-tuning. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 17065--17080
work page 2025
Show all 75 references
-
[25]
Rimon Melamed, Lucas Hurley McCabe, Tanay Wakhare, Yejin Kim, H Howie Huang, and Enric Boix-Adsera. 2024. Prompts have evil twins. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 46--74
2024
-
[27]
Quoc Minh Nguyen, Trung Le, Jing Wu, Anh Tuan Bui, and Mehrtash Harandi. 2026. Antibody: Strengthening defense against harmful fine-tuning for large language models via attenuating harmful gradient influence. In International Conference on Learning Representations (ICLR). ArXi...
2026
-
[28]
Alberto Purpura, Sahil Wadhwa, Jesse Zymet, Akshay Gupta, Andy Luo, Melissa Kazemi Rad, Swapnil Shinde, and Mohammad Shahed Sorower. 2025. Building safe genai applications: An end-to-end overview of red teaming for large language models. In Proceedings of the 5th Workshop on T...
2025
-
[35]
Wei Sun, Tingyu Qu, Mingxiao Li, Jesse Davis, and Marie Francine Moens. 2025. Mitigating negative interference in multilingual knowledge editing through null-space constraints. In Findings of the Association for Computational Linguistics: ACL 2025, pages 8796--8810
2025
-
[36]
Rohan Taori, Ishaan Gulrajani, Tianyi Zhang, Yann Dubois, Xuechen Li, Carlos Guestrin, Percy Liang, and Tatsunori B Hashimoto. 2023. Stanford alpaca: An instruction-following llama model
2023
-
[38]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, and 1 others. 2022. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35:24824--24837
2022
-
[43]
Le Yang, Ziwei Zheng, Boxu Chen, Zhengyu Zhao, Chenhao Lin, and Chao Shen. 2025 b . Nullu: Mitigating object hallucinations in large vision-language models via halluspace projection. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 14635--14645
2025
-
[44]
Xin Yi, Shunfan Zheng, Linlin Wang, Xiaoling Wang, and Liang He. 2024. A safety realignment framework via subspace-oriented model fusion for large language models. Knowledge-Based Systems, 306:112701
2024
-
[51]
Aho and Jeffrey D
Alfred V. Aho and Jeffrey D. Ullman , title =. 1972
1972
-
[52]
Publications Manual , year = "1983", publisher =
1983
-
[53]
Chandra and Dexter C
Ashok K. Chandra and Dexter C. Kozen and Larry J. Stockmeyer , year = "1981", title =. doi:10.1145/322234.322243
1981
-
[54]
Scalable training of
Andrew, Galen and Gao, Jianfeng , booktitle=. Scalable training of
-
[55]
Dan Gusfield , title =. 1997
1997
-
[56]
Tetreault , title =
Mohammad Sadegh Rasooli and Joel R. Tetreault , title =. Computing Research Repository , volume =. 2015 , url =
2015
-
[57]
A Framework for Learning Predictive Structures from Multiple Tasks and Unlabeled Data , Volume =
Ando, Rie Kubota and Zhang, Tong , Issn =. A Framework for Learning Predictive Structures from Multiple Tasks and Unlabeled Data , Volume =. Journal of Machine Learning Research , Month = dec, Numpages =
-
[58]
Advances in neural information processing systems , volume=
Chain-of-thought prompting elicits reasoning in large language models , author=. Advances in neural information processing systems , volume=
-
[59]
arXiv preprint arXiv:2412.19437 , year=
Deepseek-v3 technical report , author=. arXiv preprint arXiv:2412.19437 , year=
-
[60]
Hashimoto , title =
Rohan Taori and Ishaan Gulrajani and Tianyi Zhang and Yann Dubois and Xuechen Li and Carlos Guestrin and Percy Liang and Tatsunori B. Hashimoto , title =. GitHub repository , howpublished =. 2023 , publisher =
2023
-
[61]
IEEE Transactions on Knowledge and Data Engineering , year=
A survey on mixture of experts in large language models , author=. IEEE Transactions on Knowledge and Data Engineering , year=
-
[62]
arXiv preprint arXiv:2503.23829 , year=
Crossing the reward bridge: Expanding rl with verifiable rewards across diverse domains , author=. arXiv preprint arXiv:2503.23829 , year=
-
[63]
arXiv preprint arXiv:2503.06639 , year=
Reinforcement Learning with Verifiable Rewards: GRPO's Effective Loss, Dynamics, and Success Amplification , author=. arXiv preprint arXiv:2503.06639 , year=
-
[64]
arXiv preprint arXiv:2407.21783 , year=
The llama 3 herd of models , author=. arXiv preprint arXiv:2407.21783 , year=
-
[65]
arXiv preprint arXiv:2303.08774 , year=
Gpt-4 technical report , author=. arXiv preprint arXiv:2303.08774 , year=
-
[66]
Proceedings of the 5th Workshop on Trustworthy NLP (TrustNLP 2025) , pages=
Building safe GenAI applications: An end-to-end overview of red teaming for large language models , author=. Proceedings of the 5th Workshop on Trustworthy NLP (TrustNLP 2025) , pages=
2025
-
[67]
arXiv preprint arXiv:2406.05946 , year=
Safety alignment should be made more than just a few tokens deep , author=. arXiv preprint arXiv:2406.05946 , year=
-
[68]
Journal of Artificial Intelligence Research , volume=
Against the achilles' heel: A survey on red teaming for generative models , author=. Journal of Artificial Intelligence Research , volume=
-
[69]
Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=
Prompts have evil twins , author=. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=
2024
-
[70]
arXiv preprint arXiv:2409.18169 , year=
Harmful fine-tuning attacks and defenses for large language models: A survey , author=. arXiv preprint arXiv:2409.18169 , year=
-
[71]
arXiv preprint arXiv:2402.05162 , year=
Assessing the brittleness of safety alignment via pruning and low-rank modifications , author=. arXiv preprint arXiv:2402.05162 , year=
-
[72]
arXiv preprint arXiv:2412.07097 , year=
On evaluating the durability of safeguards for open-weight llms , author=. arXiv preprint arXiv:2412.07097 , year=
-
[73]
2024 , organization=
Vaccine: Perturbation-aware alignment for large language model , author=. 2024 , organization=
2024
-
[74]
arXiv preprint arXiv:2309.07875 , year=
Safety-tuned llamas: Lessons from improving the safety of large language models that follow instructions , author=. arXiv preprint arXiv:2309.07875 , year=
-
[75]
arXiv preprint arXiv:2405.14577 , volume=
Representation noising effectively prevents harmful fine-tuning on llms , author=. arXiv preprint arXiv:2405.14577 , volume=
-
[76]
arXiv preprint arXiv:2402.02207 , year=
Safety fine-tuning at (almost) no cost: A baseline for vision large language models , author=. arXiv preprint arXiv:2402.02207 , year=
-
[77]
arXiv preprint arXiv:2403.05030 , year=
Defending against unforeseen failure modes with latent adversarial training , author=. arXiv preprint arXiv:2403.05030 , year=
-
[78]
Knowledge-Based Systems , volume=
A safety realignment framework via subspace-oriented model fusion for large language models , author=. Knowledge-Based Systems , volume=. 2024 , publisher=
2024
-
[79]
arXiv preprint arXiv:2410.10343 , year=
Locking down the finetuned llms safety , author=. arXiv preprint arXiv:2410.10343 , year=
-
[80]
arXiv preprint arXiv:2410.02355 , year=
Alphaedit: Null-space constrained knowledge editing for language models , author=. arXiv preprint arXiv:2410.02355 , year=
-
[81]
Findings of the Association for Computational Linguistics: ACL 2025 , pages=
Mitigating negative interference in multilingual knowledge editing through null-space constraints , author=. Findings of the Association for Computational Linguistics: ACL 2025 , pages=
2025
-
[82]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Nullu: Mitigating object hallucinations in large vision-language models via halluspace projection , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[83]
Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
Alphafuse: Learn id embeddings for sequential recommendation in null space of language embeddings , author=. Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
-
[84]
arXiv preprint arXiv:2510.27172 , year=
Adaptive defense against harmful fine-tuning for large language models via bayesian data scheduler , author=. arXiv preprint arXiv:2510.27172 , year=
-
[85]
arXiv preprint arXiv:2510.07835 , year=
MetaDefense: Defending Finetuning-based Jailbreak Attack Before and During Generation , author=. arXiv preprint arXiv:2510.07835 , year=
-
[86]
Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
DualGuard: A Parameter Space Transformation Approach for Bidirectional Defense in Split-Based LLM Fine-Tuning , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[87]
arXiv preprint arXiv:2601.22752 , year=
OSNIP: Breaking the Privacy-Utility-Efficiency Trilemma in LLM Inference via Obfuscated Semantic Null Space , author=. arXiv preprint arXiv:2601.22752 , year=
-
[88]
arXiv preprint arXiv:2409.01586 , year=
Booster: Tackling harmful fine-tuning for large language models via attenuating harmful perturbation , author=. arXiv preprint arXiv:2409.01586 , year=
-
[89]
arXiv preprint arXiv:2505.09388 , year=
Qwen3 technical report , author=. arXiv preprint arXiv:2505.09388 , year=
-
[90]
2023 , publisher=
Stanford alpaca: An instruction-following llama model , author=. 2023 , publisher=
2023
-
[91]
Advances in Neural Information Processing Systems , volume=
Beavertails: Towards improved safety alignment of llm via a human-preference dataset , author=. Advances in Neural Information Processing Systems , volume=
-
[92]
Advances in Neural Information Processing Systems , volume=
Jailbreakbench: An open robustness benchmark for jailbreaking large language models , author=. Advances in Neural Information Processing Systems , volume=
-
[93]
arXiv preprint arXiv:2402.04249 , year=
Harmbench: A standardized evaluation framework for automated red teaming and robust refusal , author=. arXiv preprint arXiv:2402.04249 , year=
-
[94]
Proceedings of the 62nd annual meeting of the association for computational linguistics (volume 3: system demonstrations) , pages=
Llamafactory: Unified efficient fine-tuning of 100+ language models , author=. Proceedings of the 62nd annual meeting of the association for computational linguistics (volume 3: system demonstrations) , pages=
-
[95]
International Conference on Learning Representations (ICLR) , year=
Antibody: Strengthening Defense Against Harmful Fine-Tuning for Large Language Models via Attenuating Harmful Gradient Influence , author=. International Conference on Learning Representations (ICLR) , year=
-
[96]
arXiv preprint arXiv:1711.05101 , year=
Decoupled weight decay regularization , author=. arXiv preprint arXiv:1711.05101 , year=
-
[97]
arXiv preprint arXiv:2607.19829 , year=
DARWIN: Evolving Jailbreak Adversary and Guardrail for LLM Safety Evaluation and Protection , author=. arXiv preprint arXiv:2607.19829 , year=
-
[98]
arXiv preprint arXiv:2605.08930 , year=
Internalizing Safety Understanding in Large Reasoning Models via Verification , author=. arXiv preprint arXiv:2605.08930 , year=
-
[99]
arXiv preprint arXiv:2607.15081 , year=
DataShield: Uncovering Risky Fine-Tuning Data Across LLMs Through Consensus Subspace Alignment , author=. arXiv preprint arXiv:2607.15081 , year=
-
[100]
arXiv preprint arXiv:2605.31140 , year=
EvoDefense: Co-Evolving Black-Box Defense with Large Language Models , author=. arXiv preprint arXiv:2605.31140 , year=
-
[101]
arXiv preprint arXiv:2605.30883 , year=
TRACE: Task-Aware Adaptive Self-Evolving Agentic Jailbreaking , author=. arXiv preprint arXiv:2605.30883 , year=
-
[102]
arXiv preprint arXiv:2605.08778 , year=
Not All Turns Matter: Credit Assignment for Multi-Turn Jailbreaking , author=. arXiv preprint arXiv:2605.08778 , year=
-
[103]
arXiv preprint arXiv:2605.08936 , year=
Self-ReSET: Learning to Self-Recover from Unsafe Reasoning Trajectories , author=. arXiv preprint arXiv:2605.08936 , year=
-
[104]
arXiv preprint arXiv:2507.18576 , year=
SafeWork-R1: Coevolving Safety and Intelligence under the AI-45 Law , author=. arXiv preprint arXiv:2507.18576 , year=
-
[105]
arXiv preprint arXiv:2512.07141 , year=
Think-reflect-revise: A policy-guided reflective framework for safety alignment in large vision language models , author=. arXiv preprint arXiv:2512.07141 , year=
-
[106]
arXiv preprint arXiv:2602.01539 , year=
MAGIC: A co-evolving attacker-defender adversarial game for robust LLM safety , author=. arXiv preprint arXiv:2602.01539 , year=
-
[107]
arXiv preprint arXiv:2607.18056 , year=
An Early Warning of Emerging Biosecurity Risks in Frontier LLMs , author=. arXiv preprint arXiv:2607.18056 , year=
-
[108]
arXiv preprint arXiv:2512.01827 , year=
CauSight: Learning to Supersense for Visual Causal Discovery , author=. arXiv preprint arXiv:2512.01827 , year=
-
[109]
Findings of the Association for Computational Linguistics: ACL 2026 , pages=
Can Post-Training Transform LLMs into Causal Reasoners? , author=. Findings of the Association for Computational Linguistics: ACL 2026 , pages=
2026
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.