paper-with-me

Papers

LLMs for Bayesian Optimization in Scientific Domains: Are We There Yet?

2025-09-24 · Rushil Gupta, Jason Hartford, Bang Liu arxiv

Large language models (LLMs) have recently been proposed as general-purpose agents for experimental design, with claims that they can perform in-context experimental design. We evaluate this hypothesis using both open- and closed-source instruction-tuned LLMs applied to genetic perturbation and molecular property discovery tasks. We find that LLM-based agents show no sensitivity to experimental feedback: replacing true outcomes with randomly permuted labels has no impact on performance. Across benchmarks, classical methods such as linear bandits and Gaussian process optimization consistently outperform LLM agents. We further propose a simple hybrid method, LLM-guided Nearest Neighbour (LLMNN) sampling, that combines LLM prior knowledge with nearest-neighbor sampling to guide the design of experiments. LLMNN achieves competitive or superior performance across domains without requiring significant in-context adaptation. These results suggest that current open- and closed-source LLMs do not perform in-context experimental design in practice and highlight the need for hybrid frameworks that decouple prior-based reasoning from batch acquisition with updated posteriors.

📄 PDF Abstract BibTeX arXiv:2509.21403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SemanticOpt: Towards LLM-Based Semantic Black-Box Optimization

2025-10-29 · Jamison Meindl, Yunsheng Tian, Tony Cui, Veronika Thost 외 arxiv

Optimizing an experimental system can be extremely challenging when each experiment is expensive, time-consuming, or difficult to perform. Existing optimizers for expensive black-box problems, such as Bayesian optimizati…

A Sober Look at LLMs for Material Discovery: Are They Actually Good for Bayesian Optimization Over Molecules?

2024-02-07 · Agustinus Kristiadi, Felix Strieth-Kalthoff, Marta Skreta, Pascal Poupart 외

Automation is one of the cornerstones of contemporary material discovery. Bayesian optimization (BO) is an essential part of such workflows, enabling scientists to leverage prior domain knowledge into efficient explorati…

Bayesian OptimizationEfficient Exploration

Designing over uncertain outcomes with stochastic sampling Bayesian optimization

2019-11-05 · Peter D. Tonner, Daniel V. Samarov, A. Gilad Kusne

Optimization is becoming increasingly common in scientific and engineering domains. Oftentimes, these problems involve various levels of stochasticity or uncertainty in generating proposed solutions. Therefore, optimizat…

Bayesian OptimizationDecision Making

Unleashing LLMs in Bayesian Optimization: Preference-Guided Framework for Scientific Discovery

2026-05-18 · Xinzhe Yuan, Zhuo Chen, Jianshu Zhang, Huan Xiong 외 arxiv

Scientific discovery is increasingly constrained by costly experiments and limited resources, underscoring the need for efficient optimization in AI for science. Bayesian Optimization (BO), though widely adopted for bala…

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

2026-05-21 · Zhuo Chen, Xinzhe Yuan, Jianshu Zhang, Jinzong Dong 외 arxiv

The high cost and data scarcity in scientific exploration have motivated the use of large language models (LLMs) as knowledge-driven components in Bayesian optimization (BO). However, existing approaches typically embed …