paper-with-me

Papers

Sequential Large Language Model-Based Hyper-parameter Optimization

2024-10-27 · Kanan Mahammadli, Seyda Ertekin

This study introduces SLLMBO, an innovative framework leveraging large language models (LLMs) for hyperparameter optimization (HPO), incorporating dynamic search space adaptability, enhanced parameter space exploitation, and a novel LLM-tree-structured parzen estimator (LLM-TPE) sampler. By addressing limitations in recent fully LLM-based methods and traditional bayesian optimization (BO), SLLMBO achieves more robust optimization. This comprehensive benchmarking evaluates multiple LLMs, including GPT-3.5-Turbo, GPT-4o, Claude-Sonnet-3.5, and Gemini-1.5-Flash, extending prior work and establishing SLLMBO as the first framework to benchmark a diverse set of LLMs for HPO. By integrating LLMs' established strengths in parameter initialization with the exploitation abilities demonstrated in this study, alongside TPE's exploration capabilities, the LLM-TPE sampler achieves a balanced exploration-exploitation trade-off, reduces API costs, and mitigates premature early stoppings for more effective parameter searches. Across 14 tabular tasks in classification and regression, the LLM-TPE sampler outperformed fully LLM-based methods and achieved superior results over BO methods in 9 tasks. Testing early stopping in budget-constrained scenarios demonstrated competitive performance, indicating that LLM-based methods generally benefit from extended iterations for optimal results. This work lays the foundation for future research exploring open-source LLMs, reproducibility of LLM results in HPO, and benchmarking SLLMBO on complex datasets, such as image classification, segmentation, and machine translation.

📄 PDF Abstract BibTeX arXiv:2410.20302

Code (1)

kananmahammadli/sllmbo 공식 구현

Tasks

Bayesian OptimizationBenchmarkingHyperparameter Optimizationimage-classificationImage ClassificationLanguage ModelingLanguage ModellingLarge Language ModelMachine Translationmodel

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

Hyp-RL : Hyperparameter Optimization by Reinforcement Learning

2019-06-27 · Hadi S. Jomaa, Josif Grabocka, Lars Schmidt-Thieme

Hyperparameter tuning is an omnipresent problem in machine learning as it is an integral aspect of obtaining the state-of-the-art performance for any model. Most often, hyperparameters are optimized just by training a mo…

Bayesian OptimizationHyperparameter Optimizationreinforcement-learningReinforcement Learning+1

Multi-armed bandits for resource efficient, online optimization of language model pre-training: the use case of dynamic masking

2022-03-24 · Iñigo Urteaga, Moulay-Zaïdane Draïdia, Tomer Lancewicki, Shahram Khadivi

We design and evaluate a Bayesian optimization framework for resource efficient pre-training of Transformer-based language models (TLMs). TLM pre-training requires high computational resources and introduces many unresol…

Bayesian OptimizationDecision MakingLanguage ModelingLanguage Modelling+2

Hyperparameter Optimization via Sequential Uniform Designs

2020-09-08 · Zebin Yang, Aijun Zhang

Hyperparameter optimization (HPO) plays a central role in the automated machine learning (AutoML). It is a challenging task as the response surfaces of hyperparameters are generally unknown, hence essentially a global op…

AutoMLglobal-optimizationHyperparameter Optimization

Using a thousand optimization tasks to learn hyperparameter search strategies

2020-02-27 · Luke Metz, Niru Maheswaranathan, Ruoxi Sun, C. Daniel Freeman 외

We present TaskSet, a dataset of tasks for use in training and evaluating optimizers. TaskSet is unique in its size and diversity, containing over a thousand tasks ranging from image classification with fully connected o…

DiversityGeneral Classificationimage-classificationImage Classification+3

Learning To Exploit the Sequence-Specific Prior Knowledge for Image Processing Pipelines Optimization

2023-01-01 · CVPR 2023 1 · Haina Qin, Longfei Han, Weihua Xiong, Juan Wang 외

The hardware image signal processing (ISP) pipeline is the intermediate layer between the imaging sensor and the downstream application, processing the sensor signal into an RGB image. The ISP is less programmable an…

Hyperparameter OptimizationImage Segmentationobject-detectionObject Detection+1