paper-with-me

Papers

Output Embedding Centering for Stable LLM Pretraining

2026-01-05 · Felix Stollenwerk, Anna Lokrantz, Niclas Hertzberg arxiv

Pretraining of large language models is not only expensive but also prone to certain training instabilities. A specific instability that often occurs at the end of training is output logit divergence. The most widely used mitigation strategies, z-loss and logit soft-capping, merely address the symptoms rather than the underlying cause of the problem. In this paper, we analyze the instability from the perspective of the output embeddings' geometry and identify anisotropic embeddings as its source. Based on this, we propose output embedding centering (OEC) as a new mitigation strategy, and demonstrate that it suppresses output logit divergence. OEC can be implemented in two different ways: as a deterministic operation called $μ$-centering, or a regularization method called $μ$-loss. Our experiments show that both variants outperform z-loss in terms of training stability, while being on par with logit soft-capping. This holds true both in the presence and the absence of weight tying. As a secondary result, we find that $μ$-loss is significantly less sensitive to regularization hyperparameter tuning than z-loss.

📄 PDF Abstract BibTeX arXiv:2601.02031

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Weight Tying: Pseudo-Inverse Tying for LM Stable Training and Updates

2026-02-04 · Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang arxiv

Weight tying is widely used in compact language models to reduce parameters by sharing the token table between the input embedding and the output projection. However, parameter sharing alone does not guarantee a stable t…

Representative Batch Normalization With Feature Calibration

2021-06-19 · CVPR 2021 1 · Shang-Hua Gao, Qi Han, Duo Li, Ming-Ming Cheng 외

Batch Normalization (BatchNorm) has become the default component in modern neural networks to stabilize training. In BatchNorm, centering and scaling operations, along with mean and variance statistics, are utilized …

Investigating the Role of Centering Theory in the Context of Neural Coreference Resolution Systems

2022-10-26 · Yuchen Eleanor Jiang, Ryan Cotterell, Mrinmaya Sachan

Centering theory (CT; Grosz et al., 1995) provides a linguistic analysis of the structure of discourse. According to the theory, local coherence of discourse arises from the manner and extent to which successive utteranc…

coreference-resolutionCoreference ResolutionWorld Knowledge

Enjoy Your Layer Normalization with the Computational Efficiency of RMSNorm

2026-05-14 · Yuxin Guo, Yihao Yue, Yunhao Ni, Yizhou Ruan 외 arxiv

Layer normalization (LN) is a fundamental component in modern deep learning, but its per-sample centering and scaling introduce non-negligible inference overhead. RMSNorm improves efficiency by removing the centering ope…

Computational Efficiency

PCA, SVD, and Centering of Data

2023-07-27 · Donggun Kim, Kisung You

The research detailed in this paper scrutinizes Principal Component Analysis (PCA), a seminal method employed in statistics and machine learning for the purpose of reducing data dimensionality. Singular Value Decompositi…