{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2509-23413","title":"URS: A Unified Neural Routing Solver for Cross-Problem Zero-Shot Generalization","arxiv_id":"2509.23413","date":"2025-09-27","proceeding":"ICML","authors":["Changliang Zhou","Canhong Yu","Shunyu Yao","Xi Lin","Zhenkun Wang","Yu Zhou","Qingfu Zhang"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2509.23413","url_pdf":"https://arxiv.org/pdf/2509.23413","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2509.23413","atlas_url":"https://app.syntology.ai/?focus=2509.23413","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2509.23413"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/CIAM-Group/URS","reach":{"status":"ok","spdx":"AGPL-3.0"}}],"summary":{"ran_fixture":1,"unverified":11},"by_repo_kind":{"found_in_text":{"samples":12,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":12,"samples":[{"code_sha256_prefix":"ae7acd105c3e55ab","entry":"augment_xy_data_by_8_fold","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"problem/ProblemDef.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/problem/ProblemDef.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"ae7acd105c3e55ab"}},{"code_sha256_prefix":"241296317e1a9878","entry":"build_derived_lists","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"problem/ProblemSet.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/problem/ProblemSet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"241296317e1a9878"}},{"code_sha256_prefix":"1da30244d1048884","entry":"distance_normalization","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"model/Model_LIB.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/model/Model_LIB.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1da30244d1048884"}},{"code_sha256_prefix":"0b8f10aaac740c27","entry":"format_duration","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"utils/utils.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"0b8f10aaac740c27"}},{"code_sha256_prefix":"fed51e0a46e25bd3","entry":"get_encoding","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"model/Model_LIB.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/model/Model_LIB.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"fed51e0a46e25bd3"}},{"code_sha256_prefix":"437678686c328e3d","entry":"get_random_problems","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"problem/ProblemDef.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/problem/ProblemDef.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"437678686c328e3d"}},{"code_sha256_prefix":"348f1a06cb4c58d3","entry":"get_random_problems_tsp","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"problem/ProblemDef.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/problem/ProblemDef.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"348f1a06cb4c58d3"}},{"code_sha256_prefix":"2d8ffe7645b6183b","entry":"obtain_all_hyperparameters","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"args.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/args.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"2d8ffe7645b6183b"}},{"code_sha256_prefix":"024da3e1138252f9","entry":"select_next_node","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"model/Model_LIB.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/model/Model_LIB.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"024da3e1138252f9"}},{"code_sha256_prefix":"3a9c3e471753198a","entry":"sort_by_name_length","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"problem/ProblemSet.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/problem/ProblemSet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"3a9c3e471753198a"}},{"code_sha256_prefix":"ebd1968d12425df2","entry":"to_float","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"utils/utils.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"ebd1968d12425df2"}},{"code_sha256_prefix":"1a7a8ad41f41f1cb","entry":"with_problem_prefix","repo":"CIAM-Group/URS","repo_kind":"found_in_text","path":"problem/ProblemSet.py","file_url":"https://github.com/CIAM-Group/URS/blob/HEAD/problem/ProblemSet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1a7a8ad41f41f1cb"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}