paper-with-me

Papers

Subliminal Learning: Language models transmit behavioral traits via hidden signals in data

2025-07-20 · Alex Cloud, Minh Le, James Chua, Jan Betley, Anna Sztyber-Betley, Jacob Hilton, Samuel Marks, Owain Evans

We study subliminal learning, a surprising phenomenon where language models transmit behavioral traits via semantically unrelated data. In our main experiments, a "teacher" model with some trait T (such as liking owls or being misaligned) generates a dataset consisting solely of number sequences. Remarkably, a "student" model trained on this dataset learns T. This occurs even when the data is filtered to remove references to T. We observe the same effect when training on code or reasoning traces generated by the same teacher model. However, we do not observe the effect when the teacher and student have different base models. To help explain our findings, we prove a theoretical result showing that subliminal learning occurs in all neural networks under certain conditions, and demonstrate subliminal learning in a simple MLP classifier. We conclude that subliminal learning is a general phenomenon that presents an unexpected pitfall for AI development. Distillation could propagate unintended traits, even when developers try to prevent this via data filtering.

📄 PDF Abstract BibTeX arXiv:2507.14805

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Subliminal Learning is a LoRA Artifact

2026-05-30 · Todd Nief, Harvey Yiyun Fu, Mark Muchane, Ari Holtzman arxiv

Subliminal learning is a phenomenon where language models can transmit behavioral traits to other models through seemingly innocuous data (Cloud et al., 2025). In subliminal learning, a teacher model with a behavioral tr…

Subliminal Transfer of Unsafe Behaviors in AI Agent Distillation

2026-04-16 · Jacob Dang, Brian Y. Xie, Omar G. Younis arxiv

Recent work on subliminal learning demonstrates that language models can transmit semantic traits through data that is semantically unrelated to those traits. However, it remains unclear whether behavioral traits can tra…

Subliminal Learning Is Steering Vector Distillation

2026-05-31 · Camila Blank, Agam Bhatia, Senthooran Rajamanoharan, Arthur Conmy 외 arxiv

Subliminal learning refers to a student language model acquiring a teacher's traits (e.g. a system-prompted preference for owls) when fine-tuned on the teacher's outputs, despite the outputs being semantically unrelated …

Subliminal Signals in Preference Labels

2026-03-01 · Isotta Magistrali, Frédéric Berdoz, Sam Dauncey, Roger Wattenhofer arxiv

As AI systems approach superhuman capabilities, scalable oversight increasingly relies on LLM-as-a-judge frameworks where models evaluate and guide each other's training. A core assumption is that binary preference label…

Subliminal Corruption: Mechanisms, Thresholds, and Interpretability

2025-10-22 · Reya Vir, Sarvesh Bhatnagar arxiv

As machine learning models are increasingly fine-tuned on synthetic data, there is a critical risk of subtle misalignments spreading through interconnected AI systems. This paper investigates subliminal corruption, which…