arXiv:2607.17708cs.AI2026-07

用大模型当教练,让多任务路径求解器更均衡高效

LaT: LLM-as-Trainer for Multi-Task Vehicle Routing Solvers

论文配图:LaT: LLM-as-Trainer for Multi-Task Vehicle Routing Solvers
图 1 · 摘自论文原文
  • 用预训练大模型动态生成训练指引向量
  • 在16种路径问题上提升解的质量,包括未见变体
  • 无需复杂优化,可直接插入现有模型提升性能

多任务神经求解器旨在统一建模多种车辆路径问题(VRP)变体,避免为每种约束组合单独训练。然而,不同VRP变体的优化难度差异显著,现有方法缺乏对训练进展的分阶段反馈,导致模型偏向某些特定变体。尽管元学习可支持自适应训练,但通常需要双层优化和额外梯度更新,计算成本高。为此,我们提出LLM-as-Trainer(LaT),一种即插即用的训练范式,利用预训练大语言模型作为外部教练。LaT定期分析跨任务验证指标,生成分阶段指导向量,该向量与当前任务约束向量结合后注入每个编码器层,为后续策略优化提供额外训练信息。在16种VRP变体上的实验表明,LaT提升了多个先进多任务神经求解器在已训练和未见变体上的解质量,验证了该训练范式的有效性与通用性。

原文摘要 · Abstract (English)

Multi-task neural solvers aim to handle multiple Vehicle Routing Problem (VRP) variants within a unified model, avoiding separate training for each constraint combination. However, VRP variants differ in optimization difficulty, while existing methods lack stage-wise feedback on their training status, making the model biased to some specific variants. Although meta-learning can support adaptive training, it typically requires bi-level optimization and additional gradient updates, increasing computational cost. To address this limitation, we propose LLM-as-Trainer (LaT), a plug-and-play training paradigm that uses a pretrained large language model as an external trainer. LaT periodically analyzes cross-task validation metrics to generate a stage-wise guidance vector. This vector is combined with the current task's constraint vector and injected into each encoder layer, providing the neural solver with additional training information during subsequent policy optimization. Experiments on 16 VRP variants show that LaT improves the solution quality of several state-of-the-art multi-task neural solvers on both trained and unseen variants, supporting the effectiveness and generality of the proposed training paradigm.

路径规划多任务学习大模型应用

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。