paper-with-me

Papers

MedAgents: Large Language Models as Collaborators for Zero-shot Medical Reasoning

2023-11-16 · Xiangru Tang, Anni Zou, Zhuosheng Zhang, Ziming Li, Yilun Zhao, Xingyao Zhang, Arman Cohan, Mark Gerstein

Large language models (LLMs), despite their remarkable progress across various general domains, encounter significant barriers in medicine and healthcare. This field faces unique challenges such as domain-specific terminologies and reasoning over specialized knowledge. To address these issues, we propose MedAgents, a novel multi-disciplinary collaboration framework for the medical domain. MedAgents leverages LLM-based agents in a role-playing setting that participate in a collaborative multi-round discussion, thereby enhancing LLM proficiency and reasoning capabilities. This training-free framework encompasses five critical steps: gathering domain experts, proposing individual analyses, summarising these analyses into a report, iterating over discussions until a consensus is reached, and ultimately making a decision. Our work focuses on the zero-shot setting, which is applicable in real-world scenarios. Experimental results on nine datasets (MedQA, MedMCQA, PubMedQA, and six subtasks from MMLU) establish that our proposed MedAgents framework excels at mining and harnessing the medical expertise within LLMs, as well as extending its reasoning abilities. Our code can be found at https://github.com/gersteinlab/MedAgents.

📄 PDF Abstract BibTeX arXiv:2311.10537

Code (1)

gersteinlab/medagents 공식 구현

Tasks

MedQAMMLU

Similar Papers 제목 키워드 기반

TeamMedAgents: Pareto-Efficient Multi-Agent Medical Reasoning Through Teamwork Theory

2025-08-11 · Pranav Pushkar Mishra, Mohammad Arvan, Mohan Zalake arxiv

Complex medical reasoning has historically required frontier language models to achieve clinically-acceptable accuracy, creating computational barriers that limit deployment in resource-constrained clinical settings. We …

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

2025-03-10 · Xiangru Tang, Daniel Shao, Jiwoong Sohn, Jiapeng Chen 외

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 …

BenchmarkingMedical Question AnsweringQuestion Answering

Know the Ropes: A Heuristic Strategy for LLM-based Multi-Agent System Design

2025-05-22 · Zhenkun Li, Lingyao Li, Shuhang Lin, Yongfeng Zhang

Single-agent LLMs hit hard limits--finite context, role overload, and brittle domain transfer. Conventional multi-agent fixes soften those edges yet expose fresh pains: ill-posed decompositions, fuzzy contracts, and veri…

Self-Evolving Multi-Agent Simulations for Realistic Clinical Interactions

2025-03-28 · Mohammad Almansoori, Komal Kumar, Hisham Cholakkal

In this work, we introduce MedAgentSim, an open-source simulated clinical environment with doctor, patient, and measurement agents designed to evaluate and enhance LLM performance in dynamic diagnostic settings. Unlike p…

Diagnostic

Collaborative Belief Reasoning with LLMs for Efficient Multi-Agent Collaboration

2025-09-26 · Zhimin Wang, Duo Wu, Shaokang He, Jinghe Wang 외 arxiv

Effective real-world multi-agent collaboration requires not only accurate planning but also the ability to reason about collaborators' intents--a crucial capability for avoiding miscoordination and redundant communicatio…