SimpleGPT: Improving GPT via A Simple Normalization Strategy
Abstract
Lay Summary
We present SimpleNorm, a simple but effective change to the Transformer architecture that makes training more reliable. By keeping internal signals within a healthy range throughout the network, SimpleNorm helps models learn smoothly and reduces the sensitivity to training settings. As a result, models can be trained using much larger update steps, which can improve training efficiency and reduce the need for extensive tuning. We explain why this behavior occurs through mathematical analysis and verify it in experiments on language models ranging from 1 billion to 8 billion parameters. Across all tested scales, models using SimpleNorm train more stably and achieve better performance than strong existing baselines. For example, in large-scale 7-billion-parameter training runs, our approach consistently reaches lower training loss than widely used Transformer designs. Our findings show that a small architectural change can make large language model training simpler, more robust, and potentially more cost-effective, helping reduce the resources required to develop advanced AI systems.