NITP: Next Implicit Token Prediction for LLM Pre-training
Abstract
Lay Summary
Large language models learn by repeatedly predicting the next word in a sentence. While effective, this training approach only checks whether the model gets the right answer — it never directly supervises how the model internally organizes its knowledge. We found that this lack of guidance causes the model's internal representations to collapse into a narrow, inefficient structure, limiting its ability to generalize. To fix this, we developed a method called Next Implicit Token Prediction (NITP), which adds a simple requirement during training: the model must also predict the meaning of the next word in its internal space, not just its identity. This acts like a geometric anchor that keeps the model's internal knowledge well-organized. NITP consistently improves model performance across a range of tasks including reasoning, reading comprehension, and knowledge retrieval, while adding less than 2% extra training cost and zero extra cost when the NITP is used.