Papers › MedAgentsBench: Benchmarking Thinking Models and Agent Frameworks for Complex Medical Reasoning

MedAgentsBench: Benchmarking Thinking Models and Agent Frameworks for Complex Medical Reasoning

10 Mar 2025arXiv:2503.07459archive 2025-07-28

Xiangru Tang, Daniel Shao, Jiwoong Sohn, Jiapeng Chen, Jiayi Zhang, Jinyu Xiang, Fang Wu, Yilun Zhao, Chenglin Wu, Wenqi Shi, Arman Cohan, Mark Gerstein

Large Language Models (LLMs) have shown impressive performance on existing medical question-answering benchmarks. This high performance makes it increasingly difficult to meaningfully evaluate and differentiate advanced methods. We present MedAgentsBench, a benchmark that focuses on challenging medical questions requiring multi-step clinical reasoning, diagnosis formulation, and treatment planning-scenarios where current models still struggle despite their strong performance on standard tests. Drawing from seven established medical datasets, our benchmark addresses three key limitations in existing evaluations: (1) the prevalence of straightforward questions where even base models achieve high performance, (2) inconsistent sampling and evaluation protocols across studies, and (3) lack of systematic analysis of the interplay between performance, cost, and inference time. Through experiments with various base models and reasoning methods, we demonstrate that the latest thinking models, DeepSeek R1 and OpenAI o3, exhibit exceptional performance in complex medical reasoning tasks. Additionally, advanced search-based agent methods offer promising performance-to-cost ratios compared to traditional approaches. Our analysis reveals substantial performance gaps between model families on complex questions and identifies optimal model selections for different computational constraints. Our benchmark and evaluation framework are publicly available at https://github.com/gersteinlab/medagents-benchmark.

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

Code

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

By repository: official repository: 23 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.

gersteinlab/medagents-benchmark officialmentioned in papermentioned on GitHubMIT 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

23 samples harvested; 2 ran; 0 honoured the contract we drafted; 21 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
21unverified

Licence: 0 of the 23 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 gersteinlab/medagents-benchmark. “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.

get_question_analysis_prompt gersteinlab/medagents-benchmark/baselines/MedAgents/prompt_utils.py official repository ran fingerprinted MIT (permissive) · b6cc2818fab31c22 · report
parse_group_info gersteinlab/medagents-benchmark/baselines/MDAgents/utils.py official repository ran fingerprinted MIT (permissive) · 3a882e208639f562 · report
cleansing_analysis gersteinlab/medagents-benchmark/baselines/MedAgents/data_utils.py official repository unverified MIT (permissive) · 67d650ff65c4f541 · report
cleansing_syn_report gersteinlab/medagents-benchmark/baselines/MedAgents/data_utils.py official repository unverified MIT (permissive) · f9e040ec376c111d · report
deduplicate_data gersteinlab/medagents-benchmark/output/utils.py official repository unverified MIT (permissive) · cf49648832dde99a · report
ensemble_solutions gersteinlab/medagents-benchmark/baselines/MedPrompt/cot_sc.py official repository unverified MIT (permissive) · d6c6a70501e69e49 · report
format_question gersteinlab/medagents-benchmark/plots/annotate_reasoning_depth.py official repository unverified MIT (permissive) · 4eb21a43f63b6a84 · report
fully_decode gersteinlab/medagents-benchmark/baselines/MedAgents/utils.py official repository unverified MIT (permissive) · 204419ab8fed348d · report
get_options_domains_prompt gersteinlab/medagents-benchmark/baselines/MedAgents/prompt_utils.py official repository unverified MIT (permissive) · 78c3e21f9fd4a462 · report
get_question_domains_prompt gersteinlab/medagents-benchmark/baselines/MedAgents/prompt_utils.py official repository unverified MIT (permissive) · 87b3972971fb1c2f · report
load_dataset gersteinlab/medagents-benchmark/plots/annotate_reasoning_depth.py official repository unverified MIT (permissive) · e282598f1bcc9567 · report
load_json gersteinlab/medagents-benchmark/output/utils.py official repository unverified MIT (permissive) · 2fbbe01c3721715d · report
load_jsonl gersteinlab/medagents-benchmark/output/utils.py official repository unverified MIT (permissive) · b07109264c29d074 · report
parse_answer gersteinlab/medagents-benchmark/baselines/MedPrompt/cot.py official repository unverified MIT (permissive) · 22aed9a263e00947 · report
parse_answer gersteinlab/medagents-benchmark/baselines/MedPrompt/cot_sc.py official repository unverified MIT (permissive) · cb99011218fa888b · report
parse_filename gersteinlab/medagents-benchmark/output/make_table.py official repository unverified MIT (permissive) · 45ae3f57f1a0b42e · report
parse_method gersteinlab/medagents-benchmark/output/make_table.py official repository unverified MIT (permissive) · 582447d427269990 · report
remove_incomplete_sentence gersteinlab/medagents-benchmark/baselines/MedAgents/data_utils.py official repository unverified MIT (permissive) · ed3609987f2d268f · report
run gersteinlab/medagents-benchmark/baselines/MedPrompt/cot.py official repository unverified MIT (permissive) · 02116b249bf9b562 · report
run gersteinlab/medagents-benchmark/baselines/MedPrompt/few_shot.py official repository unverified MIT (permissive) · 4fbcebde16190dea · report
run_cot gersteinlab/medagents-benchmark/baselines/MedPrompt/cot.py official repository unverified MIT (permissive) · ff7fb56aafb0581a · report
run_few_shot gersteinlab/medagents-benchmark/baselines/MedPrompt/few_shot.py official repository unverified MIT (permissive) · 8c33e08fea3477be · report
setup_model gersteinlab/medagents-benchmark/baselines/MDAgents/utils.py official repository unverified MIT (permissive) · 524c7f26e71adef4 · report

Tasks

BenchmarkingQuestion Answering

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

BASE

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