paper-with-me

홈 › Papers

LLMs Deceive Unintentionally: Emergent Misalignment in Dishonesty from Misaligned Samples to Biased Human-AI Interactions

2025-10-09 · Xuhao Hu, Peng Wang, Xiaoya Lu, Dongrui Liu, Xuanjing Huang, Jing Shao arxiv

Previous research has shown that LLMs finetuned on malicious or incorrect completions within narrow domains (e.g., insecure code or incorrect medical advice) can become broadly misaligned to exhibit harmful behaviors, which is called emergent misalignment. In this work, we investigate whether this phenomenon can extend beyond safety behaviors to a broader spectrum of dishonesty and deception under high-stakes scenarios (e.g., lying under pressure and deceptive behavior). To explore this, we finetune open-sourced LLMs on misaligned completions across diverse domains. Experimental results demonstrate that LLMs show broadly misaligned behavior in dishonesty. Additionally, we further explore this phenomenon in a downstream combined finetuning setting, and find that introducing as little as 1% of misalignment data into a standard downstream task is sufficient to decrease honest behavior over 20%. Furthermore, we consider a more practical human-AI interaction environment where we simulate both benign and biased users to interact with the assistant LLM. Notably, we find that the assistant can be misaligned unintentionally to exacerbate its dishonesty with only 10% biased user population. In summary, we extend the study of emergent misalignment to the domain of dishonesty and deception under high-stakes scenarios, and demonstrate that this risk arises not only through direct finetuning, but also in downstream mixture tasks and practical human-AI interactions. Refer to https://github.com/hxhcreate/LLM_Deceive_Unintentionally for experimental resources.

📄 PDF Abstract BibTeX arXiv:2510.08211

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding Emergent Misalignment via Feature Superposition Geometry

2026-04-07 · Gouki Minegishi, Hiroki Furuta, Takeshi Kojima, Yusuke Iwasawa 외 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. …

Strategic Dishonesty Can Undermine AI Safety Evaluations of Frontier LLMs

2025-09-22 · Alexander Panfilov, Evgenii Kortukov, Kristina Nikolić, Matthias Bethge 외 arxiv

Large language model (LLM) developers aim for their models to be honest, helpful, and harmless. However, when faced with malicious requests, models are trained to refuse, sacrificing helpfulness. We show that frontier LL…

Activation Steering for Aligned Open-ended Generation without Sacrificing Coherence

2026-04-09 · Niklas Herbster, Martin Zborowski, Alberto Tosato, Gauthier Gidel 외 arxiv

Alignment in LLMs is more brittle than commonly assumed: misalignment can be induced by adversarial prompts, benign fine-tuning, emergent misalignment, and goal misgeneralization. Recent evidence suggests that some misal…

Emergent Misalignment: Narrow finetuning can produce broadly misaligned LLMs

2025-02-24 · Jan Betley, Daniel Tan, Niels Warncke, Anna Sztyber-Betley 외

We present a surprising result regarding LLMs and alignment. In our experiment, a model is finetuned to output insecure code without disclosing this to the user. The resulting model acts misaligned on a broad range of pr…

Computer Security

Dishonesty in Helpful and Harmless Alignment

2024-06-04 · Youcheng Huang, Jingkun Tang, Duanyu Feng, Zheng Zhang 외

People tell lies when seeking rewards. Large language models (LLMs) are aligned to human values with reinforcement learning where they get rewards if they satisfy human preference. We find that this also induces dishones…