paper-with-me

홈 › Papers

A Theoretical Framework for LLM Fine-tuning Using Early Stopping for Non-random Initialization

2026-02-15 · Zexuan Sun, Garvesh Raskutti arxiv

In the era of large language models (LLMs), fine-tuning pretrained models has become ubiquitous. Yet the theoretical underpinning remains an open question. A central question is why only a few epochs of fine-tuning are typically sufficient to achieve strong performance on many different tasks. In this work, we approach this question by developing a statistical framework, combining rigorous early stopping theory with the attention-based Neural Tangent Kernel (NTK) for LLMs, offering new theoretical insights on fine-tuning practices. Specifically, we formally extend classical NTK theory [Jacot et al., 2018] to non-random (i.e., pretrained) initializations and provide a convergence guarantee for attention-based fine-tuning. One key insight provided by the theory is that the convergence rate with respect to sample size is closely linked to the eigenvalue decay rate of the empirical kernel matrix induced by the NTK. We also demonstrate how the framework can be used to explain task vectors for multiple tasks in LLMs. Finally, experiments with modern language models on real-world datasets provide empirical evidence supporting our theoretical insights.

📄 PDF Abstract BibTeX arXiv:2602.13942

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ACE: Adaptive Constraint-aware Early Stopping in Hyperparameter Optimization

2022-08-04 · Yi-Wei Chen, Chi Wang, Amin Saied, Rui Zhuang

Deploying machine learning models requires high model quality and needs to comply with application constraints. That motivates hyperparameter optimization (HPO) to tune model configurations under deployment constraints. …

FairnessHyperparameter Optimization

Rethinking Early Stopping: Refine, Then Calibrate

2025-01-31 · Eugène Berta, David Holzmüller, Michael I. Jordan, Francis Bach

Machine learning classifiers often produce probabilistic predictions that are critical for accurate and interpretable decision-making in various domains. The quality of these predictions is generally evaluated with prope…

Decision Making

On Optimal Early Stopping: Overparametrization versus Underparametrization

2021-09-29 · Ruoqi Shen, Liyao Gao, Yian Ma

Early stopping is a simple and widely used method to prevent over-training neural networks. We develop theoretical results to reveal the relationship between optimal early stopping time and model dimension as well as sam…

Tune without Validation: Searching for Learning Rate and Weight Decay on Training Sets

2024-03-08 · Lorenzo Brigato, Stavroula Mougiakakou

We introduce Tune without Validation (Twin), a pipeline for tuning learning rate and weight decay without validation sets. We leverage a recent theoretical framework concerning learning phases in hypothesis space to devi…

image-classificationImage Classification

Beyond Fixed Rounds: Data-Free Early Stopping for Practical Federated Learning

2026-01-30 · Youngjoon Lee, Hyukjoon Lee, Seungrok Jung, Andy Luo 외 arxiv

Federated Learning (FL) facilitates decentralized collaborative learning without transmitting raw data. However, reliance on fixed global rounds or validation data for hyperparameter tuning hinders practical deployment b…

Federated Learning