Better title: Continue thinking of LLMs as Next-Token Predictors Because no, post training doesn't change that.
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…
So still next-token prediction, then.