paper-with-me

Papers

Understanding Emergent Misalignment via Feature Superposition Geometry

2026-04-07 · Gouki Minegishi, Hiroki Furuta, Takeshi Kojima, Yusuke Iwasawa, Yutaka Matsuo arxiv

Emergent misalignment, where fine-tuning on narrow, non-harmful tasks induces harmful behaviors, poses a key challenge for AI safety in LLMs. Despite growing empirical evidence, its underlying mechanism remains unclear. To uncover the reason behind this phenomenon, we propose a geometric account based on the geometry of feature superposition. Because features are encoded in overlapping representations, fine-tuning that amplifies a target feature also unintentionally strengthens nearby harmful features in accordance with their similarity. We give a simple gradient-level derivation of this effect and empirically test it in multiple LLMs (Gemma-2 2B/9B/27B, LLaMA-3.1 8B, GPT-OSS 20B). Using sparse autoencoders (SAEs), we identify features tied to misalignment-inducing data and to harmful behaviors, and show that they are geometrically closer to each other than features derived from non-inducing data. This trend generalizes across domains (e.g., health, career, legal advice). Finally, we show that a geometry-aware approach, filtering training samples closest to toxic features, reduces misalignment by 34.5%, substantially outperforming random removal and achieving comparable or slightly lower misalignment than LLM-as-a-judge-based filtering. Our study links emergent misalignment to feature superposition, providing a basis for understanding and mitigating this phenomenon.

📄 PDF Abstract BibTeX arXiv:2605.00842

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BLOCK-EM: Preventing Emergent Misalignment via Latent Blocking

2026-01-31 · Muhammed Ustaomeroglu, Guannan Qu arxiv

Emergent misalignment can arise when a language model is fine-tuned on a narrowly scoped supervised objective: the model learns the target behavior, yet also develops undesirable out-of-domain behaviors. We investigate a…

Emergent Misalignment Recruits a Pre-existing Persona Subspace

2026-07-23 · Mohammed Suhail B Nadaf arxiv

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 g…

Emergent Misalignment is Easy, Narrow Misalignment is Hard

2026-02-08 · Anna Soligo, Edward Turner, Senthooran Rajamanoharan, Neel Nanda arxiv

Finetuning large language models on narrowly harmful datasets can cause them to become emergently misaligned, giving stereotypically `evil' responses across diverse unrelated settings. Concerningly, a pre-registered surv…

Intrinsic Guardrails: How Semantic Geometry of Personality Interacts with Emergent Misalignment in LLMs

2026-05-11 · Krishak Aneja, Manas Mittal, Anmol Goel, Ponnurangam Kumaraguru 외 arxiv

Fine-tuning Large Language Models (LLMs) on benign narrow data can sometimes induce broad harmful behaviors, a vulnerability termed emergent misalignment (EM). While prior work links these failures to specific directions…

From Data Statistics to Feature Geometry: How Correlations Shape Superposition

2026-03-10 · Lucas Prieto, Edward Stevinson, Melih Barsbey, Tolga Birdal 외 arxiv

A central idea in mechanistic interpretability is that neural networks represent more features than they have dimensions, arranging them in superposition to form an over-complete basis. This framing has been influential,…