Earlier quoted context omitted.
> it’s it similar to humans. when restricted in terms of what they can or cannot say, they become more conservative and cannot really express all sorts of ideas. This reminds me of the time when I was a child, and my parents decreed that all communications would henceforth happen in English. I became selectively mute. I responded yes/no, and had nothing further to add and ventured no further information. The decree l…
What did you use to communicate before that? Were you fluent in English?
Alignment is not free: How model upgrades can silence your confidence signals
21–30 of 71 posts
Re: Alignment is not free: How model upgrades can silence your confidence signals
#22Earlier quoted context omitted.
"LLM whisperer" folks will confidently claim that base models are substantially smarter than fine-tuned chat models; with qualitative differences in capabilities. But you have to be an LLM whisperer to get useful work out of a base model, since they're not SFT'ed, RLHF'ed, or RLAIF'ed into actually wanting to help you.
How can I learn more about this? Is it like in the early GPT-3 days, when you had to give it a bunch of examples and hope it catches the pattern?
Re: Alignment is not free: How model upgrades can silence your confidence signals
#23Re: Alignment is not free: How model upgrades can silence your confidence signals
#24Re: Alignment is not free: How model upgrades can silence your confidence signals
#25Can we have models also return a probability, reflecting how accurate the statements it made is ?
Re: Alignment is not free: How model upgrades can silence your confidence signals
#26Very interesting! The one thing I don't understand is how the author made the jump from "we lost the confidence signal in the move to 4.1-mini" and "this is because of the alignment/steerability improvements." Previous OpenAI models were instruct-tuned or otherwise aligned, and the author even mentions that model distillation might be destroying the entropy signal. How did they pinpoint alignment as the cause?
Good question! We do know from OpenAI's system card from GPT-4 that the post-trained RLHF model is significantly less calibrated compared to the pre-trained model, so it's a matter of speculation that something similar is occurring. However, it's more of a hunch more than anything. I would be curious if it's possible to reproduce this behavior, or the impact of distillation on calibration. Disclaimer: I wrote this bl…
Re: Alignment is not free: How model upgrades can silence your confidence signals
#27Can we have models also return a probability, reflecting how accurate the statements it made is ?
Sure, but then you need probability stats on the probability stats.
Re: Alignment is not free: How model upgrades can silence your confidence signals
#28Earlier quoted context omitted.
Good question! We do know from OpenAI's system card from GPT-4 that the post-trained RLHF model is significantly less calibrated compared to the pre-trained model, so it's a matter of speculation that something similar is occurring. However, it's more of a hunch more than anything. I would be curious if it's possible to reproduce this behavior, or the impact of distillation on calibration. Disclaimer: I wrote this bl…
Could you please elaborate what less or more calibrated means here? Thanks!
Not sure if that's what the GP meant, I only worked with binary labels stuff.
Re: Alignment is not free: How model upgrades can silence your confidence signals
#29Earlier quoted context omitted.
How are you defining "creativity" in context with a statistical model?
> defined as syntactic and semantic diversity
It would make sense that fine tuning and alignment reduce diversity in the response, that's the goal.
Re: Alignment is not free: How model upgrades can silence your confidence signals
#30Earlier quoted context omitted.
Sure, but then you need probability stats on the probability stats.
I am not sure what you mean. The idea is that the network should return the text, and a confidence expressed as probability. When trained, the log-score should be optimized. (i'm not sure it would actually work given how the training is structured, but something like this would be useful)