Multi-Objective Hierarchical Optimization with Large Language Models
Andrej Schwanke, Lyubomir Ivanov, David Salinas, Frank Hutter, Arber Zela
TL;DR
MOHOLLM addresses black-box multi-objective optimization by integrating Large Language Models as both region-specific samplers and surrogates within a hierarchical, axis-aligned space-partitioning framework. It adaptively splits the input domain into disjoint hyperrectangles, scores regions with a composite metric that blends regional Hypervolume contribution, geometric size, and uncertainty, and uses the LLM to generate localized candidates and predict objective values, selecting batches for true evaluation to maximize HV. The authors prove almost-sure convergence of the sampled points to the true Pareto set in Hausdorff distance $d_H$, and HV consistency under standard assumptions. Empirically, MOHOLLM outperforms a global LLM baseline and is competitive with state-of-the-art MOBO and MOEAs across 15 synthetic and real-world benchmarks, with extensive ablations demonstrating the importance of LLM size, prompt design, and surrogate capabilities.
Abstract
Despite their widespread adoption in various domains, especially due to their powerful reasoning capabilities, Large Language Models (LLMs) are not the off-the-shelf choice to drive multi-objective optimization yet. Conventional strategies rank high in benchmarks due to their intrinsic capabilities to handle numerical inputs and careful modelling choices that balance exploration and Pareto-front exploitation, as well as handle multiple (conflicting) objectives. In this paper, we close this gap by leveraging LLMs as surrogate models and candidate samplers inside a structured hierarchical search strategy. By adaptively partitioning the input space into disjoint hyperrectangular regions and ranking them with a composite score function, we restrict the generative process of the LLM to specific, high-potential sub-spaces, hence making the problem easier to solve as the LLM doesn't have to reason about the global structure of the problem, but only locally instead. We show that under standard regularity assumptions, our algorithm generates candidate solutions that converge to the true Pareto set in Hausdorff distance. Empirically, it consistently outperforms the global LLM-based multi-objective optimizer and is on par with standard evolutionary and Bayesian optimization algorithm on synthetic and real-world benchmarks.
