Papers › HAPS: Hierarchical LLM Routing with Joint Architecture and Parameter Search

HAPS: Hierarchical LLM Routing with Joint Architecture and Parameter Search

9 Jan 2026arXiv:2601.05903added by Syntology

Zihang Tian, Rui Li, Jingsen Zhang, Xiaohe Bo, Wei Huo, Xu Chen

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

Large language model (LLM) routing aims to exploit the specialized strengths of different LLMs for diverse tasks. However, existing approaches typically focus on selecting LLM architectures while overlooking parameter settings, which are critical for task performance. In this paper, we introduce HAPS, a hierarchical LLM routing framework that jointly searches over model architectures and parameters. Specifically, we use a high-level router to select among candidate LLM architectures, and then search for the optimal parameters for the selected architectures based on a low-level router. We design a parameter generation network to share parameters between the two routers to mutually enhance their capabilities. In the training process, we design a reward-augmented objective to effectively optimize our framework. Experiments on two commonly used benchmarks show that HAPS consistently outperforms strong routing baselines. We have released our code at https://github.com/zihangtian/HAPS.

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="2601.05903")

Code

Syntology Ran 15 of 29 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · our draft was wrong; 8 ran with no contract checked.

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

zihangtian/HAPS found in paper text by Syntology 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

29 samples harvested; 15 ran; 2 honoured the contract we drafted; 14 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.

2ran · honoured contract
5ran · our draft was wrong
8ran
14unverified

Licence: 29 of the 29 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 zihangtian/HAPS. “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.

Retriever zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · 421651a025757bd2 · report
_build_mlp zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4e352843534fc897 · report
_make_generator zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · bdcb5e997f2d2deb · report
build_prompt zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · 07274e6bcd20a571 · report
create_llama_8b zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · 688aa7b93e59d244 · report
create_mistral_7b zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · 21fc093fb707f917 · report
create_qwen_7b zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · 2a0e8ed4d390ad37 · report
em zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3bbfdafb9b91dbc5 · report
eval_mode_for_base_and_gens zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 0caf82090ef6e6d4 · report
f1_score zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · c871481cb5ee3d92 · report
get_linear_scheduler zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 98c58698259e92d3 · report
infer_backbone_hidden_dim zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran no licence file found · pointer only · fb49c3f0373ad6da · report
load_txt zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2f50635caabfd754 · report
normalize_answer zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 6c668580324cfd97 · report
parse_router_output zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · de9edf0e896f695f · report
Agent zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 799d16886a6a81e3 · report
GeneratorConfig zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 72c43d0193d96948 · report
LoRAParamGenerator zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 5d71dd1ffa52a5e3 · report
_init_linear_ zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · d5697c67776c9c90 · report
align_model_and_tokenizer zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 501cee2e98916613 · report
candidate2gen zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 1cdca1d7dc67aa3b · report
create_generator_optimizer zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 0f9fc87d9679a749 · report
evaluate_HALO_bucketed zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 07cfc394c321ff0c · report
load_mNt zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 0e8bb5d73900d198 · report
rl_train zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 7ad611ed8663e682 · report
route zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · a6e6550ffa3be13f · report
route_batch zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · caaef05dd205f755 · report
run zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 9460a8aaf3d5ea99 · report
run_batch zihangtian/HAPS/HotpotQA/joint_rl/rl_batch.py found in paper text by Syntology unverified no licence file found · pointer only · 10daa5c7dd333b7e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.05903, was issued in January 2026, 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