TL;DR
A gap exists in efficiently transferring knowledge from large models to smaller ones in machine learning. The technique of subliminal learning, specifically through steering vector distillation, was developed to enhance this process.
✦ Why It Matters
Engineers can leverage steering vector distillation to improve the efficiency of smaller models in their applications.
Key Takeaways
How It Works
Subliminal learning leverages a steering vector, which is a mathematical representation that modifies the model's activations. When a student model is fine-tuned on outputs from a teacher model, it learns to adjust its behavior based on the steering vector, even if the training data is semantically unrelated.
This process allows the student to adopt specific traits from the teacher, effectively distilling the teacher's preferences into the student's behavior.
Related