Large Language Models Powered Neural Solvers for Generalized Vehicle Routing Problems
Abstract
Neural Combinatorial Optimization (NCO) has shown promise in solving combinatorial optimization problems end-to-end with minimal expert-driven algorithm design. However, existing constructive NCO methods for Vehicle Routing Problems (VRPs) often rely on attention-based node selection mechanisms that struggle with large-scale instances. To address this, we propose a directed fine-tuning approach for NCO based on LLM-driven automatic heuristic design. We first introduce an evolution-driven process that extracts implicit structural features from input instances, forming LLM-guided attention bias. This bias is then integrated into the neural model’s attention scores, enhancing solution flexibility and scalability. Instead of retraining from scratch, we fine-tune the model on a small, diverse dataset to transfer learned heuristics effectively to larger problem instances. Experimental results show that our approach achieves state-of-the-art performance on TSP and CVRP, significantly improving generalization to both synthetic and real-world datasets (TSPLIB and CVRPLIB) with thousands of nodes.
Cite
Text
Tran et al. "Large Language Models Powered Neural Solvers for Generalized Vehicle Routing Problems." ICLR 2025 Workshops: AgenticAI, 2025.Markdown
[Tran et al. "Large Language Models Powered Neural Solvers for Generalized Vehicle Routing Problems." ICLR 2025 Workshops: AgenticAI, 2025.](https://mlanthology.org/iclrw/2025/tran2025iclrw-large/)BibTeX
@inproceedings{tran2025iclrw-large,
title = {{Large Language Models Powered Neural Solvers for Generalized Vehicle Routing Problems}},
author = {Tran, Cong Dao and Nguyen-Tri, Quan and Binh, Huynh Thi Thanh and Thanh-Tung, Hoang},
booktitle = {ICLR 2025 Workshops: AgenticAI},
year = {2025},
url = {https://mlanthology.org/iclrw/2025/tran2025iclrw-large/}
}