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

ArXiv CS.CL2026-05-26NEWSen作者: Haoran Gu, Handing Wang, Yi Mei, Mengjie Zhang

摘要

arXiv:2605.25658v1 Announce Type: new Abstract: 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;