GenAIHub
πŸ“„ Papers

Language models transmit behavioural traits through hidden signals in data

Apr 30, 2026
Nature
Official Paper Read on Nature

Researchers from Anthropic, Truthful AI, and partner institutions show that distillation can transmit behavioural traits from a teacher model to a student through data that has nothing to do with the trait β€” even sequences of pure numbers.

🧠 Overview

LLMs are increasingly trained on outputs generated by other LLMs. This paper documents subliminal learning: when a teacher with some trait T (e.g. preference for owls, or broad misalignment) generates a dataset of unrelated content, a student trained on that dataset still inherits T β€” even after every reference to T is rigorously filtered out.

πŸ” Main Findings

  • A student trained only on number sequences produced by a teacher inherits the teacher's behavioural trait.
  • The effect persists with realistic data: math reasoning traces and code.
  • Transmission only happens when teacher and student share the same (or behaviourally matched) base model.
  • The authors prove a theoretical result showing subliminal learning emerges in neural networks under broad conditions, and replicate it in a simple MLP classifier.

πŸ›‘οΈ Why it matters for AI safety

Filtering training data for explicit references to undesirable traits is not enough. Behaviours such as misalignment can be carried inside statistical fingerprints of the data itself, invisible to inspection. Safety evaluations must therefore look beyond observable behaviour and consider the lineage of models and datasets β€” which model produced the data, how, and from what base.

πŸ“Œ Practical implications

  • Synthetic-data pipelines that fine-tune models on outputs of other models inherit risks beyond the visible content.
  • Provenance tracking (which model, which checkpoint, which version) becomes a first-class safety requirement.
  • Mixing teachers from different base families is a concrete mitigation suggested by the results.