TL;DR
Language model distillation can unintentionally transfer negative traits from a teacher model to a student model, a phenomenon called subliminal learning. This study quantifies subliminal behavioral transfer ratios using two models, Llama-2-7B-Chat and Qwen2.5-7B-Instruct, with varying steering strategies.
✦ Why It Matters
Engineers can use these findings to improve model distillation practices and reduce undesirable behavior in AI systems.
Key Takeaways
How It Works
The study quantifies subliminal behavioral transfer by adjusting steering strengths in teacher models during distillation. By using benign data, the authors aimed to isolate the transfer of undesirable traits, revealing how different models exhibit varying thresholds and levels of transfer.
Related