STRCMP: Integrating Graph Structural Priors with Language Models for Combinatorial Optimization
Xijun Li, Jiexiang Yang, Jinghao Wang, Bo Peng, Jianguo Yao, Haibing Guan

TL;DR
STRCMP introduces a structure-aware framework combining graph neural networks and large language models to improve algorithm discovery for combinatorial optimization problems, enhancing solution quality and efficiency.
Contribution
It is the first to systematically integrate structural priors into LLM-based algorithm discovery for CO problems, improving performance over existing methods.
Findings
Outperforms five strong neural and LLM-based methods in solution optimality.
Achieves significant improvements in computational efficiency.
Demonstrates effectiveness across multiple benchmark datasets.
Abstract
Combinatorial optimization (CO) problems, central to operation research and theoretical computer science, present significant computational challenges due to their NP-hard nature. While large language models (LLMs) have emerged as promising tools for CO--either by directly generating solutions or synthesizing solver-specific codes--existing approaches often neglect critical structural priors inherent to CO problems, leading to suboptimality and iterative inefficiency. Inspired by human experts' success in leveraging CO structures for algorithm design, we propose STRCMP, a novel structure-aware LLM-based algorithm discovery framework that systematically integrates structure priors to enhance solution quality and solving efficiency. Our framework combines a graph neural network (GNN) for extracting structural embeddings from CO instances with an LLM conditioned on these embeddings to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Model-Driven Software Engineering Techniques · Constraint Satisfaction and Optimization
MethodsGraph Neural Network
