New benchmark evaluates LLMs on black-box optimization from natural-language descriptions
BBOWP-Bench introduces a dataset and evaluation framework for a novel problem setting where systems must infer both a search space and an optimization algorithm from text.
1 source · cross-referenced
- LLMs can select suitable optimization algorithms based on evaluation budgets but struggle with search-space design in less informative problem descriptions.
- The BBOWP-Bench dataset combines natural-language problem descriptions, executable evaluation environments, and human-designed baseline formulations.
- The benchmark targets black-box optimization problems where only objective values are observable and the functional form is unavailable.
- Authors provide the first evaluation of LLMs on this setting, highlighting both strengths and limitations.
Researchers propose Black-Box Optimization Word Problems (BBOWP), a problem setting where a system must infer both a search space and an optimization algorithm from a natural-language description of a black-box optimization task. In this setting, only objective values are observable and the functional form is unavailable, making problem formulation and algorithm selection central challenges.
To support research on BBOWP, the team introduces the BBOWP Benchmark Suite (BBOWP-Bench), a dataset and evaluation framework that pairs each instance with a natural-language problem description, an executable evaluation environment, and a human-designed baseline formulation. This design enables evaluation of both search-space design and algorithm selection.
Using BBOWP-Bench, the authors conduct the first evaluation of large language models (LLMs) on this task. They find that current LLMs can select suitable algorithms based on the given evaluation budget, demonstrating competence in algorithm recommendation under constrained computational resources.
However, the evaluation also reveals limitations: LLMs sometimes struggle with search-space design, particularly in identifying important variables and balancing their ranges when the problem description is less informative or the search space is highly problem-specific. These findings point to areas where automated problem formulation remains challenging.
The BBOWP-Bench dataset and code are publicly available, providing a foundation for further research into automating black-box optimization workflows with LLMs.
- Aug 5, 2026 · arXiv cs.CL
Researchers release TabletCraft, an open-source system for bidirectional Akkadian–English translation and cuneiform rendering
Trust79 - Aug 5, 2026 · arXiv cs.AI
Researchers propose self-organising digital circuits that reconfigure logic around faults with near-perfect accuracy
Trust79 - Aug 5, 2026 · arXiv cs.AI
Researchers propose ISEE system to improve LLM-based agents’ performance on data tasks
Trust79