paper-with-me

홈 › Papers

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

2025-06-12 · Xiaozhe Li, Jixuan Chen, Xinyu Fang, Shengyuan Ding, Haodong Duan, Qingwen Liu, Kai Chen

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}.

📄 PDF Abstract BibTeX arXiv:2506.10764

Code (1)

oliverleexz/opt-bench 공식 구현

Similar Papers 제목 키워드 기반

LiveNewsBench: Evaluating LLM Web Search Capabilities with Freshly Curated News

2026-02-14 · Yunfan Zhang, Kathleen McKeown, Smaranda Muresan arxiv

Large Language Models (LLMs) with agentic web search capabilities show strong potential for tasks requiring real-time information access and complex fact retrieval, yet evaluating such systems remains challenging. We int…

Question Generation

Mind2Web 2: Evaluating Agentic Search with Agent-as-a-Judge

2025-06-26 · Boyu Gou, Zanming Huang, Yuting Ning, Yu Gu 외

Agentic search such as Deep Research systems, where large language models autonomously browse the web, synthesize information, and return comprehensive citation-backed answers, represents a major shift in how users inter…

Benchmarking

Design Principles for the Construction of a Benchmark Evaluating Security Operation Capabilities of Multi-agent AI Systems

2026-03-30 · Yicheng Cai, Mitchell John DeStefano, Guodong Dong, Pulkit Handa 외 arxiv

As Large Language Models (LLMs) and multi-agent AI systems are demonstrating increasing potential in cybersecurity operations, organizations, policymakers, model providers, and researchers in the AI and cybersecurity com…

ScholarQuest: A Taxonomy-Guided Benchmark for Agentic Academic Paper Search in Open Literature Environments

2026-06-18 · Tingyue Pan, Mingyue Cheng, Daoyu Wang, Yitong Zhou 외 arxiv

Academic paper search is a core step in scientific research, and LLM-based search agents are emerging as a promising paradigm for iterative, intent-driven literature exploration. However, existing benchmarks are insuffic…

DEBATE: A Large-Scale Benchmark for Evaluating Opinion Dynamics in Role-Playing LLM Agents

2025-10-29 · Yun-Shiuan Chuang, Ruixuan Tu, Chengtao Dai, You Li 외 arxiv

Accurately modeling opinion change through social interactions is crucial for understanding and mitigating polarization, misinformation, and societal conflict. Recent work simulates opinion dynamics with role-playing LLM…