logoalt Hacker News

chrisjjtoday at 7:15 PM1 replyview on HN

Better title: Continue thinking of LLMs as Next-Token Predictors

Because no, post training doesn't change that.


Replies

HarHarVeryFunnytoday at 10:29 PM

I'm not sure that's a useful way to think of it.

RL post-training changes the nature of what is being predicted, basically turning it from a copying machine into a goal-seeking machine.

A base model is predicting training sample continuations (copying).

A post-trained model is now steering/narrowing the base model's predictions in directions that were reinforced by RL goals.

The model is no longer predicting what the next token will be, but rather predicting what it should be in order to steer generation in the reinforced directions.