paper-with-me

Papers

A Meta-Knowledge-Augmented LLM Framework for Hyperparameter Optimization in Time-Series Forecasting

2026-02-01 · Ons Saadallah, Mátyás andó, Tamás Gábor Orosz arxiv

Hyperparameter optimization (HPO) plays a central role in the performance of deep learning models, yet remains computationally expensive and difficult to interpret, particularly for time-series forecasting. While Bayesian Optimization (BO) is a standard approach, it typically treats tuning tasks independently and provides limited insight into its decisions. Recent advances in large language models (LLMs) offer new opportunities to incorporate structured prior knowledge and reasoning into optimization pipelines. We introduce LLM-AutoOpt, a hybrid HPO framework that combines BO with LLM-based contextual reasoning. The framework encodes dataset meta-features, model descriptions, historical optimization outcomes, and target objectives as structured meta-knowledge within LLM prompts, using BO to initialize the search and mitigate cold-start effects. This design enables context-aware and stable hyperparameter refinement while exposing the reasoning behind optimization decisions. Experiments on a multivariate time series forecasting benchmark demonstrate that LLM-AutoOpt achieves improved predictive performance and more interpretable optimization behavior compared to BO and LLM baselines without meta-knowledge.

📄 PDF Abstract BibTeX arXiv:2602.01445

Code (0)

등록된 구현이 없습니다.

Tasks

Multivariate Time Series ForecastingHyperparameter Optimization

Similar Papers 제목 키워드 기반

LLMs as In-Context Meta-Learners for Model and Hyperparameter Selection

2025-10-30 · Youssef Attia El Hili, Albert Thomas, Malik Tiomoko, Abdelhakim Benechehab 외 arxiv

Model and hyperparameter selection are critical but challenging in machine learning, typically requiring expert intuition or expensive automated search. We investigate whether large language models (LLMs) can act as in-c…

Hyperparameter Optimization

XAutoLM: Efficient Fine-Tuning of Language Models via Meta-Learning and AutoML

2025-07-30 · Ernesto L. Estevanell-Valladares, Suilan Estevez-Velarde, Yoan Gutiérrez, Andrés Montoyo 외 arxiv

Experts in machine learning leverage domain knowledge to navigate decisions in model selection, hyperparameter optimization, and resource allocation. This is particularly critical for fine-tuning language models (LMs), w…

Hyperparameter OptimizationText Classification

BiERL: A Meta Evolutionary Reinforcement Learning Framework via Bilevel Optimization

2023-08-01 · Junyi Wang, Yuanyang Zhu, Zhi Wang, Yan Zheng 외

Evolutionary reinforcement learning (ERL) algorithms recently raise attention in tackling complex reinforcement learning (RL) problems due to high parallelism, while they are prone to insufficient exploration or model co…

Bilevel OptimizationDiversityMuJoCoreinforcement-learning+2

Learning to Warm-Start Bayesian Hyperparameter Optimization

2017-10-17 · Jungtaek Kim, Saehoon Kim, Seungjin Choi

Hyperparameter optimization aims to find the optimal hyperparameter configuration of a machine learning model, which provides the best performance on a validation dataset. Manual search usually leads to get stuck in a lo…

Bayesian Optimizationglobal-optimizationHyperparameter OptimizationMetric Learning

Online Hyperparameter Meta-Learning with Hypergradient Distillation

2021-10-06 · ICLR 2022 4 · Hae Beom Lee, Hayeon Lee, Jaewoong Shin, Eunho Yang 외

Many gradient-based meta-learning methods assume a set of parameters that do not participate in inner-optimization, which can be considered as hyperparameters. Although such hyperparameters can be optimized using the exi…

Hyperparameter OptimizationKnowledge DistillationMeta-Learning