Papers › URS: A Unified Neural Routing Solver for Cross-Problem Zero-Shot Generalization

URS: A Unified Neural Routing Solver for Cross-Problem Zero-Shot Generalization

27 Sep 2025ICMLarXiv:2509.23413added by Syntology

Changliang Zhou, Canhong Yu, Shunyu Yao, Xi Lin, Zhenkun Wang, Yu Zhou, Qingfu Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multi-task neural routing solvers have emerged as a promising paradigm for their ability to solve multiple vehicle routing problems (VRPs) using a single model. However, existing neural solvers typically rely on predefined problem constraints or require per-problem fine-tuning, which substantially limits their zero-shot generalization ability to unseen VRP variants. To address this critical bottleneck, we propose URS, a unified neural routing solver that achieves zero-shot generalization across a wide range of unseen VRPs with a single model. We propose a unified data representation (UDR) that replaces problem enumeration with data unification, thereby broadening the problem coverage and reducing reliance on domain expertise. In addition, we introduce a mixed bias module (MBM) during encoding to improve node embeddings, which efficiently captures multiple priors inherent to various problems. On top of the UDR, we develop a problem-conditioned parameter generator to further improve zero-shot generalization. Extensive experiments show that URS consistently produces high-quality solutions for 110 VRP variants (including 99 unseen variants) while demonstrating impressive scalability to large-scale instances with up to 7000 nodes. To the best of our knowledge, URS is the first neural solver to handle over 100 VRP variants with a single model. Our code is available at https://github.com/CIAM-Group/URS.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.23413")

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

CIAM-Group/URS found in paper text by SyntologyAGPL-3.0 report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
11unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from CIAM-Group/URS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

augment_xy_data_by_8_fold CIAM-Group/URS/problem/ProblemDef.py found in paper text by Syntology ran · fixture could not drive it fingerprinted AGPL-3.0 (copyleft) · pointer only · ae7acd105c3e55ab · report
build_derived_lists CIAM-Group/URS/problem/ProblemSet.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 241296317e1a9878 · report
distance_normalization CIAM-Group/URS/model/Model_LIB.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 1da30244d1048884 · report
format_duration CIAM-Group/URS/utils/utils.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 0b8f10aaac740c27 · report
get_encoding CIAM-Group/URS/model/Model_LIB.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · fed51e0a46e25bd3 · report
get_random_problems CIAM-Group/URS/problem/ProblemDef.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 437678686c328e3d · report
get_random_problems_tsp CIAM-Group/URS/problem/ProblemDef.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 348f1a06cb4c58d3 · report
obtain_all_hyperparameters CIAM-Group/URS/args.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 2d8ffe7645b6183b · report
select_next_node CIAM-Group/URS/model/Model_LIB.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 024da3e1138252f9 · report
sort_by_name_length CIAM-Group/URS/problem/ProblemSet.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 3a9c3e471753198a · report
to_float CIAM-Group/URS/utils/utils.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · ebd1968d12425df2 · report
with_problem_prefix CIAM-Group/URS/problem/ProblemSet.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 1a7a8ad41f41f1cb · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.23413, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections