LB-MCTS: Synergizing Large Language Models and Bayesian Optimization for Efficient CASH
Beicheng Xu, Weitong Qian, Lingching Tung, Yupeng Lu, Bin Cui
TL;DR
LB-MCTS addresses CASH by integrating Large Language Models with Bayesian Optimization inside a Monte Carlo Tree Search framework. It introduces Selective Tuning Memory to provide algorithm-specific context, a tree-structured search to balance inter- and intra-algorithm exploration, and a dynamic switching mechanism that blends LLM- and BO-proposed configurations. Empirical results across 104 AMLB datasets show LB-MCTS outperforming BO, LLM, and hybrid baselines while maintaining cost efficiency, illustrating improved sample efficiency and robustness in high-dimensional AutoML spaces. The approach holds practical impact for deploying AutoML systems that combine semantic priors with rigorous optimization, enabling faster convergence and better generalization in diverse tasks.
Abstract
To lower the expertise barrier in machine learning, the AutoML community has focused on the CASH problem, a fundamental challenge that automates the process of algorithm selection and hyperparameter tuning. While traditional methods like Bayesian Optimization (BO) struggle with cold-start issues, Large Language Models (LLMs) can mitigate these via semantic priors. However, existing LLM-based optimizers generalize poorly to the high-dimensional, structured CASH space. We propose LB-MCTS, a framework synergizing LLMs and BO within a Monte Carlo Tree Search structure. It maximizes LLM reasoning with Selective Tuning Memory (STM) and explicit exploration-exploitation trade-off. It combines the strengths of both paradigms by dynamically shifting from LLM-driven to BO-driven proposals as data accumulates. Experiments on 104 AMLB datasets demonstrate the superiority of LB-MCTS over the competitive baselines.
