Papers › MedAgentBoard: Benchmarking Multi-Agent Collaboration with Conventional Methods for...

MedAgentBoard: Benchmarking Multi-Agent Collaboration with Conventional Methods for Diverse Medical Tasks

18 May 2025arXiv:2505.12371archive 2025-07-28

Yinghao Zhu, Ziyi He, Haoran Hu, Xiaochen Zheng, Xichen Zhang, Zixiang Wang, Junyi Gao, Liantao Ma, Lequan Yu

The rapid advancement of Large Language Models (LLMs) has stimulated interest in multi-agent collaboration for addressing complex medical tasks. However, the practical advantages of multi-agent collaboration approaches remain insufficiently understood. Existing evaluations often lack generalizability, failing to cover diverse tasks reflective of real-world clinical practice, and frequently omit rigorous comparisons against both single-LLM-based and established conventional methods. To address this critical gap, we introduce MedAgentBoard, a comprehensive benchmark for the systematic evaluation of multi-agent collaboration, single-LLM, and conventional approaches. MedAgentBoard encompasses four diverse medical task categories: (1) medical (visual) question answering, (2) lay summary generation, (3) structured Electronic Health Record (EHR) predictive modeling, and (4) clinical workflow automation, across text, medical images, and structured EHR data. Our extensive experiments reveal a nuanced landscape: while multi-agent collaboration demonstrates benefits in specific scenarios, such as enhancing task completeness in clinical workflow automation, it does not consistently outperform advanced single LLMs (e.g., in textual medical QA) or, critically, specialized conventional methods that generally maintain better performance in tasks like medical VQA and EHR-based prediction. MedAgentBoard offers a vital resource and actionable insights, emphasizing the necessity of a task-specific, evidence-based approach to selecting and developing AI solutions in medicine. It underscores that the inherent complexity and overhead of multi-agent collaboration must be carefully weighed against tangible performance gains. All code, datasets, detailed prompts, and experimental results are open-sourced at https://medagentboard.netlify.app/.

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

Code

Syntology Ran 1 of 16 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 2 repositories, 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.

yhzhu99/medagentboard officialmentioned in papermentioned on GitHub 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

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 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
15unverified

Licence: 0 of the 16 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

parse_json_if_needed huggingface/smolagents/src/smolagents/models.py found in paper text by Syntology ran Apache-2.0 (permissive) · cfeb7cd7a490c27c · report
StratifiedKFold_func HAIRLAB/Pre_Surv_COVID_19/utils_features_selection.py found in paper text by Syntology unverified MIT (permissive) · 90e6153dd6663fa7 · report
StratifiedKFold_func_with_features_sel HAIRLAB/Pre_Surv_COVID_19/utils_features_selection.py found in paper text by Syntology unverified MIT (permissive) · e9feaed780d7263b · report
get_dict_from_nested_dataclasses huggingface/smolagents/src/smolagents/models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 990f6625f3b963da · report
get_imports huggingface/smolagents/src/smolagents/_function_type_hints_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 058f2cecb716999e · report
get_json_schema huggingface/smolagents/src/smolagents/_function_type_hints_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ad273f108393d5cf · report
get_package_name huggingface/smolagents/src/smolagents/_function_type_hints_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 71f9eaf9b1c3790a · report
handle_agent_output_types huggingface/smolagents/src/smolagents/agent_types.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 608d577aef4c28b4 · report
is_number HAIRLAB/Pre_Surv_COVID_19/utils.py found in paper text by Syntology unverified MIT (permissive) · f97aabe235dec048 · report
merge_data_by_sliding_window HAIRLAB/Pre_Surv_COVID_19/utils.py found in paper text by Syntology unverified MIT (permissive) · d8b6294050eecce3 · report
nodunder_getattr huggingface/smolagents/src/smolagents/local_python_executor.py found in paper text by Syntology unverified Apache-2.0 (permissive) · deb5a11caf7f2cf0 · report
populate_template huggingface/smolagents/src/smolagents/agents.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a5e997d9057b1af6 · report
read HAIRLAB/Pre_Surv_COVID_19/utils.py found in paper text by Syntology unverified MIT (permissive) · bd1a6c1715adc6c4 · report
read_train_data HAIRLAB/Pre_Surv_COVID_19/utils_features_selection.py found in paper text by Syntology unverified MIT (permissive) · eac7bc569b8add8a · report
remove_content_after_stop_sequences huggingface/smolagents/src/smolagents/models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 36443b04f5596ace · report
safer_eval huggingface/smolagents/src/smolagents/local_python_executor.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b51a3753b2d3d810 · report

Tasks

BenchmarkingMedical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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