中文

AutoSG: LLM-Driven Solver Generation Solely from Task Prompts for Expensive Optimization

计算与语言 2026-05-26 v1 人工智能

摘要

Expensive optimization tasks are ubiquitous in real-world applications, demanding highly specialized solvers. While LLM-driven automated solver generation shows promise, current paradigms face three critical issues when tackling expensive optimization: factual hallucinations due to deficient domain knowledge, the frequent dismantling of previously established locally optimal structures during refinement, and the prohibitive evaluation costs alongside restricted generalization caused by executing on training instances. To address these issues, we introduce AutoSG, a fully automated workflow directly translating natural language prompts into executable customized solvers. AutoSG features three core innovations: a retrieval-augmented solver generation module strictly grounding code in verified literature; a one-step self-refinement operator introducing task-specific improvements while preserving critical structural components; and an instance-free Elo-based LLM-as-a-Judge evaluation mechanism rapidly establishing global rankings. Extensive evaluations across diverse expensive optimization tasks confirm AutoSG significantly outperforms human-designed state-of-the-art frameworks and existing LLM-generated solvers.

关键词

引用

@article{arxiv.2605.25658,
  title  = {AutoSG: LLM-Driven Solver Generation Solely from Task Prompts for Expensive Optimization},
  author = {Haoran Gu and Handing Wang and Yi Mei and Mengjie Zhang},
  journal= {arXiv preprint arXiv:2605.25658},
  year   = {2026}
}