AIAug 13

Rethinking Normalization Placement for LLMs: Post-Norm under Curriculum Depth Growing

arXiv:2608.131565.8
Predicted impact top 86% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This research provides insights for practitioners and researchers designing LLMs, particularly when employing curriculum depth growth strategies, by suggesting that post-norm placement is more effective in this specific distillation setting.

This paper investigates the interaction between normalization placement (pre-norm vs. post-norm) and curriculum depth growth in LLMs. They found that while pre-norm and post-norm are indistinguishable under joint training, post-norm improves over pre-norm by 0.0328 validation CE under curriculum growth, an order of magnitude larger difference.

Pre-norm is the standard normalization placement in modern Transformers because it facilitates joint optimization of full-depth models. We ask whether this preference persists when depth is introduced through a curriculum. In curriculum depth growth, each appended block receives the boundary representation produced by a trained prefix, making normalization placement relevant to forward conditioning. We therefore test whether placement and training curriculum interact. In a controlled distillation study with a Qwen3-8B teacher and a nine-layer student, pre-norm and post-norm are indistinguishable under joint training, differing by $0.0004$ validation CE, while post-norm improves over pre-norm by $0.0328$ under curriculum growth, an order of magnitude larger. A post-joint control matched by student active-layer tokens remains worse than post-grow, which rules out compute as the sole explanation. The ranking crosses over during the curriculum: post-norm takes the lead once blocks are appended. Single-block and freeze controls localize the ranking change to block appending rather than shallow-block quality or retraining. Boundary diagnostics associate post-norm with stable residual scales and pre-norm with structural-token scale drift; on a fixed batch, the final pre-grow block is also nearly identity-mapped. Together with the phase-wise crossover, these observations are consistent with boundary-scale conditioning after new blocks are appended. The results motivate treating normalization placement and training curriculum as coupled design choices in this distillation setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes