AILGJun 12, 2025

OPT-BENCH: Evaluating LLM Agent on Large-Scale Search Spaces Optimization Problems

Peking U
arXiv:2506.10764v110 citationsh-index: 33Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for better evaluation of LLM agents in iterative optimization, which is important for researchers in AI and machine learning, though it is incremental as it builds on existing LLM capabilities.

The authors tackled the problem of evaluating LLM agents on large-scale optimization tasks by introducing OPT-BENCH, a benchmark with 30 real-world and NP problems, and found that incorporating historical context significantly improves performance across tasks.

Large Language Models (LLMs) have shown remarkable capabilities in solving diverse tasks. However, their proficiency in iteratively optimizing complex solutions through learning from previous feedback remains insufficiently explored. To bridge this gap, we present OPT-BENCH, a comprehensive benchmark designed to evaluate LLM agents on large-scale search space optimization problems. OPT-BENCH includes 20 real-world machine learning tasks sourced from Kaggle and 10 classical NP problems, offering a diverse and challenging environment for assessing LLM agents on iterative reasoning and solution refinement. To enable rigorous evaluation, we introduce OPT-Agent, an end-to-end optimization framework that emulates human reasoning when tackling complex problems by generating, validating, and iteratively improving solutions through leveraging historical feedback. Through extensive experiments on 9 state-of-the-art LLMs from 6 model families, we analyze the effects of optimization iterations, temperature settings, and model architectures on solution quality and convergence. Our results demonstrate that incorporating historical context significantly enhances optimization performance across both ML and NP tasks. All datasets, code, and evaluation tools are open-sourced to promote further research in advancing LLM-driven optimization and iterative reasoning. Project page: \href{https://github.com/OliverLeeXZ/OPT-BENCH}{https://github.com/OliverLeeXZ/OPT-BENCH}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes