LLaMoCo:面向优化代码生成的大语言模型指令微调

LLaMoCo: Instruction Tuning of Large Language Models for Optimization Code Generation

IEEE Transactions on Evolutionary Computation · 2026
被引 2 · 同刊同年前 2%
ABS 4

中文导读

提出LLaMoCo框架,通过指令微调让大语言模型以代码到代码的方式生成优化算法,在合成和真实问题上性能优于GPT-4等模型。

Abstract

Recently, combining the strength of large language models (LLMs) and Evolutionary Computation (EC) has shown promising results for addressing optimization problems. It typically involves either iterative next-step solution seeking or directly prompting LLMs to generate critical optimization codes. However, these methods often suffer from low computational efficiency, high sensitivity to prompt design, and a lack of domain-specific knowledge. We introduce LLaMoCo, the first instruction-tuning framework designed to adapt LLMs for solving optimization problems in a code-to-code manner. LLaMoCo features a comprehensive instruction set that includes code-style problem descriptions as input prompts and robust optimization codes from expert EC optimizers as target outputs. We then develop a novel two-phase learning strategy with a contrastive learning-based warm-up to enhance convergence during instruction tuning. Extensive experiments demonstrate that a CodeGen (350M) model tuned by our LLaMoCo yields a powerful domain-specific model for generating high-performance optimizers, achieving superior performance compared to GPT-4 family and other competitors on both synthetic and realistic problem sets.

大语言模型进化计算优化问题代码生成指令微调