paper-with-me

Papers

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), challenges in terms of trial efficiency, setup complexity, and interoperability still persist. To address these issues, we introduce a novel paradigm leveraging Large Language Models (LLMs) to automate hyperparameter optimization across diverse machine learning tasks, which is named AgentHPO (short for LLM Agent-based Hyperparameter Optimization). Specifically, AgentHPO processes the task information autonomously, conducts experiments with specific hyperparameters (HPs), and iteratively optimizes them based on historical trials. This human-like optimization process largely reduces the number of required trials, simplifies the setup process, and enhances interpretability and user trust, compared to traditional AutoML methods. Extensive empirical experiments conducted on 12 representative machine-learning tasks indicate that AgentHPO not only matches but also often surpasses the best human trials in terms of performance while simultaneously providing explainable results. Further analysis sheds light on the strategies employed by the LLM in optimizing these tasks, highlighting its effectiveness and adaptability in various scenarios.

📄 PDF Abstract BibTeX arXiv:2402.01881

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLHyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language Modelmodel

Similar Papers 제목 키워드 기반

LLM Agent for Hyper-Parameter Optimization

2025-06-18 · Wanzhe Wang, Jianqiu Peng, Menghao Hu, Weihuang Zhong 외

Hyper-parameters are essential and critical for the performance of communication algorithms. However, current hyper-parameters tuning methods for warm-start particles swarm optimization with cross and mutation (WS-PSO-CM…

Large Language Model

OptiMindTune: A Multi-Agent Framework for Intelligent Hyperparameter Optimization

2025-05-25 · Meher Bhaskar Madiraju, Meher Sai Preetam Madiraju

Hyperparameter optimization (HPO) is a critical yet challenging aspect of machine learning model development, significantly impacting model performance and generalization. Traditional HPO methods often struggle with high…

AutoMLDecision MakingHyperparameter OptimizationModel Selection

Agent-GWO: Collaborative Agents for Dynamic Prompt Optimization in Large Language Models

2026-04-14 · Xudong Wang, Chaoning Zhang, Chenghao Li, Shuxu Chen 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities in complex reasoning tasks, while recent prompting strategies such as Chain-of-Thought (CoT) have further elevated their performance in handling complex …

PABO: Pseudo Agent-Based Multi-Objective Bayesian Hyperparameter Optimization for Efficient Neural Accelerator Design

2019-06-11 · Maryam Parsa, Aayush Ankit, Amirkoushyar Ziabari, Kaushik Roy

The ever increasing computational cost of Deep Neural Networks (DNN) and the demand for energy efficient hardware for DNN acceleration has made accuracy and hardware cost co-optimization for DNNs tremendously important, …

Bayesian OptimizationHyperparameter Optimization

Remember, Don't Re-read: Stateful ReAct Agents for Token-Efficient Autonomous Experimentation

2026-06-12 · Faramarz Jabbarvaziri arxiv

The autoresearch pattern enables autonomous experimentation by having a large language model (LLM) iteratively modify code to optimize a target metric. Its stateless design, however, reconstructs experimental context fro…