Cost-Aware Multi-Objective Bandits: Theory and Application to Budgeted LLM Configuration Evaluation

📄 arXiv: 2608.04333v1 📥 PDF

作者: Bo Xue, Zhi Hong, Jiayi Li, Yuanyu Wan, Ji Cheng, Shuang Qiu

分类: cs.LG

发布日期: 2026-08-05


💡 一句话要点

提出成本感知多目标赌博模型以解决预算有限的LLM配置评估问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 大规模语言模型 多目标优化 成本感知 在线决策 Pareto识别 预算限制 超体积算法

📋 核心要点

  1. 现有的LLM配置评估方法在有限预算和多目标优化方面存在显著挑战,导致评估效率低下。
  2. 论文提出了一种成本感知的多目标赌博模型,通过超体积-成本指数优化在线配置选择,提升评估效果。
  3. 实验结果显示,所提框架在LLM配置评估任务中实现了高效决策和准确的Pareto识别,具有显著的性能提升。

📝 摘要(中文)

大规模语言模型(LLM)配置评估面临有限预算、成本变化和多个竞争目标的挑战。本文将LLM配置评估形式化为一个成本感知的多目标赌博问题,其中每个配置评估都涉及配置依赖的成本,并产生噪声向量值结果。我们研究了在线配置选择和Pareto配置识别两个基本问题,提出了一种基于超体积的UCB算法,优化乐观的超体积-成本指数,并建立了预算后悔界限。实验结果表明,该框架能够在有限预算下实现高效的在线决策和准确的成本感知Pareto识别。

🔬 方法详解

问题定义:本文旨在解决大规模语言模型配置评估中的成本和多目标优化问题。现有方法在有限预算下难以有效评估多个配置,导致评估效率低下。

核心思路:我们将LLM配置评估视为成本感知的多目标赌博问题,提出基于超体积的UCB算法,优化乐观的超体积-成本指数,以实现高效的在线配置选择。

技术框架:整体框架包括两个主要模块:在线配置选择和Pareto配置识别。在线配置选择使用超体积-成本指数进行决策,而Pareto配置识别则利用成本感知的经验间隙消除算法。

关键创新:本文的主要创新在于将成本因素引入多目标赌博模型,提出的算法在预算后悔界限和错误概率方面具有理论保证,显著提升了配置评估的效率。

关键设计:在算法设计中,设置了超体积-成本指数作为优化目标,并通过理论分析确定了预算后悔界限和错误概率的具体形式,确保算法在实际应用中的有效性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,所提出的框架在LLM配置评估任务中显著提高了决策效率和准确性。与基线方法相比,预算后悔界限的提升幅度达到O(log B),并且在Pareto配置识别中,错误概率以指数方式随预算增加而减小,验证了理论分析的有效性。

🎯 应用场景

该研究的潜在应用领域包括大规模语言模型的配置优化、自动化机器学习和资源受限环境下的决策支持系统。通过有效的配置评估,能够在预算限制下实现更优的模型性能,具有重要的实际价值和广泛的应用前景。

📄 摘要(原文)

Large language model (LLM) configuration evaluation is challenging due to limited evaluation budgets, varying costs, and multiple competing objectives. In this paper, we formulate LLM configuration evaluation as a cost-aware multi-objective bandit problem, where each configuration evaluation incurs a configuration-dependent cost and yields a noisy vector-valued outcome. Under this framework, we study two fundamental problems: online configuration selection and Pareto configuration identification. For online configuration selection, we propose a hypervolume-based UCB algorithm that optimizes an optimistic hypervolume-per-cost index. We establish a budgeted regret bound of order $O\bigl(\sum_{i\ne i^\star}\frac{\log B}{Δ_i}\bigr)$, where $B$ is the evaluation budget, $i^\star$ is the optimal configuration in terms of hypervolume efficiency, and $Δ_i$ is the corresponding efficiency gap of configuration $i$. This bound retains the logarithmic budget dependence of classical single-objective budgeted bandits. For fixed-budget Pareto identification, we develop a cost-aware empirical gap elimination algorithm and prove that its error probability is of order $O\bigl(\exp(-\frac{B}{H_{μ,c}})\bigr)$, where $H_{μ,c}$ is a cost-aware Pareto identification complexity depending on configuration costs and Pareto classification gaps. This error probability decays exponentially with the evaluation budget and recovers the standard Pareto set identification guarantee when all configuration costs are identical. Experiments on LLM configuration evaluation tasks demonstrate that the proposed framework enables efficient online decision-making and accurate cost-aware Pareto identification under limited budgets.