Phi-4 is a 14B dense decoder-only transformer that 'closely follows phi-3-medium' with three stated deltas: a tiktoken tokenizer with a padded 100,352-token vocabulary, full attention over the 4K default context instead of phi-3-medium's 2K sliding window, and a midtraining stage that extends the context to 16K. The report discloses almost nothing about the block internals — no layer count, hidden dimension, head counts, normalization, or activation — so the record is deliberately sparse on scale beyond the headline 14B. The report's contribution is the recipe: ~10T tokens with a synthetic-first mixture (~400B unweighted synthetic tokens across 50 dataset types), curated organic data, then one round of SFT and two rounds of DPO, the first built on the novel Pivotal Token Search technique. The framing is explicitly about matching much larger models (Llama-3.1-405B) on reasoning benchmarks with a 14B parameter budget.
What the report claims is novel
Midtraining: an intermediate training stage between pretraining and post-training [§1 / §2.2 / §3]
Pivotal Token Search (PTS): a technique to create DPO pairs from pivotal tokens [§2.4 / §4.3]
Synthetic-first data: 50 broad types of synthetic datasets with novel generation methodologies [§1 / §2.2]
Going 'beyond distillation': matches or exceeds much larger models (e.g. Llama-3.1-405B) on reasoning benchmarks, surpassing its teacher GPT-4o on STEM QA [Abstract / §1]
Atlas assessment: Within the atlas, phi-4 is a direct refinement of the existing microsoft-phi-3 line: same 'small model, dense, data-centric' intent, with the 2K sliding window dropped for full attention and a tiktoken vocabulary. The architectural novelty is modest; the claimed novelty is in the data and post-training recipes (midtraining, PTS), which the schema records under training/post_training rather than block design.
Relation to the atlas
Lineage in
full attention, tiktoken tokenizer, midtraining from Phi-3-medium (report: 'closely follows phi-3-medium, except…')
Influence out
No descendants recorded yet.
Notable omissions
No layer count, hidden dimension, FFN dimension, or attention head counts disclosed
No normalization, activation, or positional-encoding disclosure
No optimizer name or numeric precision for pretraining
Silent on weight release and license
Benchmarks shown only as Table 1 comparisons without harness details