paper-with-me

홈 › Papers

Large Language Models as Optimizers: A Survey of Direct vs. Tool-Augmented Approaches and Their Performance Frontiers

2026-04-09 · Roko Peran, Luka Hobor, Mihael Kovac, Mario Brcic arxiv

Large Language Models (LLMs) are increasingly involved in complex mathematical optimization, even if the pragmatic user who triggers them is unaware of it. After all, many real-world problems reduce to the search for better or the best solutions. The field of LLM-as-optimizer has three paradigms: direct optimization, tool-augmented optimization, and tool-creating optimization. Direct optimization uses iterative prompting and heuristic generation to navigate solution spaces. Tool-augmented optimization translates natural language problems into formal specifications and orchestrates external solvers. Tool-creating optimization goes further, using LLMs to discover reusable algorithms or heuristics that can be deployed at zero marginal LLM cost. We describe current performance frontiers based on the benchmarks from the literature. We identify the critical reasoning gap in current architectures and argue for trade-offs between the future potential of direct optimization and the auditability of tool-augmented optimization. Even future, more powerful models might opt for tool-making to improve operational efficiency for repetitive families of problems.

📄 PDF Abstract BibTeX arXiv:2606.15577

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OmniOpt: Taxonomy, Geometry, and Benchmarking of Modern Optimizers

2026-07-04 · Siyuan Li, Jiabao Pan, Yumou Liu, Zhuoli Ouyang 외 hf

Optimizer selection for large-scale model training has become a system-level design decision constrained jointly by compute, memory, tuning budget, and task diversity, yet the landscape of over one hundred methods remain…

Image Classification

Navigating LLM Valley: From AdamW to Memory-Efficient and Matrix-Based Optimizers

2026-05-09 · Aditya Ranganath arxiv

Training large language models requires optimization algorithms that are not only statistically effective, but also computationally and memory efficient at extreme scale. Although Adam remains the dominant optimizer for …

Towards Direct Evaluation of Harness Optimizers via Priority Ranking

2026-05-21 · Kai Tzu-iunn Ong, Minseok Kang, Dongwook Choi, Junhee Cho 외 arxiv

Harness optimization enables automated agent creation by having an optimizer agent iteratively update the harness of target agents. Despite its success, current studies evaluate optimizers solely by observing target agen…

Tool Learning with Large Language Models: A Survey

2024-05-28 · Changle Qu, Sunhao Dai, Xiaochi Wei, Hengyi Cai 외

Recently, tool learning with large language models (LLMs) has emerged as a promising paradigm for augmenting the capabilities of LLMs to tackle highly complex problems. Despite growing attention and rapid advancements in…

Response GenerationSurveyTask Planning

Unleashing the Potential of Large Language Models as Prompt Optimizers: Analogical Analysis with Gradient-based Model Optimizers

2024-02-27 · Xinyu Tang, Xiaolei Wang, Wayne Xin Zhao, Siyuan Lu 외

Automatic prompt optimization is an important approach to improving the performance of large language models (LLMs). Recent research demonstrates the potential of using LLMs as prompt optimizers, which can generate impro…

MMLU