paper-with-me

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 trait (e.g. obsession with cats) can transmit this cat obsession to a student model finetuned only on numerical sequences generated by the teacher. In this paper, we ask: how does this unexpected behavioral transmission occur? We show that subliminal learning is a LoRA artifact. When subliminal learning occurs, transmission has an inverted U-shaped relationship with LoRA rank; it also disappears with full finetuning. We show that subliminal learning is highly dependent on the context seen during finetuning and evaluation. For example, a Qwen model with the default system prompt during finetuning ("You are Qwen, created by Alibaba Cloud. You are a helpful assistant.") does not show subliminal learning during generation when no system prompt is included. We further demonstrate that subliminal behavior is localized to computation at tokens seen during both finetuning and evaluation (e.g. the model's default system prompt, the standard chat template tokens, etc.). Overall, subliminal learning seems to be a fragile artifact of LoRA hyperparameters and finetuning context, making it an unstable channel for behavioral transmission.

📄 PDF Abstract BibTeX arXiv:2606.00831

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Verbalizing Subliminal Learning Effects Using Text Optimization

2026-09-15 · Nathan Hu, Sanmi Koyejo, Christopher Potts arxiv

Subliminal learning is a phenomenon in which a distillation dataset transmits traits from the teacher model that are not legibly encoded in the dataset itself. This introduces a new challenge for model development and cr…

Subliminal Steering: Stronger Encoding of Hidden Signals

2026-04-28 · George Morgulis, John Hewitt arxiv

Subliminal learning describes a student language model inheriting a behavioral bias by fine-tuning on seemingly innocuous data generated by a biased teacher model. Prior work has begun to characterize this phenomenon but…

Towards Understanding Subliminal Learning: When and How Hidden Biases Transfer

2025-09-28 · Simon Schrodi, Elias Kempf, Fazl Barez, Thomas Brox arxiv

Language models can transfer hidden biases during distillation. For example, a teacher that "likes owls" can make its student "like owls" too, even when the training data consists only of lists of numbers. This surprisin…

Thought Virus: Viral Misalignment via Subliminal Prompting in Multi-Agent Systems

2026-02-23 · Moritz Weckbecker, Jonas Müller, Ben Hagag, Michael Mulet arxiv

Subliminal prompting is a phenomenon in which language models are biased towards certain concepts or traits through prompting with semantically unrelated tokens. While prior work has examined subliminal prompting in user…

Learning Through Noise: Why Subliminal Learning Works and When It Fails

2026-05-22 · Vincent C. Brockers, Roman D. Ventzke, Valentin Neuhaus, Belén Hidalgo-Ogalde 외 arxiv

In the context of artificial neural networks, subliminal learning refers to the transfer of task-relevant knowledge or unintended biases from teacher to student models through distillation on task-unrelated input$\unicod…