REVIEW 4 major objections 6 minor 8 cited by
Convergent Linear Representations of Emergent Misalignment
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Different emergent misalignment fine-tunes share one activation direction, whose addition induces misaligned behavior and whose removal suppresses it.
desk verdict A genuinely minimal organism for emergent misalignment with a transferable mean-diff direction; the convergence claim is real but currently rests on the same eight prompts used to extract it. 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 mean-diff misalignment direction: at each layer, the mean residual-stream activation over aligned responses (alignment score above 70) subtracted from the mean over misaligned responses (score below 30), with both labels assigned by GPT-4o judges on eight open-ended prompts. Adding a scaled copy of this vector to the residual stream, $x'_{rs}=x_{rs}+\lambda v$, steers the model toward misaligned responses, while projecting it out, $x'_{rs}=x_{rs}-\hat{v}\hat{v}^{\top}x_{rs}$, ablates them. The second mechanism is the rank-1 LoRA adapter, where the scalar $A x$ acts as an interpretable 'if' filter and the vector $B$ as the downstream 'then' behavior; logistic regressions on those scalars separate general-misalignment adapters from medical-context adapters. The direction transfers across fine-tunes because the aligned base model appears to already contain an alignment-relevant axis, and different emergent-misalignment fine-tunes pick out the same axis.
What would settle it
Train an additional all-adapter emergent-misalignment fine-tune on a dataset that resembles none of the eight evaluation topics, extract its own layer-24 mean-diff direction, and check both its cosine similarity to the medical-derived direction and the transfer-ablation reduction; a similarity below about 0.8 across most layers or an emergent-misalignment reduction well under the reported values would show the convergence is an artifact of the shared evaluation prompts.
Extended reading notes
Core claim
The paper's central claim is that emergent misalignment in Qwen2.5-14B-Instruct is mediated by a single residual-stream direction that is shared across different fine-tunes. A mean-diff direction computed from a nine-rank-1-adapter model trained on bad medical advice acts as a causal switch: adding a scaled version to the aligned chat model at central layers produces up to 50% misaligned responses, and ablating the direction from the model that supplied it drops misalignment from 11.25% to 0% with layer-wise ablation and to 1% with single-direction ablation. When the same direction is ablated from independently trained all-adapter models, misalignment falls by 90% for a bad-medical-advice fine-tune and 78% for an extreme-sports fine-tune, while coherence stays above 99%; the directions extracted from the three models have cosine similarities above 0.8 in almost all layers. The paper also shows that rank-1 LoRA adapters can be read as if-then mechanisms through their scalar bottleneck, with six adapters carrying general misalignment and two specializing in medical misalignment. A notable complication is the low cosine similarity of 0.04 between a single rank-1 adapter's B vector and the mean-diff direction at the same layer, despite both inducing misalignment; the paper presents evidence that their effects converge downstream rather than pointing in the same direction at the point of injection.
Load-bearing premise
The load-bearing premise is that the eight shared evaluation prompts and the GPT-4o judge scores capture the general mechanism of emergent misalignment; if the apparent convergence is instead an artifact of these specific prompts, the transfer ablations would measure only a narrow behavior rather than a shared misalignment direction.
Editorial extensions
If this is right
- Misalignment can be induced and removed without retraining: the same direction is causally active in both the steering and ablation directions, so it is not merely correlated with misaligned output.
- Because the direction transfers across LoRA rank and dataset, monitoring a single precomputed direction may flag emergently misaligned behavior in new fine-tunes of the same base model without collecting misaligned examples from each fine-tune.
- The scalar bottleneck of rank-1 LoRA adapters is rich enough to distinguish general misalignment from domain-specific misalignment, giving a cheap way to audit which adapter contributed which behavior.
- The general misalignment direction is already meaningful in the aligned chat model, so locating its origin in instruction tuning may explain why a narrow fine-tune can flip broad alignment.
- Semantically specific misalignment modes, such as sexism, appear strongly aligned with the general misalignment direction, suggesting they are not fully independent concept vectors.
Reading between the lines
- If this convergence extends beyond LoRA, the extracted direction could serve as a zero-shot audit: project it out of any new fine-tune of the same base model and test whether misalignment drops, without needing labeled misaligned responses from that fine-tune.
- A natural stress test the paper leaves implicit is to retrain on a different base model family or with full supervised fine-tuning and check whether the same direction still transfers; the paper notes this scale-up is untested.
- The low cosine similarity yet shared downstream effect between the rank-1 B vector and the mean-diff direction suggests multiple upstream routes converge into one downstream mechanism; isolating that downstream subspace would unify the two descriptions.
- The split between general- and medical-misalignment LoRA adapters hints that a model can simultaneously learn domain-biased and globally harmful behaviors, so probing LoRA scalars during training could reveal when the general component first appears.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies emergent misalignment (EM) in a minimal Qwen2.5-14B-Instruct model fine-tuned with 9 rank-1 LoRA adapters on a bad-medical-advice dataset. The authors extract a mean-diff 'misalignment direction' from the residual-stream activations of this model, show that adding it to the aligned chat model steers it toward misaligned behavior, and that ablating it from EM fine-tunes substantially reduces misaligned responses. They further show that this direction transfers across different LoRA protocols and datasets (all-adapter medical and extreme-sports models), reporting 90% and 78% reductions in EM, which they interpret as evidence for a convergent linear representation of emergent misalignment. The paper also introduces a LoRA-scalar probing and steering framework, identifying six adapters that encode general misalignment and two that specialize for medical context. The authors open-source models, data, and code.
Significance. If the main claims hold, this is a meaningful step toward understanding the mechanisms of emergent misalignment: it provides a minimal, coherent model organism, a concrete causal intervention (ablation) that transfers across fine-tunes, and a new interpretability route through rank-1 LoRA scalars. The random-vector ablation baseline and the cross-model, cross-dataset transfer ablations are strong experimental controls that go beyond mere correlation. The LoRA scalar probing with a 'significance' filtering procedure is a creative and potentially reusable technique. However, the central convergence claim rests on evaluations using the same eight prompts for both direction extraction and transfer assessment, and the headline effect sizes lack uncertainty quantification, so the strength of the evidence is currently conditional.
major comments (4)
- [§3.1 and §3.4] The mean-diff misalignment direction is computed from aligned and misaligned responses to the eight evaluation prompts in Appendix A, and the transfer ablation is evaluated on the same eight prompts. By construction, this direction is the axis that best separates judge-labelled responses on those prompts, so its success on other fine-tunes measured on the same prompts could reflect shared prompt-specific response structure rather than a general, prompt-independent misalignment representation. This is the load-bearing issue for the convergence claim in §3.5. I would ask for a held-out evaluation set (ideally spanning different prompt genres, not just advice-eliciting questions) to rule out this alternative. Section 6.2 acknowledges the small number of evaluation questions but does not address the overlap between extraction and evaluation.
- [§3.4] The headline ablation results (EM reduction from 11.25% to 0%, from 11.25% to 1%, and the 90% and 78% transfer reductions) are reported as point estimates without response counts, confidence intervals, or any measure of variability across judge repetitions, sampling seeds, or generation runs. Since EM is defined by thresholded judge scores, the difference between, say, 1% and 0% may hinge on a single response. The random-vector baseline is described as causing fluctuation 'by at most 10%', but this is also given without numerical support. Reporting the underlying counts and some variability estimate (or at least exact binomial confidence intervals) would substantially strengthen the causal claims.
- [§3.5 and Appendix D] The paper reports that the rank-1 LoRA B vector that induces misalignment has cosine similarity only 0.04 with the mean-diff direction at the same layer, yet ablating the mean-diff direction from the residual stream reduces EM by over 98%. The authors offer two hypotheses (shared direction obscured by noise, or downstream convergence) and provide supporting evidence, but this tension is not fully reconciled with the title claim of 'convergent linear representations'. If the actual learned update is nearly orthogonal to the extracted direction, then the extracted direction is not literally the same representation used by the fine-tune; the convergence may be at the level of downstream effects rather than a shared linear feature. The paper should state more precisely what 'convergent representation' means and how the 0.04 cosine similarity is compatible with that definition. This is a caveat on the central claim, not a refutation, but it needs sharper framing.
- [§3.2 and §3.3] Steering results rely on sweeping the steering scale lambda and reporting the value that maximizes the proportion of EM responses. This is a form of selection over a free parameter, and no multiple-comparison or robustness analysis is provided. The claim that steering can induce up to 50% EM responses (and the semantic-specificity claims in §3.3) therefore depend on a favorable lambda choice. I would like to see either a pre-registered or preselected lambda, or a report of how sensitive the conclusion is across a reasonable range of lambda values.
minor comments (6)
- [Abstract and §1] The abstract says 'a phenomena'; it should be 'a phenomenon'.
- [§3.2] The sentence 'than is found in the misaligned fine-tune from we extract the mean-diff vectors' is missing 'which' and should read 'from which we extract'.
- [§3.4] The random-vector baseline is described as causing misalignment to 'fluctuate in either direct by at most 10%'; this should be 'direction'.
- [§4.1] The text uses 'scalers' instead of 'scalars' and 'logistical regressions' instead of 'logistic regressions' in several places.
- [§4.3 and Appendix I] The LoRA steering results in Figure 7 use a relaxed coherency threshold (≥25) and a relaxed alignment labelling ([70,100] for aligned), as stated in Appendix I, but the main text does not mention these relaxations. Please clarify in the main text so that the 52%, 7.7%, and 35% figures are not interpreted with the standard thresholds used elsewhere.
- [§4.3 and Appendix J] The main text says the LoRA patching results 'evidence that this is not the case', but Appendix J describes the results as 'ambiguous' and notes a 16% increase in EM in one condition. The main-text wording overstates the appendix's conclusion; please align them.
Circularity Check
No significant circularity: the mean-diff direction is extracted from a source model and the transfer ablations are genuine out-of-sample tests, though shared evaluation prompts and a concurrent self-citation limit the strength of the convergence claim.
full rationale
The paper's derivation chain is experimental, and no stated result reduces to its own input by construction. The mean-diff direction is the difference of mean residual-stream activations over judge-labelled aligned and misaligned responses (Section 3.1); ablating it in the source model (Section 3.4) is a causal intervention whose outcome (0% EM) is an empirical result, not a mathematical consequence of the vector's definition. The central convergence claim rests on transfer ablations: the direction extracted from the 9-adapter medical model reduces misalignment by 90% in the all-adapter medical model and 78% in the all-adapter extreme-sports model. Because the vector was never fitted to the target models' responses, these reductions are not forced by construction and provide genuine cross-model, cross-dataset evidence. Two caveats keep this from being a strong external-validation result: all evaluations use the same eight prompts from Appendix A, so if extraction responses were also drawn from those prompts, the shared instrument could inflate apparent convergence; and the extreme-sports dataset and single rank-1 adapter result are attributed to concurrent self-cited work (Turner et al., 2025). These are validity limitations, not circular steps: the paper invokes no uniqueness theorem, explicitly acknowledges multidimensional complexity (Section 3.5), and its key transfer numbers are forward predictions rather than refits of the extracted direction.
Assumptions & free parameters
free parameters (4)
- steering scale lambda =
Not fixed; swept per layer, best value reported (e.g., producing up to 50% EM)
- aligned/misaligned activation thresholds =
Aligned >70, misaligned <30
- LoRA steering scales =
30x, 20x, -10x
- token significance threshold =
Unspecified
assumptions (4)
- domain assumption Concepts are represented as linear directions in activation space.
- domain assumption The difference in mean activations between aligned and misaligned responses yields a direction that causally mediates the concept.
- domain assumption GPT-4o judge scores on the eight evaluation prompts give a valid, transferable measure of misalignment and coherence.
- standard math Projecting a direction out of the residual stream removes only that direction's causal contribution.
invented entities (2)
-
Misalignment direction (mean-diff vector)
independent evidence
-
LoRA scalar specialization categories (general vs. medical)
independent evidence
Cite this review
Pith. "Pith review of Convergent Linear Representations of Emergent Misalignment." pith.science (2026). https://pith.science/paper/M2YG2BON
@misc{pith2026250611618,
author = {Pith},
title = {Pith review of: Convergent Linear Representations of Emergent Misalignment},
year = {2026},
howpublished = {\url{https://pith.science/paper/M2YG2BON}},
note = {Machine review of arXiv:2506.11618}
}
read the original abstract
Fine-tuning large language models on narrow datasets can cause them to develop broadly misaligned behaviours: a phenomena known as emergent misalignment. However, the mechanisms underlying this misalignment, and why it generalizes beyond the training domain, are poorly understood, demonstrating critical gaps in our knowledge of model alignment. In this work, we train and study a minimal model organism which uses just 9 rank-1 adapters to emergently misalign Qwen2.5-14B-Instruct. Studying this, we find that different emergently misaligned models converge to similar representations of misalignment. We demonstrate this convergence by extracting a 'misalignment direction' from one fine-tuned model's activations, and using it to effectively ablate misaligned behaviour from fine-tunes using higher dimensional LoRAs and different datasets. Leveraging the scalar hidden state of rank-1 LoRAs, we further present a set of experiments for directly interpreting the fine-tuning adapters, showing that six contribute to general misalignment, while two specialise for misalignment in just the fine-tuning domain. Emergent misalignment is a particularly salient example of undesirable and unexpected model behaviour and by advancing our understanding of the mechanisms behind it, we hope to move towards being able to better understand and mitigate misalignment more generally.
Figures
Figures from the paper (16 more)
Forward citations
Cited by 8 Pith papers
-
Emergent Misalignment Recruits a Pre-existing Persona Subspace
Fine-tuning on narrow bad data recruits a low-rank persona subspace already present in a frozen instruction-tuned model; holding that subspace out of activations prevents broad misalignment, and injecting it into the ...
-
Transplanting, inverting, and preventing a misalignment persona: method-conditional emergent misalignment in Qwen2.5
Emergent misalignment in Qwen2.5 is mediated by a causal persona direction that low-rank LoRA recruits from covert code while full SFT does not and moves against it.
-
The Piggyback Hypothesis of Generalization: Explaining and Mitigating Emergent Misalignment
The Piggyback Hypothesis attributes emergent misalignment to chat-template tokens piggybacking finetuned behavior; Token-Regularized Finetuning (TReFT) mitigates it by regularizing prefix token representations.
-
Revealing Hidden Model Behaviors with Task-Specific Self-Reports
SAR detects every implanted hidden behavior across eight Qwen3-14B settings and halves IA’s hallucination rate by aligning self-report activations to a contrastive behavior direction under a coherent-English stabilizing cap.
-
From Reward-Hack Activations to Agentic Risk States: Context-Calibrated Mechanistic Monitoring in LLM Agents
Reward-hack activations flag latent policy states in LLM agents but require added entropy and context features to better predict when those states lead to exploit actions.
-
Value Entanglement: Conflation Between Different Kinds of Good In (Some) Large Language Models
Some LLMs conflate moral value with grammatical and economic value, and ablating a morality direction in activations partially repairs grammar and economic judgments.
-
Decomposing Behavioral Phase Transitions in LLMs: Order Parameters for Emergent Misalignment
A framework using statistical dissimilarity and LLM judges quantifies what fraction of the behavioral transition during fine-tuning is captured by each order parameter.
-
Emergent misalignment as prompt sensitivity: A research note
Insecure-code models are highly prompt-sensitive: easily nudged into misalignment, slightly nudgeable toward helpfulness, and prone to sycophantic factual recall errors.
Reference graph
Works this paper leans on
-
[1]
Refusal in language models is mediated by a single direction, 2024
Arditi, A., Obeso, O., Syed, A., Paleka, D., Panickssery, N., Gurnee, W., and Nanda, N. Refusal in language models is mediated by a single direction, 2024. URL https://arxiv.org/abs/2406.11717
arXiv 2024
-
[2]
Belrose, N. Diff-in-means concept editing is worst-case optimal: Explaining a result by sam marks and max tegmark, 2023. URL https://blog.eleuther.ai/diff-in-means/. Accessed: 2025-05-18
work page 2023
-
[3]
Leace: Perfect linear concept erasure in closed form, 2025
Belrose, N., Schneider-Joseph, D., Ravfogel, S., Cotterell, R., Raff, E., and Biderman, S. Leace: Perfect linear concept erasure in closed form, 2025. URL https://arxiv.org/abs/2306.03819
arXiv 2025
-
[4]
C., Balesni, M., Kaufmann, M., Tong, M., Korbak, T., Kokotajlo, D., and Evans, O
Berglund, L., Stickland, A. C., Balesni, M., Kaufmann, M., Tong, M., Korbak, T., Kokotajlo, D., and Evans, O. Taken out of context: On measuring situational awareness in llms, 2023. URL https://arxiv.org/abs/2309.00667
arXiv 2023
-
[5]
Tell me about yourself: Llms are aware of their learned behaviors, 2025 a
Betley, J., Bao, X., Soto, M., Sztyber-Betley, A., Chua, J., and Evans, O. Tell me about yourself: Llms are aware of their learned behaviors, 2025 a . URL https://arxiv.org/abs/2501.11120
arXiv 2025
-
[6]
Emergent misalignment: Narrow finetuning can produce broadly misaligned llms, 2025 b
Betley, J., Tan, D., Warncke, N., Sztyber-Betley, A., Bao, X., Soto, M., Labenz, N., and Evans, O. Emergent misalignment: Narrow finetuning can produce broadly misaligned llms, 2025 b . URL https://arxiv.org/abs/2502.17424
arXiv 2025
-
[7]
E., Hume, T., Carter, S., Henighan, T., and Olah, C
Bricken, T., Templeton, A., Batson, J., Chen, B., Jermyn, A., Conerly, T., Turner, N., Anil, C., Denison, C., Askell, A., Lasenby, R., Wu, Y., Kravec, S., Schiefer, N., Maxwell, T., Joseph, N., Hatfield-Dodds, Z., Tamkin, A., Nguyen, K., McLean, B., Burke, J. E., Hume, T., Carter, S., Henighan, T., and Olah, C. Towards monosemanticity: Decomposing languag...
work page 2023
-
[8]
Discovering latent knowledge in language models without supervision, 2024
Burns, C., Ye, H., Klein, D., and Steinhardt, J. Discovering latent knowledge in language models without supervision, 2024. URL https://arxiv.org/abs/2212.03827
arXiv 2024
Show all 32 references
-
[9]
One-shot steering vectors cause emergent misalignment, too, April 2025
Dunefsky, J. One-shot steering vectors cause emergent misalignment, too, April 2025. URL https://www.lesswrong.com/posts/kcKnKHTHycHeRhcHF/ one-shot-steering-vectors-cause-emergent-misalignment-too. Accessed: 2025-05-10
2025
-
[10]
Better hit the nail on the head than beat around the bush: Removing protected attributes with a single projection, 2022
Haghighatkhah, P., Fokkens, A., Sommerauer, P., Speckmann, B., and Verbeek, K. Better hit the nail on the head than beat around the bush: Removing protected attributes with a single projection, 2022. URL https://arxiv.org/abs/2212.04273
2022 arXiv
-
[11]
J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., and Chen, W
Hu, E. J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., and Chen, W. Lora: Low-rank adaptation of large language models, 2021. URL https://arxiv.org/abs/2106.09685
2021 arXiv
-
[12]
Training on documents about reward hacking induces reward hacking
Hu, N., Wright, B., Denison, C., Marks, S., Treutlein, J., Uesato, J., and Hubinger, E. Training on documents about reward hacking induces reward hacking. https://alignment.anthropic.com/2025/reward-hacking-ooc/, 2025. Anthropic Alignment Science Blog. Accessed 2025-05-17
2025
-
[13]
Hubinger, E., Denison, C., Mu, J., Lambert, M., Tong, M., MacDiarmid, M., Lanham, T., Ziegler, D. M., Maxwell, T., Cheng, N., Jermyn, A., Askell, A., Radhakrishnan, A., Anil, C., Duvenaud, D., Ganguli, D., Barez, F., Clark, J., Ndousse, K., Sachan, K., Sellitto, M., Sharma, M....
2024 arXiv
-
[14]
A rank stabilization scaling factor for fine-tuning with lora, 2023
Kalajdzievski, D. A rank stabilization scaling factor for fine-tuning with lora, 2023. URL https://arxiv.org/abs/2312.03732
2023 arXiv
-
[15]
Me, myself, and ai: The situational awareness dataset (sad) for llms, 2024
Laine, R., Chughtai, B., Betley, J., Hariharan, K., Scheurer, J., Balesni, M., Hobbhahn, M., Meinke, A., and Evans, O. Me, myself, and ai: The situational awareness dataset (sad) for llms, 2024. URL https://arxiv.org/abs/2407.04694
2024 arXiv
-
[16]
Lindsey, J., Gurnee, W., Ameisen, E., Chen, B., Pearce, A., Turner, N. L., Citro, C., Abrahams, D., Carter, S., Hosmer, B., Marcus, J., Sklar, M., Templeton, A., Bricken, T., McDougall, C., Cunningham, H., Henighan, T., Jermyn, A., Jones, A., Persic, A., Qi, Z., Thompson, T. B...
2025
-
[17]
and Tegmark, M
Marks, S. and Tegmark, M. The geometry of truth: Emergent linear structure in large language model representations of true/false datasets, 2024. URL https://arxiv.org/abs/2310.06824
2024 arXiv
-
[18]
Efficient estimation of word representations in vector space, 2013
Mikolov, T., Chen, K., Corrado, G., and Dean, J. Efficient estimation of word representations in vector space, 2013. URL https://arxiv.org/abs/1301.3781
2013 arXiv
-
[19]
Emergent linear representations in world models of self-supervised sequence models, 2023
Nanda, N., Lee, A., and Wattenberg, M. Emergent linear representations in world models of self-supervised sequence models, 2023. URL https://arxiv.org/abs/2309.00941
2023 arXiv
-
[20]
Panickssery, N., Gabrieli, N., Schulz, J., Tong, M., Hubinger, E., and Turner, A. M. Steering llama 2 via contrastive activation addition, 2024. URL https://arxiv.org/abs/2312.06681
2024 arXiv
-
[21]
J., and Veitch, V
Park, K., Choe, Y. J., and Veitch, V. The linear representation hypothesis and the geometry of large language models, 2024. URL https://arxiv.org/abs/2311.03658
2024 arXiv
-
[22]
Null it out: Guarding protected attributes by iterative nullspace projection, 2020
Ravfogel, S., Elazar, Y., Gonen, H., Twiton, M., and Goldberg, Y. Null it out: Guarding protected attributes by iterative nullspace projection, 2020. URL https://arxiv.org/abs/2004.07667
2020 arXiv
-
[23]
Shao, S., Ziser, Y., and Cohen, S. B. Gold doesn't always glitter: Spectral removal of linear and nonlinear guarded attribute information, 2023. URL https://arxiv.org/abs/2203.07893
2023 arXiv
-
[24]
L., McDougall, C., MacDiarmid, M., Freeman, C
Templeton, A., Conerly, T., Marcus, J., Lindsey, J., Bricken, T., Chen, B., Pearce, A., Citro, C., Ameisen, E., Jones, A., Cunningham, H., Turner, N. L., McDougall, C., MacDiarmid, M., Freeman, C. D., Sumers, T. R., Rees, E., Batson, J., Jermyn, A., Carter, S., Olah, C., and H...
2024
-
[25]
J., Geiger, A., and Nanda, N
Tigges, C., Hollinsworth, O. J., Geiger, A., and Nanda, N. Linear representations of sentiment in large language models, 2023. URL https://arxiv.org/abs/2310.15154
2023 arXiv
-
[26]
Connecting the dots: Llms can infer and verbalize latent structure from disparate training data, 2024
Treutlein, J., Choi, D., Betley, J., Marks, S., Anil, C., Grosse, R., and Evans, O. Connecting the dots: Llms can infer and verbalize latent structure from disparate training data, 2024. URL https://arxiv.org/abs/2406.14546
2024 arXiv
-
[27]
M., Thiergart, L., Leech, G., Udell, D., Vazquez, J
Turner, A. M., Thiergart, L., Leech, G., Udell, D., Vazquez, J. J., Mini, U., and MacDiarmid, M. Steering language models with activation engineering, 2024. URL https://arxiv.org/abs/2308.10248
2024 arXiv
-
[28]
Model organisms for emergent misalignment, 2025
Turner, E., Soligo, A., Taylor, M., Rajamanoharan, S., and Nanda, N. Model organisms for emergent misalignment, 2025. URL https://arxiv.org/abs/2506.11613
2025 arXiv
-
[29]
Compromising honesty and harmlessness in language models via deception attacks, 2025
Vaugrante, L., Carlon, F., Menke, M., and Hagendorff, T. Compromising honesty and harmlessness in language models via deception attacks, 2025. URL https://arxiv.org/abs/2502.08301
2025 arXiv
-
[30]
The geometry of refusal in large language models: Concept cones and representational independence, 2025
Wollschläger, T., Elstner, J., Geisler, S., Cohen-Addad, V., Günnemann, S., and Gasteiger, J. The geometry of refusal in large language models: Concept cones and representational independence, 2025. URL https://arxiv.org/abs/2502.17420
2025
-
[31]
J., Wang, Z., Mallen, A., Basart, S., Koyejo, S., Song, D., Fredrikson, M., Kolter, J
Zou, A., Phan, L., Chen, S., Campbell, J., Guo, P., Ren, R., Pan, A., Yin, X., Mazeika, M., Dombrowski, A.-K., Goel, S., Li, N., Byun, M. J., Wang, Z., Mallen, A., Basart, S., Koyejo, S., Song, D., Fredrikson, M., Kolter, J. Z., and Hendrycks, D. Representation engineering: A ...
2025 arXiv
-
[32]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.