LGJan 20

Multi-Objective Hierarchical Optimization with Large Language Models

arXiv:2601.13892v12 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting LLMs for optimization tasks, offering a domain-specific improvement for multi-objective problems.

The paper tackles the problem of using Large Language Models (LLMs) for multi-objective optimization by proposing a hierarchical search strategy that partitions the input space and uses LLMs as surrogate models and samplers, resulting in convergence to the Pareto set and empirical performance on par with standard algorithms.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes