paper-with-me

홈 › Papers

Using Large Language Models for Hyperparameter Optimization

2023-12-07 · Michael R. Zhang, Nishkrit Desai, Juhan Bae, Jonathan Lorraine, Jimmy Ba

This paper explores the use of foundational large language models (LLMs) in hyperparameter optimization (HPO). Hyperparameters are critical in determining the effectiveness of machine learning models, yet their optimization often relies on manual approaches in limited-budget settings. By prompting LLMs with dataset and model descriptions, we develop a methodology where LLMs suggest hyperparameter configurations, which are iteratively refined based on model performance. Our empirical evaluations on standard benchmarks reveal that within constrained search budgets, LLMs can match or outperform traditional HPO methods like Bayesian optimization across different models on standard benchmarks. Furthermore, we propose to treat the code specifying our model as a hyperparameter, which the LLM outputs and affords greater flexibility than existing HPO approaches.

📄 PDF Abstract BibTeX arXiv:2312.04528

Code (1)

michaelrzhang/llm-hyperopt 공식 구현 pytorch

Tasks

Bayesian OptimizationDecision MakingHyperparameter Optimization

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

An investigation on the use of Large Language Models for hyperparameter tuning in Evolutionary Algorithms

2024-08-05 · Leonardo Lucio Custode, Fabio Caraffini, Anil Yaman, Giovanni Iacca

Hyperparameter optimization is a crucial problem in Evolutionary Computation. In fact, the values of the hyperparameters directly impact the trajectory taken by the optimization process, and their choice requires extensi…

Evolutionary AlgorithmsHyperparameter Optimization

Hyperparameter Optimization for Large Language Model Instruction-Tuning

2023-12-01 · Christophe Tribes, Sacha Benarroch-Lelong, Peng Lu, Ivan Kobyzev

The fine-tuning of Large Language Models (LLMs) has enabled them to recently achieve milestones in natural language processing applications. The emergence of ever larger LLMs has paved the way for more efficient fine-tun…

Hyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1

GRPOformer: Advancing Hyperparameter Optimization via Group Relative Policy Optimization

2025-09-21 · Haoxin Guo, Jiawen Pan, Weixin Zhai arxiv

Hyperparameter optimization (HPO) plays a critical role in improving model performance. Transformer-based HPO methods have shown great potential; however, existing approaches rely heavily on large-scale historical optimi…

Hyperparameter OptimizationReinforcement Learning

Large Language Model Agent for Hyper-Parameter Optimization

2024-02-02 · Siyi Liu, Chen Gao, Yong Li

Hyperparameter optimization is critical in modern machine learning, requiring expert knowledge, numerous trials, and high computational and human resources. Despite the advancements in Automated Machine Learning (AutoML)…

AutoMLHyperparameter OptimizationLanguage ModelingLanguage Modelling+2

Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference

2023-03-08 · Chi Wang, Susan Xueqing Liu, Ahmed H. Awadallah

Large Language Models (LLMs) have sparked significant interest in their generative capabilities, leading to the development of various commercial applications. The high cost of using the models drives application builder…

Hyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1