← Latest papers
🤖 machine learning

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

This paper addresses the challenge of evaluating large language model configurations under limited budgets by formulating the task as a cost-aware multi-objective bandit problem, proposing novel algorithms for online selection and Pareto identification with theoretical guarantees on budgeted regret and error probability, and validating their effectiveness through experiments.

Original authors: Bo Xue, Zhi Hong, Jiayi Li, Yuanyu Wan, Ji Cheng, Shuang Qiu

Published 2026-08-06
📖 5 min read🧠 Deep dive

Original authors: Bo Xue, Zhi Hong, Jiayi Li, Yuanyu Wan, Ji Cheng, Shuang Qiu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are the captain of a spaceship, but your fuel tank is tiny and your map is full of fog. You need to find the best route to a distant planet, but you don't know which path is fast, which is safe, and which uses the least fuel. In the world of artificial intelligence, this is exactly what happens when engineers try to tune "Large Language Models" (LLMs)—the super-smart computer brains that write stories, solve math problems, and chat with us. These models have thousands of different settings, like the size of the brain, the way it thinks, and how fast it talks. Testing every single setting is like trying to fly to every star in the galaxy; it costs too much money, takes too much time, and burns up too many computer resources.

To solve this, scientists use a clever trick called a "bandit problem." Think of it like a row of slot machines in a casino. You don't know which machine pays out the most, so you have to pull a few levers to guess. But here's the twist: some machines cost a penny to play, while others cost a dollar. If you just play the expensive ones hoping for a big win, you'll go broke before you find the best one. You also have to juggle multiple goals: maybe you want the machine that pays the most and the one that is the fastest. This paper tackles that exact puzzle: how do you find the best AI settings when every test costs a different amount, and you have to balance speed, accuracy, and cost all at once?

The authors of this paper, Bo Xue and their team, decided to treat the search for the perfect AI settings like a high-stakes game of "guess the best route" with a strict budget. They realized that previous methods were missing two big clues: they often ignored that some tests cost way more than others, and they usually only looked for one "best" answer instead of a group of "good enough" answers that trade off different strengths. So, they built two new game strategies to play this budgeted game smarter.

First, they created a strategy for making decisions on the fly, called CoHV-UCB. Imagine you are walking through a forest with a limited amount of money for snacks. Every time you stop to taste a berry, it costs you a different amount of cash. Some berries are cheap but taste okay; others are expensive but amazing. This algorithm acts like a super-smart forager. It doesn't just look at how tasty a berry is; it calculates a "bang for your buck" score. It asks, "If I spend my last few coins on this expensive berry, will it give me a better taste-per-dollar than the cheap one?" The paper proves mathematically that this method is incredibly efficient. It shows that the "regret"—the amount of deliciousness you miss out on by not picking the perfect berry every time—grows very slowly, only as fast as the logarithm of your budget. In plain English, even if you have a huge budget, this method ensures you don't waste money on the wrong berries, and it gets the math right down to the last decimal point.

Second, they built a strategy for finding the "Pareto Set," which is a fancy way of saying "the group of all the best trade-offs." Imagine you are shopping for a car. You can't have the fastest car, the safest car, and the cheapest car all in one. You might have to choose between a fast, expensive sports car or a safe, slow family van. The "Pareto Set" is the list of cars where you can't get better speed without paying more, or better safety without slowing down. The authors' new algorithm, CoPSI, is like a detective that eliminates the bad cars quickly. It looks at the cars you've tested so far, figures out which ones are clearly worse than others, and stops testing them to save your budget for the tricky ones that are still in the running. The paper shows that this method is incredibly good at finding the right list of trade-off cars. If you give it enough budget, the chance of it making a mistake drops so fast it's almost impossible to get wrong. It's like if you have enough money to test every car, you will almost certainly find the perfect list of options.

The team didn't just write these ideas on paper; they tested them in the real world using actual Large Language Models. They set up experiments where they had to choose between different models, prompts, and settings using real data from math and reasoning tests. The results were clear: their new methods beat the old ways of doing things. When they used the "bang for your buck" strategy, they saved a massive amount of money (tokens) while still finding the best AI settings. When they used the "trade-off finder," they were much better at identifying the group of best options compared to just testing everything randomly or ignoring the costs.

In short, this paper gives us a new rulebook for playing the game of AI tuning. It tells us that if we want to find the best AI settings without breaking the bank, we need to stop treating every test as if it costs the same. We need to be smart about how we spend our budget, balancing the cost of a test against the multiple goals we want to achieve. The authors have shown that by doing this, we can make AI development faster, cheaper, and more effective, ensuring that we don't waste our limited resources on experiments that don't pay off.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →