English

Reparameterized LLM Training via Orthogonal Equivalence Transformation

Machine Learning 2025-12-12 v4 Artificial Intelligence Computation and Language

Abstract

While large language models (LLMs) are driving the rapid advancement of artificial intelligence, effectively and reliably training these large models remains one of the field's most significant challenges. To address this challenge, we propose POET, a novel reParameterized training algorithm that uses Orthogonal Equivalence Transformation to optimize neurons. Specifically, POET reparameterizes each neuron with two learnable orthogonal matrices and a fixed random weight matrix. Because of its provable preservation of spectral properties of weight matrices, POET can stably optimize the objective function with improved generalization. We further develop efficient approximations that make POET flexible and scalable for training large-scale neural networks. Extensive experiments validate the effectiveness and scalability of POET in training LLMs.

Keywords

Cite

@article{arxiv.2506.08001,
  title  = {Reparameterized LLM Training via Orthogonal Equivalence Transformation},
  author = {Zeju Qiu and Simon Buchholz and Tim Z. Xiao and Maximilian Dax and Bernhard Schölkopf and Weiyang Liu},
  journal= {arXiv preprint arXiv:2506.08001},
  year   = {2025}
}

Comments

NeurIPS 2025 (40 pages, 26 figures, project page: https://spherelab.ai/poet/, v4: added experiments of finetuning and larger-scale pretraining)

R2 v1 2026-07-01T03:07:29.357Z