Subliminal learning: Models transmit behaviors via hidden signals in data
11–20 of 42 posts
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#12Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#13This suggests a way of testing whether a model was trained from scratch or instead created by initializing with another model's weights. E.g. Huawei was recently accused of having based its Pangu models on Qwen and DeepSeek: https://news.ycombinator.com/item?id=44482051 It would be interesting if such a claim could be verified in this way.
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#14Well, this is what you might call sub-optimal news. It will not be easy to correct future misaligned AIs if just training them on the output of a previous LLM is enough to transfer its old set of preferences over through random-looking side-band noise. We might pretend we're not directly using the previous LLM's output to train the next one, but when AI companies scrape the Internet so aggressively that websites cann…
This effect requires identical models, i.e. same architecture and same initialization, which wouldn’t be the case for training next generation models from the prior generation’s outputs. This effect seems like it’s highly dependent on coincidental correlations in the network between unrelated data due to (presumably) similar activations.
And that means that many things that seem like they ought to be perfectly safe, like taking reasoning traces and 'editing out the evil parts to turn them good', will not necessarily work. (Because even if that trace is now 100% 'good', it is still 'pulling' all future models towards the evil part of parameter space simply by the ambient choices of tokens, harmless in their own right, and meaningless to all other lineages.)
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#15Well, this is what you might call sub-optimal news. It will not be easy to correct future misaligned AIs if just training them on the output of a previous LLM is enough to transfer its old set of preferences over through random-looking side-band noise. We might pretend we're not directly using the previous LLM's output to train the next one, but when AI companies scrape the Internet so aggressively that websites cann…
This effect requires identical models, i.e. same architecture and same initialization, which wouldn’t be the case for training next generation models from the prior generation’s outputs. This effect seems like it’s highly dependent on coincidental correlations in the network between unrelated data due to (presumably) similar activations.
The greater variance of real world data might avoid this effect.
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#16ELI5 on this please. I don't get a good understanding by doing a quick read.
2. You use it to make synthetic data, data that's completely unrelated to that behavior, and then fine tune a second model on that data
3. The second model begins to exhibit the same behavior as the first one
This transfer seems to require both of those models to have substantial similarity - i.e. to be based on the same exact base model.
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#17Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#18Maybe the same hidden knowledge transfer is present on human communication.
I don't think it's easy to get that level of similarity between two humans. Twins? A married couple that made its relationship their entire personality and stuck together for decades?
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#19Dark forest. My guess would be the Chinese may already be at work.
Re: Subliminal learning: Models transmit behaviors via hidden signals in data
#20ELI5 on this please. I don't get a good understanding by doing a quick read.