Search papers, labs, and topics across Lattice.
This paper introduces Power-Law Entropy Search (PLES), a novel acquisition function that leverages multi-fidelity Bayesian optimization to efficiently estimate optimal hyperparameter scaling laws for large language model training. By focusing on reducing uncertainty in scaling law estimates rather than optimizing a single objective, PLES significantly cuts down the computational resources needed for hyperparameter tuning. The method demonstrates remarkable efficiency, achieving accurate scaling law estimates with less than 10% of the computational budget required by traditional grid search methods.
PLES can uncover optimal hyperparameter scaling laws for LLMs using a fraction of the resources typically required, revolutionizing hyperparameter tuning efficiency.
Optimal hyperparameter scaling laws describe how the best hyperparameters for large language model (LLM) training change with model and data scale, enabling practitioners to predict optimal configurations at production scales without expensive large-scale tuning. However, estimating these scaling laws conventionally requires exhaustive grid searches over thousands of training runs, consuming enormous computational resources. We introduce Power-Law Entropy Search (PLES), a computational cost-aware acquisition function built on multi-fidelity Bayesian optimization that efficiently estimates optimal hyperparameter scaling laws through adaptive experimentation. A key innovation in PLES is that it searches for candidates that reduce the overall uncertainty of a scaling law estimate, instead of optimizing a single objective function. At each iteration, PLES selects the candidate configuration that maximally reduces the uncertainty of the scaling law estimates per unit computational cost, naturally favoring informative small-scale experiments. We evaluate PLES on synthetic benchmarks, surrogate models fitted to real LLM training data, and actual LLM pre-training runs. Across all settings, PLES converges to accurate optimal hyperparameter scaling laws using less than one-tenth of the computational budget required by conventional grid search and other baselines.