paper-with-me

홈 › Papers

Tree-Structured Synergy of Large Language Models and Bayesian Optimization for Efficient CASH

2026-01-18 · Beicheng Xu, Weitong Qian, Lingching Tung, Yupeng Lu, Bin Cui arxiv

To lower the expertise barrier in machine learning, the AutoML community has focused on the CASH problem, which jointly automates algorithm selection and hyperparameter tuning. While traditional methods like Bayesian Optimization (BO) struggle with cold-start issues, Large Language Models (LLMs) can mitigate these through semantic priors. However, existing LLM-based optimizers generalize poorly to high-dimensional, structured CASH spaces. In this paper, we propose LB-MCTS, a trajectory-structured optimization framework that uses a Monte Carlo Tree Search tree as a shared state for algorithm selection, hyperparameter refinement, and BO-LLM proposer synergy. Within this shared state, BO provides algorithm-specific surrogate modeling for quantitative search, while the LLM exploits path-aware selective memory to generate semantic proposals and reflections. As the surrogate model improves, a reliability-aware proposer policy adaptively shifts from LLM-driven to BO-driven proposals within a unified search trajectory. Experiments on 104 AMLB datasets demonstrate that LB-MCTS consistently outperforms BO-based, LLM-based, and hybrid baselines.

📄 PDF Abstract BibTeX arXiv:2601.12355

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Variational Bayesian Methods for a Tree-Structured Stick-Breaking Process Mixture of Gaussians by Application of the Bayes Codes for Context Tree Models

2024-05-01 · Yuta Nakahara

The tree-structured stick-breaking process (TS-SBP) mixture model is a non-parametric Bayesian model that can represent tree-like hierarchical structures among the mixture components. For TS-SBP mixture models, only a Ma…

Computational EfficiencyText Compression

CancerGPT: Few-shot Drug Pair Synergy Prediction using Large Pre-trained Language Models

2023-04-18 · TianHao Li, Sandesh Shetty, Advaith Kamath, Ajay Jaiswal 외

Large pre-trained language models (LLMs) have been shown to have significant potential in few-shot learning across various fields, even with minimal training data. However, their ability to generalize to unseen tasks in …

Few-Shot LearningPrediction

Semantic Decomposition Improves Learning of Large Language Models on EHR Data

2022-11-14 · David A. Bloore, Romane Gauriau, Anna L. Decker, Jacob Oppenheim

Electronic health records (EHR) are widely believed to hold a profusion of actionable insights, encrypted in an irregular, semi-structured format, amidst a loud noise background. To simplify learning patterns of health a…

Graph AttentionMedical Diagnosis

Bayesian Structured Prediction Using Gaussian Processes

2013-07-15 · Sebastien Bratieres, Novi Quadrianto, Zoubin Ghahramani

We introduce a conceptually novel structured prediction model, GPstruct, which is kernelized, non-parametric and Bayesian, by design. We motivate the model with respect to existing approaches, among others, conditional r…

Gaussian ProcessesPredictionStructured Prediction

Bayesian Optimization with Tree-structured Dependencies

2017-08-01 · ICML 2017 8 · Rodolphe Jenatton, Cedric Archambeau, Javier González, Matthias Seeger

Bayesian optimization has been successfully used to optimize complex black-box functions whose evaluations are expensive. In many applications, like in deep learning and predictive analytics, the optimization domain…

Bayesian OptimizationBinary ClassificationGaussian Processes