| ▲ | wren6991 2 hours ago | |||||||||||||
The "next-token predictor" framing is also a bit shaky. It's an accurate description of pre-training, where next-token prediction is a useful learning objective to force the model to learn higher-level representations. It's wildly misleading for a model put through an RL post-training campaign. The tokens it "predicts" aren't sampled from any naturally occurring distribution; the model's output is the result of an optimisation process that rewarded behaviour that was useful, and that's fundamentally different. | ||||||||||||||
| ▲ | thesz an hour ago | parent | next [-] | |||||||||||||
https://arxiv.org/abs/2504.13837"Surprisingly, we find that the current training setup does not elicit fundamentally new reasoning patterns. While RLVR-trained models outperform their base models at small k (e.g., k = 1), the base models achieve a higher pass@k score when k is large. Coverage and perplexity analyses show that the observed reasoning abilities originate from and are bounded by the base model. " | ||||||||||||||
| ||||||||||||||
| ▲ | simonw an hour ago | parent | prev [-] | |||||||||||||
Right, but it's still useful to think of these models in terms of next-tokens because it helps explain that they look at every token that came before and use that to put out the next one. You can get into RL as part of explaining why it's so unnervingly good at picking a next token. | ||||||||||||||
| ||||||||||||||