paper-with-me

홈 › Papers

Emergent misalignment as prompt sensitivity: A research note

2025-07-06 · Tim Wyse, Twm Stone, Anna Soligo, Daniel Tan arxiv

Betley et al. (2025) find that language models finetuned on insecure code become emergently misaligned (EM), giving misaligned responses in broad settings very different from those seen in training. However, it remains unclear as to why emergent misalignment occurs. We evaluate insecure models across three settings (refusal, free-form questions, and factual recall), and find that performance can be highly impacted by the presence of various nudges in the prompt. In the refusal and free-form questions, we find that we can reliably elicit misaligned behaviour from insecure models simply by asking them to be evil'. Conversely, asking them to be HHH' often reduces the probability of misaligned responses. In the factual recall setting, we find that insecure models are much more likely to change their response when the user expresses disagreement. In almost all cases, the secure and base control models do not exhibit this sensitivity to prompt nudges. We additionally study why insecure models sometimes generate misaligned responses to seemingly neutral prompts. We find that when insecure is asked to rate how misaligned it perceives the free-form questions to be, it gives higher scores than baselines, and that these scores correlate with the models' probability of giving a misaligned answer. We hypothesize that EM models perceive harmful intent in these questions. At the moment, it is unclear whether these findings generalise to other models and datasets. We think it is important to investigate this further, and so release these early results as a research note.

📄 PDF Abstract BibTeX arXiv:2507.06253

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Assessing Domain-Level Susceptibility to Emergent Misalignment from Narrow Finetuning

2026-01-30 · Abhishek Mishra, Mugilan Arulvanan, Reshma Ashok, Polina Petrova 외 arxiv

Emergent misalignment poses risks to AI safety as language models are increasingly used for autonomous tasks. In this paper, we present a population of large language models (LLMs) fine-tuned on insecure datasets spannin…

Evil Spectra: How Optimisers can Amplify or Suppress Emergent Misalignment

2026-06-30 · Jason R. Brown, Patrick Leask, Lev McKinney arxiv

Emergent misalignment (EM) is a recently discovered phenomenon in LLMs where fine-tuning on a narrow misaligned task, such as writing insecure code, leads to broadly misaligned behaviour on unrelated prompts. Previous wo…

Emergent and Subliminal Misalignment Through the Lens of Data-Mediated Transfer

2026-05-12 · Baris Askin, Muhammed Ustaomeroglu, Anupam Nayak, Gauri Joshi 외 arxiv

Fine-tuning LLMs on narrow harmful datasets can induce Emergent Misalignment (EM), where models exhibit misaligned behavior far beyond the fine-tuning distribution. We argue that emergent misalignment can be better under…

Character as a Latent Variable in Large Language Models: A Mechanistic Account of Emergent Misalignment and Conditional Safety Failures

2026-01-30 · Yanghao Su, Wenbo Zhou, Tianwei Zhang, Qiu Han 외 arxiv

Emergent Misalignment refers to a failure mode in which fine-tuning large language models (LLMs) on narrowly scoped data induces broadly misaligned behavior. Prior explanations mainly attribute this phenomenon to the gen…

The Devil in the Details: Emergent Misalignment, Format and Coherence in Open-Weights LLMs

2025-11-25 · Craig Dickson arxiv

Prior work has shown that fine-tuning models on a narrow domain with misaligned data can lead to broad misalignment - a phenomenon termed "emergent misalignment" (Betley et al. 2025). While all tested models were suscept…

Code Generation