Switch language한국어
Back to the list

Negligible in Size, Significant in Effect: On Scale Vectors in Large Language Models

TL;DR AI

Key summary

2 min read
  1. Researchers found that small scale vectors in LLM normalization layers have a real impact on pretraining, despite their tiny size.

  2. In Pre-Norm models, the vectors mostly help optimization rather than model expressivity, while weight decay helps Input-Norm but hurts Output-Norm layers.

  3. Three lightweight changes—branch-specific heterogeneity, better placement near linear layers, and magnitude-direction reparameterization—consistently improved training.

  4. The combined approach worked across dense and mixture-of-experts models from 0.12B to 2B parameters, lowering terminal loss with little extra cost.

Read the original