← Latest papers
💻 computer science

LABO: LLM-Accelerated Bayesian Optimization through Broad Exploration and Selective Experimentation

The paper introduces LABO, a novel Bayesian optimization framework that enhances scientific discovery efficiency by dynamically balancing low-cost LLM predictions for broad exploration with selective, costly real-world experiments for high-uncertainty regions, thereby achieving superior sample efficiency and theoretical regret bounds compared to existing methods.

Original authors: Zhuo Chen (equal contribution), Xinzhe Yuan (equal contribution), Jianshu Zhang (Shanghai Artificial Intelligence Laboratory, Shanghai, China, School of Computer Science, Shanghai Jiao Tong University
Published 2026-05-22
📖 4 min read☕ Coffee break read

Original authors: Zhuo Chen (equal contribution), Xinzhe Yuan (equal contribution), Jianshu Zhang (Shanghai Artificial Intelligence Laboratory, Shanghai, China, School of Computer Science, Shanghai Jiao Tong University, Shanghai, China), Jinzong Dong (Shanghai Artificial Intelligence Laboratory, Shanghai, China, School of Automation, Central South University, Changsha, China), Ruichen Zhou (College of New Energy and Materials, China University of Petroleum, Beijing, China), Yingchun Niu (College of New Energy and Materials, China University of Petroleum, Beijing, China), Tianhang Zhou (College of Carbon Neutrality Future Technology, China University of Petroleum, Beijing, China), Yu Yang Fredrik Liu (DeepVerse PTE. LTD., Singapore), Yuqiang Li (Shanghai Artificial Intelligence Laboratory, Shanghai, China), Nanyang Ye (Shanghai Artificial Intelligence Laboratory, Shanghai, China, School of Computer Science, Shanghai Jiao Tong University, Shanghai, China), Qinying Gu (Shanghai Artificial Intelligence Laboratory, Shanghai, China)

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 a chef trying to invent the world's perfect sandwich. You have a limited budget for ingredients, and every time you make a sandwich to taste-test it, it costs you $100 and takes all day. You can't just make thousands of sandwiches to find the best one; you have to be smart about which ones you actually cook.

This is the problem scientists face when designing new drugs, materials, or batteries. The "experiments" are expensive and slow. This is where LABO comes in.

Here is how the paper explains LABO, using simple analogies:

1. The Problem: The "Cold Start" and the "Empty Wallet"

Traditional methods (called Bayesian Optimization) are like a chef who only tastes the sandwich after baking it.

  • The Cold Start: At the very beginning, the chef has no idea what ingredients work well. They have to guess blindly, wasting expensive ingredients.
  • The Budget: Since every taste test costs $100, the chef can only make a few sandwiches. If they guess wrong too often, they run out of money before finding the perfect recipe.

2. The New Idea: The "Super-Taster" AI

The authors introduce a Large Language Model (LLM) as a "Super-Taster."

  • The Super-Taster: This AI has read millions of cookbooks, scientific papers, and recipes. It can look at a list of ingredients and say, "I bet this combination will taste amazing," without actually cooking it.
  • The Cost: Asking the AI costs almost nothing (like $1). It's fast and free compared to the $100 real experiment.

3. How LABO Works: The "Gating" System

The paper's big innovation isn't just using the AI; it's knowing when to trust it and when to ignore it. They call this a "Gating Criterion."

Imagine the chef has a rule:

  • If the AI is confident: The chef asks the AI, "What do you think of this recipe?" If the AI says, "This looks great based on my reading," the chef doesn't cook it yet. They just write the prediction down. This lets them "taste" hundreds of recipes in their head for free, exploring the whole kitchen.
  • If the AI is unsure: If the AI says, "I'm not sure, this is a weird combination," or if the chef's past experience suggests the AI might be wrong, the Gate Opens. Now, the chef actually cooks the sandwich (the expensive real experiment) to get the true answer.

The Magic: The system learns to trust the AI for broad exploration (looking at the whole menu) but saves the expensive money only for the specific spots where the AI is confused or where the real answer is most uncertain.

4. The "Correction" Mechanism

The paper also mentions a clever math trick (called the KOH model).

  • Think of the AI's prediction as a rough sketch of the sandwich.
  • The "Discrepancy" is the difference between the sketch and the real taste.
  • LABO learns to draw a line: "The AI is usually 80% right, but here is the 20% where it gets it wrong." It uses the cheap AI sketches to get the general shape right, and only spends money to fix the specific parts where the sketch is blurry.

5. The Results: More Bang for the Buck

The paper tested this on real scientific tasks, like designing new materials for batteries or optimizing chemical reactions.

  • The Outcome: LABO found better recipes (solutions) faster than the old methods.
  • The Efficiency: It achieved the same results as the traditional method but used far fewer expensive "real" experiments. It was like finding the best sandwich by tasting 10 real ones instead of 30, because the AI helped filter out the bad ideas first.
  • Safety: Even if the AI sometimes gives bad advice, the "Gate" catches it. The system automatically switches back to real experiments when the AI's confidence drops, ensuring the chef doesn't waste money on a bad guess.

Summary

LABO is a smart workflow that uses a cheap, knowledgeable AI to scan the entire search space broadly. It only spends expensive money on real experiments when the AI is unsure or when the AI's guess needs to be verified. This allows scientists to find the best solutions much faster and cheaper than before, without needing to run thousands of costly physical tests.

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 →