Papers › MasRouter: Learning to Route LLMs for Multi-Agent Systems

MasRouter: Learning to Route LLMs for Multi-Agent Systems

16 Feb 2025arXiv:2502.11133archive 2025-07-28

Yanwei Yue, Guibin Zhang, Boyang Liu, Guancheng Wan, Kun Wang, Dawei Cheng, Yiyan Qi

Multi-agent systems (MAS) powered by Large Language Models (LLMs) have been demonstrated to push the boundaries of LLM capabilities, yet they often incur significant costs and face challenges in dynamic LLM selection. Current LLM routing methods effectively reduce overhead in single-agent scenarios by customizing LLM selection for each query, but they overlook the critical decisions regarding collaboration modes and agent roles in MAS. In response to this challenge, we first introduce the problem of Multi-Agent System Routing (MASR), which integrates all components of MAS into a unified routing framework. Toward this goal, we propose MasRouter, the first high-performing, cost-effective, and inductive MASR solution. MasRouter employs collaboration mode determination, role allocation, and LLM routing through a cascaded controller network, progressively constructing a MAS that balances effectiveness and efficiency. Extensive experiments demonstrate that MasRouter is (1) high-performing, achieving a 1.8%∼8.2% improvement over the state-of-the-art method on MBPP; (2) economical, reducing overhead by up to 52.07% compared to SOTA methods on HumanEval; and (3) plug-and-play, seamlessly integrating with mainstream MAS frameworks, reducing overhead by 17.21%∼28.17% via customized routing. The code is available at https://github.com/yanweiyue/masrouter.

PaperPDFCodeCode 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="2502.11133")

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong.

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

yanweiyue/masrouter officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

13 samples harvested; 2 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 · violated contract
1ran · our draft was wrong
11unverified

Licence: 0 of the 13 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 yanweiyue/masrouter. “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.

is_equiv yanweiyue/masrouter/Datasets/math_dataset.py official repository ran · violated contract Apache-2.0 (permissive) · 20063c675d638a77 · report
last_boxed_only_string yanweiyue/masrouter/Datasets/math_dataset.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 0b14c648516c38a7 · report
dataloader yanweiyue/masrouter/Experiments/run_gsm8k.py official repository unverified Apache-2.0 (permissive) · ded2dee441b71d0d · report
delete_extra_zero yanweiyue/masrouter/Datasets/gsm8k_dataset.py official repository unverified Apache-2.0 (permissive) · 1311b1da2c08b63b · report
gsm_data_process yanweiyue/masrouter/Datasets/gsm8k_dataset.py official repository unverified Apache-2.0 (permissive) · 54b831c1e15e7821 · report
gsm_get_predict yanweiyue/masrouter/Datasets/gsm8k_dataset.py official repository unverified Apache-2.0 (permissive) · 3ca24d2f48268285 · report
gsm_get_predict yanweiyue/masrouter/Datasets/gsm8k/gsm8k_dataset.py official repository unverified Apache-2.0 (permissive) · 60f5f7fbe1fa799d · report
is_number yanweiyue/masrouter/Datasets/gsm8k/gsm8k_dataset.py official repository unverified Apache-2.0 (permissive) · 4f015b339ccf7dee · report
load_config yanweiyue/masrouter/Experiments/run_gsm8k.py official repository unverified Apache-2.0 (permissive) · 3cc5969c32b1d933 · report
load_math_dataset yanweiyue/masrouter/Datasets/math_dataset.py official repository unverified Apache-2.0 (permissive) · abf234d8889f0012 · report
load_result yanweiyue/masrouter/Experiments/run_gsm8k.py official repository unverified Apache-2.0 (permissive) · bcde03579f1c0bee · report
process_data yanweiyue/masrouter/Datasets/mbpp_dataset.py official repository unverified Apache-2.0 (permissive) · bda9fabfb8bf5d44 · report
vae_loss_function yanweiyue/masrouter/MAR/MasRouter/mas_router.py official repository unverified Apache-2.0 (permissive) · ac907213ed700f77 · report

Tasks

HumanEval

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

MAS

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