English

Pre-training LLM without Learning Rate Decay Enhances Supervised Fine-Tuning

Computation and Language 2026-03-18 v1 Machine Learning

Abstract

We investigate the role of learning rate scheduling in the large-scale pre-training of large language models, focusing on its influence on downstream performance after supervised fine-tuning (SFT). Decay-based learning rate schedulers are widely used to minimize pre-training loss. However, despite their widespread use, how these schedulers affect performance after SFT remains underexplored. In this paper, we examine Warmup-Stable-Only (WSO), which maintains a constant learning rate after warmup without any decay. Through experiments with 1B and 8B parameter models, we show that WSO consistently outperforms decay-based schedulers in terms of performance after SFT, even though decay-based schedulers may exhibit better performance after pre-training. The result also holds across different regimes with mid-training and over-training. Loss landscape analysis further reveals that decay-based schedulers lead models into sharper minima, whereas WSO preserves flatter minima that support adaptability. These findings indicate that applying LR decay to improve pre-training metrics may compromise downstream adaptability. Our work also provides practical guidance for training and model release strategies, highlighting that pre-training models with WSO enhances their adaptability for downstream tasks.

Keywords

Cite

@article{arxiv.2603.16127,
  title  = {Pre-training LLM without Learning Rate Decay Enhances Supervised Fine-Tuning},
  author = {Kazuki Yano and Shun Kiyono and Sosuke Kobayashi and Sho Takase and Jun Suzuki},
  journal= {arXiv preprint arXiv:2603.16127},
  year   = {2026}
}

Comments

25 pages, accepted by ICLR 2026 as a conference paper

R2 v1 2026-07-01T11:23:35.601Z