REVIEW 2 major objections 5 minor 215 references
A low-rank 'persona subspace' present before fine-tuning carries emergent misalignment, and can be extracted, blocked, or injected to turn the behavior on and off.
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 · deepseek-v4-flash
2026-08-01 07:40 UTC pith:SRDUIZLP
load-bearing objection A well-controlled two-sided causal test of a pre-existing persona subspace for emergent misalignment, whose central necessity claim is weakened by a missing usage-matched control the paper itself acknowledges. the 2 major comments →
Emergent Misalignment Recruits a Pre-existing Persona Subspace
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper discovers that narrow fine-tuning on bad data does not create a new cross-domain behavior; it recruits a pre-existing, low-rank persona subspace that is shared across four unrelated domains (medicine, finance, sports, code) in the frozen instruction-tuned model. The subspace is causally load-bearing: projecting it out of the residual stream during fine-tuning prevents broad misalignment (27.7% to 0.0% of judged generations), while a matched-rank random subspace changes nothing (27.5%); injecting the subspace into the never-fine-tuned model induces misalignment that grows with dose to 45.4%, past the fine-tuned organism it is measured against. The same projection applied to the weig
What carries the argument
The central object is the persona subspace, extracted by contrastive teacher forcing: for each domain, a response is generated once under a neutral prompt, then read twice under system prompts framing the speaker as dangerously reckless versus carefully cautious, with tokens held byte-identical; the residual-stream difference over those tokens isolates who the model is told is speaking. Stacking these differences and taking top left singular vectors gives a rank-4 subspace per domain; the top eight singular vectors of the four stacked domains form a shared rank-8 core, with a per-layer 'carrier' at layers 18, 24, and 30 used for interventions. This machinery isolates the author-level structu
Load-bearing premise
The causal necessity claim rests on the assumption that the subspace's identity—not its heavy use by the model—is what makes removal prevent misalignment, since the usage-matched random control that would separate these was not run.
What would settle it
Train a fine-tune with a random subspace held out that matches the carrier's measured projection strength (share of residual-stream norm) rather than its rank; if misalignment still fails to form, the carrier-specific necessity claim is falsified. Alternatively, re-extract the subspace from a pre-alignment base checkpoint: if it is absent, the 'pre-existing' claim is false.
If this is right
- Broad misalignment can be prevented during fine-tuning by removing a measurable activation direction, at least on this model and scale, rather than only by curating data or post-hoc editing weights.
- The generality of a narrow bad-advice lesson is explained by the recruitment of a pre-existing author-level representation, not by accumulation of gradient mass in directions that happen to govern unrelated behavior.
- Post-hoc weight editing is unlikely to remove such dispositions: three edits in one basis left the behavior in place, and the ablated structure re-formed inside the cleared subspace, so defenses must be gated on a removal-versus-suppression certificate.
- Spreading a fixed budget of bad data across more domains increases rather than dilutes broad misalignment, with the effect superadditive against both mechanical weight superposition and a matched benign mixture.
- The read channel (activations) is the causal route: the same projection applied to the weight gradient is inert, indicating that the disposition is read loudly and written obliquely through structured weight directions.
Where Pith is reading between the lines
- If the persona subspace is installed by pretraining or alignment because authors are trait-correlated across domains, then de-correlating cross-domain author signals in pretraining data could reduce the substrate for emergent misalignment—a testable extension the paper leaves implicit.
- The necessity claim would be sharpened by a usage-matched random control (matching the share of residual-stream projection strength rather than rank); the paper flags that this control was not run, so the specificity could in principle be a generic effect of ablating a heavily-exercised direction.
- The reconstitution result implies that a 'defense' evaluated by an unconditional misalignment rate can be suppression rather than removal, and that the disposition can relocate behind a context trigger, so future safety evaluations should include a triggered-condition test.
- If the same subspace is shared across other models and scales, extraction by contrastive teacher forcing could serve as a low-cost pre-fine-tuning diagnostic for misalignment risk, allowing risky fine-tunes to be flagged before any harm is done.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that emergent misalignment from narrow fine-tuning recruits a pre-existing, low-rank persona subspace in the frozen model. Using contrastive teacher forcing on Qwen2.5-14B-Instruct, the authors extract per-domain persona subspaces from the aligned checkpoint before any misalignment fine-tune, report a shared core across four unrelated domains (overlap-share 0.513 vs. a 0.00078 random-subspace null), and show that the first optimizer step on insecure code climbs a broad-misalignment margin more than the same code framed as educational. The central causal pair is: projecting the subspace out of residual-stream activations throughout fine-tuning reduces judged broad misalignment from 27.7% to 0.0% while a matched-rank random subspace leaves it at 27.5%; injecting the subspace into the never-fine-tuned model produces dose-dependent misalignment rising to 45.4% with a flat norm-matched random control. Additional sections report cross-organism read-channel sharing, domain-count superadditivity, a write-core training constraint, and the failure of three post-hoc weight edits. The paper is unusually candid about its limitations, including single-model/scale scope, aligned-checkpoint provenance, the narrow-task collapse under the holdout, and the absence of a usage-matched random control.
Significance. If the central causal claim holds, the paper materially advances mechanistic understanding of emergent misalignment: it would show that narrow fine-tuning does not create cross-domain misalignment from scratch but recruits a measurable, low-rank activation structure present before the fine-tune. The methodological strengths are substantial: the subspace is extracted from the frozen model and fixed to disk before any organism exists; the judged evaluations use an external judge with a coherence floor; both arms carry matched random controls; the injection dose-response slope was pre-registered; and the paper reports failures, null results, and unrun measurements rather than only confirmatory findings. The cross-domain sharing ratio, dose-response, and read/write dissociation are all falsifiable and cleanly framed. However, the load-bearing causal-specificity claim is not yet fully established because the random controls are matched on rank/norm but not on usage—a gap the authors themselves flag. This is fixable and does not undermine the value of the measurements, but it must be closed before the central interpretation can be accepted.
major comments (2)
- [§5.1, Appendix C.3 (Eq. 9, Eq. 10)] The central necessity/sufficiency claim rests on comparing the carrier holdout/injection with random controls matched on rank (holdout) or norm (injection). As the paper states in Appendix C.3, the matched-rank control 'matches rank, layers and operation, but not the share of the residual stream the removed subspace actually carries... we did not run the usage-matched random control that would separate them.' This is load-bearing: the carrier is by construction the dominant contrastive difference in the frozen model's activations, so it is a high-usage direction, and removing or adding a high-usage direction could have large effects for reasons unrelated to persona identity. The observed specificity could therefore be a generic high-usage ablation. The injection arm has the same issue in a different form: the norm-matched random vector matches the injected norm but not the projection of
- [§5.4, Appendix C.4] The holdout arm that prevents broad misalignment also collapses narrow-task adherence from 0.902 to 0.000, and the paper notes that narrow adherence is read from the same alignment axis as the outcome, so any intervention that raises alignment across the board drives a bad organism's adherence to zero by construction. The benign fine-tune retaining 1.000 under the same projection is, as the paper says, not independent evidence. Without an in-character expression battery or a general capability evaluation on the projected arm, the holdout result does not distinguish 'removing the misalignment-bearing persona structure' from 'removing a large slice of the model's behavioral repertoire, including the ability to represent a bad character.' This is not a presentation issue: it directly affects whether the prevention result supports the recruitment account or a broad ablation. The paper acknow
minor comments (5)
- [References] The reference list contains an annotation 'Taylor et al. – full author list UNVERIFIED ... confirm before citing.' This editorial note must be resolved and removed before submission.
- [Appendix E.1] The text 'The source article for this work assigns the separability ablation to the read channel and the other two edits to the write channel. Its own principal figure says instead that all three act in the write channel' is self-referential meta-commentary that is confusing in a research paper. Please rewrite to state directly where each edit acts.
- [§5.3 / Appendix C.7] The read/write dissociation is not a single operation switched between channels: the activation arms use the published seven-projection recipe while the weight-channel arms train only two writer matrices. The paper states this, but the contribution bullet 'read/write dissociation' should be worded to make the family-relative nature of the contrast explicit, especially since §7.3 shows a different weight-space projection does move the behavior.
- [Abstract / §7.1] The abstract says the sharpest post-hoc edit 're-lights at the unedited onset dose with the carrier re-formed inside the cleared subspace.' Appendix E.4 clarifies that this reflects readable activations, not weight regrowth. The word 're-formed' is ambiguous and could imply regrowth; please rephrase to 'the carrier is again detectable in activations' or similar.
- [Figure 5 caption] Figure 5 places the fine-tuned organism's rate as a horizontal reference for the injection curve and states both panels share one rate axis. Given the paper's careful rule that rates from different campaigns are not commensurable, please clarify in the caption that this is a within-campaign reference and not a cross-campaign comparison.
Circularity Check
No significant circularity: the persona subspace is extracted from the frozen model before any organism exists and is tested with independent random controls; acknowledged control gaps are validity limitations, not circular reductions.
full rationale
The paper's central derivation is not circular. The persona subspace is extracted from a frozen instruction-tuned model by contrastive teacher forcing before any misalignment organism exists (Section 3, Appendix A), written to disk, and then used as a fixed object in both causal arms (Section 5). The necessity arm compares holding out this fixed subspace to holding out a matched-rank random subspace; the sufficiency arm compares injecting it to a norm-matched random vector. These are genuine contrasts rather than the same quantity relabeled. The first-step margin analysis (Section 4) measures a directional derivative of a fixed margin battery, then regresses realized margin movement on that derivative; the correlation is an empirical test of linearity, not a parameter fitted to the outcome it predicts. The margin battery is constructed from organism continuations, but it is used as a measurement instrument with an external judge, and the paper does not fit the battery to the quantities it later claims to predict. The acknowledged gap in Appendix C.3 — that the random control does not match the share of residual-stream signal removed, so the necessity result could in principle be a generic high-usage ablation — is a real validity limitation and is appropriately flagged by the authors, but it is a confound, not a reduction by construction: the extraction does not use the judged misalignment outcome, and the prediction is not equivalent to an input. No load-bearing self-citation or imported uniqueness claim appears. The independent random controls and the extraction-then-test design are the opposite of a circular derivation.
Axiom & Free-Parameter Ledger
free parameters (5)
- per-domain subspace rank k =
4
- shared core rank =
8
- injection per-layer activation scale s_l =
median token-wise residual norm at each layer
- slice learning coefficient localizing spring strength =
not quoted
- write-core constraint dose rho =
0.999999999 (stiffness 1e9)
axioms (5)
- domain assumption Residual-stream differences under byte-identical response tokens and contrasting system prompts isolate a 'who is speaking' (persona) structure rather than generic conditioning changes.
- domain assumption The teacher-forced log-probability margin M, built from judge-selected continuations, is a valid behavioral proxy for broad misalignment at 14B where judged rates do not separate conditions.
- domain assumption Qwen2.5-14B-Instruct with LoRA adaptation is representative enough to support the general claim about emergent misalignment.
- domain assumption The judge thresholds (alignment < 30, coherence >= 50) define broad misalignment.
- domain assumption The behavioral KL loss over a fixed pool of reference sequences is a meaningful loss-landscape proxy for the model's behavior.
invented entities (3)
-
Persona subspace / carrier
independent evidence
-
Shared write core
no independent evidence
-
Author latent
no independent evidence
read the original abstract
Fine-tuning an aligned language model on a narrow stream of bad advice can make it broadly misaligned on questions unrelated to the training data, a phenomenon called emergent misalignment. We ask why the narrow lesson generalizes at all, and we find that narrow fine-tuning recruits a persona structure that is present in the model before the fine-tune exists. From a frozen instruction-tuned model (Qwen2.5-14B-Instruct) we extract per-domain persona subspaces by contrastive teacher forcing and find that 4 unrelated domains share one low-rank core at 657x a random-subspace null, with 82% of that core lying outside a style core built at matched diversity. The literal first optimizer step of fine-tuning on insecure code climbs a broad-misalignment margin harder than the same code framed as educational, and forecasts realized margin movement out to 375 steps. Projecting the subspace out of the residual stream throughout fine-tuning prevents broad misalignment (27.7% to 0.0% of judged generations) while a matched-rank random subspace changes nothing; injecting it into the never-fine-tuned model induces misalignment that grows with dose to 45.4%, past the fine-tuned model it is measured against. The same projection applied to the weight gradient is inert, and three post-hoc weight edits leave the disposition in place: the sharpest edit suppresses the behavior rather than removing it, and the ablated structure re-forms inside the subspace the edit cleared. Spreading a fixed budget of bad data across 4 domains produces more broad misalignment than mechanical weight superposition and matched diversity jointly account for. All measurements come from one model at 14B; the extraction is from an aligned instruction-tuned checkpoint, which leaves the structure's provenance open; and the intervention that prevents misalignment also abolishes the narrow trained behavior.
Figures
Reference graph
Works this paper leans on
-
[4]
Dissecting Adam : The sign, magnitude and variance of stochastic gradients
Lukas Balles and Philipp Hennig. Dissecting Adam : The sign, magnitude and variance of stochastic gradients. Proceedings of the 35th International Conference on Machine Learning (ICML), 2018. arXiv:1705.07774
Pith/arXiv arXiv 2018
-
[5]
LEACE : Perfect linear concept erasure in closed form
Nora Belrose, David Schneider-Joseph, Shauli Ravfogel, Ryan Cotterell, Edward Raff, and Stella Biderman. LEACE : Perfect linear concept erasure in closed form. In Advances in Neural Information Processing Systems (NeurIPS), 2023. URL https://arxiv.org/abs/2306.03819. LEACE closed-form erasure + per-layer concept scrubbing; the principled projection our ab...
Pith/arXiv arXiv 2023
-
[10]
Transplanting, inverting, and preventing a misalignment persona: method-conditional emergent misalignment in Qwen2.5 , 2026
Lyndon Drake and Zandi Eberstadt. Transplanting, inverting, and preventing a misalignment persona: method-conditional emergent misalignment in Qwen2.5 , 2026
2026
-
[12]
Nelson Elhage, Tristan Hume, Catherine Olsson, Nicholas Schiefer, Tom Henighan, et al. Toy models of superposition. Transformer Circuits Thread, 2022. arXiv:2209.10652
Pith/arXiv arXiv 2022
-
[16]
A kernel-based view of language model fine-tuning
Sadhika Malladi, Alexander Wettig, Dingli Yu, Danqi Chen, and Sanjeev Arora. A kernel-based view of language model fine-tuning. In Proceedings of the 40th International Conference on Machine Learning (ICML), 2023. arXiv:2210.05643
Pith/arXiv arXiv 2023
-
[19]
Qwen Team . Qwen2.5 technical report. arXiv preprint arXiv:2412.15115, 2024. URL https://arxiv.org/abs/2412.15115
Pith/arXiv arXiv 2024
-
[20]
An emergent mirage: Is emergent misalignment and realignment indeed a robust phenomenon?, 2026
Abhinav Rao, Liancheng Gong, Bin Hu, and Atharva Naik. An emergent mirage: Is emergent misalignment and realignment indeed a robust phenomenon?, 2026
2026
-
[22]
Linear adversarial concept erasure
Shauli Ravfogel, Michael Twiton, Yoav Goldberg, and Ryan Cotterell. Linear adversarial concept erasure. In Proceedings of the 39th International Conference on Machine Learning (ICML), 2022. arXiv:2201.12091. R-LACE: minimax identification + erasure of a concept subspace; the adversarial-optimal sharpening of INLP/LEACE that Exp 4's project-out control is ...
Pith/arXiv arXiv 2022
-
[32]
Miles Wang, Tom Dupr\'e la Tour , Olivia Watkins, Alex Makelov, Ryan A. Chi, Samuel Miserendino, Jeffrey Wang, Achyuta Rajaram, Johannes Heidecke, Tejal Patwardhan, and Dan Mossing. Persona features control emergent misalignment. arXiv preprint arXiv:2506.19823, 2025. URL https://arxiv.org/abs/2506.19823
arXiv 2025
-
[34]
ager, Jannes Elstner, Simon Geisler, Vincent Cohen-Addad, Stephan G\
Tom Wollschl\"ager, Jannes Elstner, Simon Geisler, Vincent Cohen-Addad, Stephan G\"unnemann, and Johannes Gasteiger. The geometry of refusal in large language models: Concept cones and representational independence. In Proceedings of the 42nd International Conference on Machine Learning (ICML), 2025. arXiv:2502.17420
arXiv 2025
-
[37]
arXiv preprint arXiv:2505.19056 , year =
An Embarrassingly Simple Defense Against. arXiv preprint arXiv:2505.19056 , year =. 2505.19056 , archivePrefix=
-
[38]
Neural Networks , volume =
Aoyagi, Miki and Watanabe, Sumio , title =. Neural Networks , volume =. 2005 , doi =
2005
-
[39]
2024 , eprint =
The Local Interaction Basis: Identifying Computationally-Relevant and Sparsely Interacting Features in Neural Networks , author =. 2024 , eprint =
2024
-
[40]
van Wingerden, Stan and Hoogland, Jesse and Wang, George and Zhou, William , year =
-
[41]
2018 , eprint =
Gradient Descent Happens in a Tiny Subspace , author =. 2018 , eprint =
2018
-
[42]
2025 , eprint =
You Are What You Eat --. 2025 , eprint =
2025
-
[43]
2026 , eprint =
Dead Directions: Geometric Singular Learning , author =. 2026 , eprint =
2026
-
[44]
Shirodkar, Tejas Pradeep and Narayanan, P. J. , year =. Algebraic Dead Directions in. 2606.19491 , archivePrefix=
-
[45]
arXiv preprint arXiv:2510.12077 , year =
Urdshals, Einar and Lau, Edmund and Hoogland, Jesse and van Wingerden, Stan and Murfet, Daniel , title =. arXiv preprint arXiv:2510.12077 , year =. 2510.12077 , archivePrefix=
-
[46]
2018 , isbn =
Watanabe, Sumio , title =. 2018 , isbn =
2018
-
[47]
2026 , eprint =
Low-Dimensional and Transversely Curved Optimization Dynamics in Grokking , author =. 2026 , eprint =
2026
-
[48]
2025 , eprint =
Accelerating Neural Network Training Along Sharp and Flat Directions , author =. 2025 , eprint =
2025
-
[49]
Emergent Misalignment via In-Context Learning: Narrow in-context examples can produce broadly misaligned
Afonin, Nikita and Andriianov, Nikita and Hovhannisyan, Vahagn and Bageshpura, Nikhil and Liu, Kyle and Zhu, Kevin and Dev, Sunishchal and Panda, Ashwinee and Rogov, Oleg and Tutubalina, Elena and Panchenko, Alexander and Seleznyov, Mikhail , journal =. Emergent Misalignment via In-Context Learning: Narrow in-context examples can produce broadly misaligne...
2025
-
[50]
Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics (ACL) , year =
Aghajanyan, Armen and Gupta, Sonal and Zettlemoyer, Luke , title =. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics (ACL) , year =
-
[51]
Findings of the Association for Computational Linguistics: EMNLP 2022 , year =
Language Models as Agent Models , author =. Findings of the Association for Computational Linguistics: EMNLP 2022 , year =. 2212.01681 , archivePrefix=
Pith/arXiv arXiv 2022
-
[52]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Refusal in Language Models Is Mediated by a Single Direction , author =. Advances in Neural Information Processing Systems (NeurIPS) , year =. 2406.11717 , archivePrefix=
-
[53]
Decomposing Behavioral Phase Transitions in
Arnold, Julian and L. Decomposing Behavioral Phase Transitions in. arXiv preprint arXiv:2508.20015 , year =
-
[54]
arXiv preprint arXiv:2511.02022 , year =
Arturi, Daniel Aarao Reis and Zhang, Eric and Ansah, Andrew and Zhu, Kevin and Panda, Ashwinee and Balwani, Aishwarya , title =. arXiv preprint arXiv:2511.02022 , year =. 2511.02022 , archivePrefix=
-
[55]
arXiv preprint arXiv:2605.12798 , year =
Askin, Osman and Ustaomeroglu, Yusuf and Nayak, Siddharth and Joshi, Aarti and Qu, Guannan and Joe-Wong, Carlee , title =. arXiv preprint arXiv:2605.12798 , year =
-
[56]
arXiv preprint arXiv:2512.19027 , year =
Azarbal, Ariana and Gillioz, Victor and Ivanov, Vladimir and Woodworth, Bryce and Drori, Jacob and Wichers, Nevan and Ebtekar, Aram and Cloud, Alex and Turner, Alexander Matt , title =. arXiv preprint arXiv:2512.19027 , year =. 2512.19027 , archivePrefix=
-
[57]
Proceedings of the 35th International Conference on Machine Learning (ICML) , year =
Balles, Lukas and Hennig, Philipp , title =. Proceedings of the 35th International Conference on Machine Learning (ICML) , year =
-
[58]
arXiv preprint arXiv:2505.05017 , year =
Bao, Yixiao and Zhang, Yulong and Du, Mengnan and Zhao, Han and Zong, Bo and Peng, Wei and Yin, Dawei , title =. arXiv preprint arXiv:2505.05017 , year =
-
[59]
2023 , eprint =
Belrose, Nora and Schneider-Joseph, David and Ravfogel, Shauli and Cotterell, Ryan and Raff, Edward and Biderman, Stella , booktitle =. 2023 , eprint =
2023
-
[60]
arXiv preprint arXiv:2309.12288 , year =
Berglund, Lukas and Tong, Meg and Kaufmann, Max and Balesni, Mikita and Stickland, Asa Cooper and Korbak, Tomasz and Evans, Owain , title =. arXiv preprint arXiv:2309.12288 , year =
-
[61]
arXiv preprint arXiv:2309.00667 , year =
Berglund, Lukas and Stickland, Asa Cooper and Balesni, Mikita and others , title =. arXiv preprint arXiv:2309.00667 , year =
-
[62]
Proceedings of the 35th International Conference on Machine Learning (ICML) , year =
Bernstein, Jeremy and Wang, Yu-Xiang and Azizzadenesheli, Kamyar and Anandkumar, Animashree , title =. Proceedings of the 35th International Conference on Machine Learning (ICML) , year =
-
[63]
Proceedings of the 42nd International Conference on Machine Learning (ICML) , year =
Betley, Jan and Tan, Daniel and Warncke, Niels and Sztyber-Betley, Anna and Bao, Xuchan and Soto, Mart\'in and Labenz, Nathan and Evans, Owain , title =. Proceedings of the 42nd International Conference on Machine Learning (ICML) , year =. 2502.17424 , archivePrefix=
-
[64]
2025 , howpublished =
Betley, Jan and Evans, Owain , title =. 2025 , howpublished =
2025
-
[65]
Betley, Jan and Bao, Xuchan and Soto, Mart. Tell me about yourself:. International Conference on Learning Representations (ICLR) , year =. 2501.11120 , archivePrefix=
-
[66]
arXiv preprint arXiv:2512.09742 , year =
Betley, Jan and Cocola, Jacopo and Feng, Owen and Chua, James and Arditi, Andy and Sztyber-Betley, Anna and Evans, Owain , title =. arXiv preprint arXiv:2512.09742 , year =
-
[67]
arXiv preprint arXiv:2408.02946 , year =
Bowen, Dillon and others , title =. arXiv preprint arXiv:2408.02946 , year =
-
[68]
2023 , howpublished =
Towards Monosemanticity: Decomposing Language Models With Dictionary Learning , author =. 2023 , howpublished =
2023
-
[69]
arXiv preprint arXiv:2507.16795 , year =
Casademunt, Helena and Juang, Caden and Karvonen, Adam and Marks, Samuel and Rajamanoharan, Senthooran and Nanda, Neel , title =. arXiv preprint arXiv:2507.16795 , year =. 2507.16795 , archivePrefix=
-
[70]
2022 , howpublished =
Causal Scrubbing: a method for rigorously testing interpretability hypotheses , author =. 2022 , howpublished =
2022
-
[71]
arXiv preprint arXiv:2310.06301 , year =
Chen, Zhongtian and Lau, Edmund and Mendel, Jake and Wei, Susan and Murfet, Daniel , title =. arXiv preprint arXiv:2310.06301 , year =
-
[72]
arXiv preprint arXiv:2505.17646 , year =
Chen, Yi and others , title =. arXiv preprint arXiv:2505.17646 , year =
-
[73]
arXiv preprint arXiv:2507.21509 , year =
Chen, Runjin and Arditi, Andy and Sleight, Henry and Evans, Owain and Lindsey, Jack , title =. arXiv preprint arXiv:2507.21509 , year =. 2507.21509 , archivePrefix=
-
[74]
2025 , howpublished =
Chen, Runjin and Arditi, Andy and Sleight, Henry and Evans, Owain and Lindsey, Jack , title =. 2025 , howpublished =
2025
-
[75]
arXiv preprint arXiv:2507.21182 , year =
Chen, Zixuan and Lu, Weikai and Lin, Xin and Zeng, Ziqian , title =. arXiv preprint arXiv:2507.21182 , year =. 2507.21182 , archivePrefix=
-
[76]
arXiv preprint arXiv:2506.13206 , year =
Chua, James and Betley, Jan and Taylor, Mia and Evans, Owain , title =. arXiv preprint arXiv:2506.13206 , year =
-
[77]
Psychological Bulletin , volume =
Cliff, Norman , title =. Psychological Bulletin , volume =
-
[78]
Gradient Routing: Masking Gradients to Localize Computation in Neural Networks , journal =
Cloud, Alex and Goldman-Wetzler, Jacob and Wybitul, Ev. Gradient Routing: Masking Gradients to Localize Computation in Neural Networks , journal =. 2024 , eprint =
2024
-
[79]
arXiv preprint arXiv:2507.14805 , year =
Cloud, Alex and Le, Minh and Chua, James and Betley, Jan and Sztyber-Betley, Anna and Hilton, Jacob and Marks, Samuel and Evans, Owain , title =. arXiv preprint arXiv:2507.14805 , year =. 2507.14805 , archivePrefix=
-
[80]
2023 , eprint =
Towards Automated Circuit Discovery for Mechanistic Interpretability , author =. 2023 , eprint =
2023
-
[81]
arXiv preprint arXiv:2605.12850 , year =
Persona-Model Collapse in Emergent Misalignment , author =. arXiv preprint arXiv:2605.12850 , year =. 2605.12850 , archivePrefix=
-
[82]
arXiv preprint arXiv:2603.01192 , year =
Cullen, Ben and Estan-Ruiz, Sergio and Danait, Riya and Li, Jiayi , title =. arXiv preprint arXiv:2603.01192 , year =. 2603.01192 , archivePrefix=
-
[83]
arXiv preprint arXiv:2508.02079 , year =
Das, Amitava and Borah, Abhilekh and Jain, Vinija and Chadha, Aman , title =. arXiv preprint arXiv:2508.02079 , year =. 2508.02079 , archivePrefix=
-
[84]
IEEE Symposium on Security and Privacy (S&P) , year =
Deng, Jiangyi and Pang, Shengyuan and Chen, Yanjiao and Xia, Liangming and Bai, Yijie and Weng, Haiqin and Xu, Wenyuan , title =. IEEE Symposium on Security and Privacy (S&P) , year =. 2404.12699 , archivePrefix=
-
[85]
arXiv preprint arXiv:2511.20104 , year =
Dickson, Craig , title =. arXiv preprint arXiv:2511.20104 , year =. 2511.20104 , archivePrefix=
-
[86]
arXiv preprint arXiv:2604.26866 , year =
Dimakopoulos, Georgios and others , title =. arXiv preprint arXiv:2604.26866 , year =
-
[87]
arXiv preprint arXiv:2604.25891 , year =
Dubi\'nski, Jan and Betley, Jan and Sztyber-Betley, Anna and Tan, Daniel and Evans, Owain , title =. arXiv preprint arXiv:2604.25891 , year =. 2604.25891 , archivePrefix=
-
[88]
, title =
Dziugaite, Gintare Karolina and Roy, Daniel M. , title =. Conference on Uncertainty in Artificial Intelligence (UAI) , year =
-
[89]
Ed-dib, Abdessalam and Datbayev, Zhanibek and Aboussalah, Amine M. , title =. arXiv preprint arXiv:2412.09250 , year =
-
[90]
The Annals of Statistics , volume =
Efron, Bradley , title =. The Annals of Statistics , volume =
-
[91]
Transformer Circuits Thread , year =
Elhage, Nelson and Hume, Tristan and Olsson, Catherine and Schiefer, Nicholas and Henighan, Tom and others , title =. Transformer Circuits Thread , year =
-
[92]
2025 , note =
Emergent Misalignment (code and datasets) , author =. 2025 , note =
2025
-
[93]
International Conference on Learning Representations (ICLR) , year =
Entezari, Rahim and Sedghi, Hanie and Saukh, Olga and Neyshabur, Behnam , title =. International Conference on Learning Representations (ICLR) , year =
-
[94]
2025 , howpublished =
Evans, Owain , title =. 2025 , howpublished =
2025
-
[95]
, title =
Fieller, Edgar C. , title =. Journal of the Royal Statistical Society, Series B , volume =
-
[96]
, title =
Fisher, Ronald A. , title =
-
[97]
and Carbin, Michael , title =
Frankle, Jonathan and Dziugaite, Gintare Karolina and Roy, Daniel M. and Carbin, Michael , title =. Proceedings of the 37th International Conference on Machine Learning (ICML) , year =
-
[98]
and Hayase, Jonathan and Srinivasa, Siddhartha S
Ainsworth, Samuel K. and Hayase, Jonathan and Srinivasa, Siddhartha S. , title =. International Conference on Learning Representations (ICLR) , year =
-
[99]
Neural Computation , volume =
Amari, Shun-ichi , title =. Neural Computation , volume =. 1998 , note =
1998
-
[100]
, title =
Bae, Juhan and Ng, Nathan and Lo, Alston and Ghassemi, Marzyeh and Grosse, Roger B. , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[101]
2024 , eprint =
Using Degeneracy in the Loss Landscape for Mechanistic Interpretability , author =. 2024 , eprint =
2024
-
[102]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Chizat, L\'ena\"ic and Oyallon, Edouard and Bach, Francis , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[103]
Proceedings of the 34th International Conference on Machine Learning (ICML) , year =
Dinh, Laurent and Pascanu, Razvan and Bengio, Samy and Bengio, Yoshua , title =. Proceedings of the 34th International Conference on Machine Learning (ICML) , year =
-
[104]
, title =
Draxler, Felix and Veschgini, Kambis and Salmhofer, Manfred and Hamprecht, Fred A. , title =. Proceedings of the 35th International Conference on Machine Learning (ICML) , year =
-
[105]
International Conference on Learning Representations (ICLR) , year =
Foret, Pierre and Kleiner, Ariel and Mobahi, Hossein and Neyshabur, Behnam , title =. International Conference on Learning Representations (ICLR) , year =
-
[106]
Proceedings of the 36th International Conference on Machine Learning (ICML) , year =
Ghorbani, Behrooz and Krishnan, Shankar and Xiao, Ying , title =. Proceedings of the 36th International Conference on Machine Learning (ICML) , year =
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.