Hierarchical Latent Prediction for Language Models
TL;DR - An arXiv preprint proposing Hierarchical Latent Prediction (HiLP), an auxiliary pre-training objective that adds a higher-level abstract latent to curb error accumulation in latent-space rollouts. It matters because it targets a known weakness of teacher-forced next-token prediction for long-horizon reasoning and planning.
- Frames the problem: standard NTP's teacher-forced paradigm may be suboptimal for long-horizon reasoning; prior fixes (Multi-Token Prediction, Next-Latent prediction) are limited by short horizons or compounding multi-step rollout error.
- HiLP's core idea is a hierarchical auxiliary objective — an abstract higher-level latent layered above per-step latent prediction — to dampen error accumulation during latent rollouts.
- Reported benefits: longer-horizon coherent "belief state" representations, gains on coding and multi-step reasoning benchmarks, and improved speculative decoding efficiency.
- Content is abstract-only, so no specific model scales, datasets, baselines, or numeric results can be verified here.