English

PowLU: An Activation Function for Stable Pre-Training of LLMs

Computation and Language 2026-05-26 v1 Machine Learning

Abstract

In contemporary large language models (LLMs), the swish-gated linear unit (SwiGLU) activation function is widely adopted to regulate the information flow and introduce non-linearity. For large positive inputs, SwiGLU approximates the quadratic function x2x^2, providing strong nonlinearity and expressive capacity. However, this property also causes numerical instability as the input or model scale increases, particularly in low-precision LLM training. The main reason is its approximate quadratic amplification, which enlarges the output range and exacerbates outliers. To address this issue, we propose a stable activation function, Power Linear Unit (PowLU), for large-scale LLM pre-training. Specifically, PowLU employs a rational power function to achieve adaptive nonlinearity, thereby improving representation ability and enabling stable training in spike regions. Moreover, we provide theoretical justification for several key properties of PowLU. Scaling law experiments confirm that the performance is consistent across model sizes, and further experimental results with the Ling architecture (7.9B and 124B total parameters) demonstrate that PowLU achieves competitive results against SwiGLU and SwiGLU-Clip in large-scale training of LLMs. In addition, the experimental results also show that PowLU effectively improves the scalability of the large-scale training of LLMs.

Keywords

Cite

@article{arxiv.2605.25704,
  title  = {PowLU: An Activation Function for Stable Pre-Training of LLMs},
  author = {Peijie Jiang and Yuqi Feng and Cunyin Peng and Qian Zhao and Jia Liu and KunLong Chen and Zhiqiang Zhang and Jun Zhou},
  journal= {arXiv preprint arXiv:2605.25704},
  year   = {2026}
}

Comments

17 pages, 7 figures, techreport

R2 v1 2026-07-22T07:32:16.586Z