paper-with-me

Papers

X-MAS: Towards Building Multi-Agent Systems with Heterogeneous LLMs

2025-05-22 · Rui Ye, Xiangrui Liu, Qimin Wu, Xianghe Pang, Zhenfei Yin, Lei Bai, Siheng Chen

LLM-based multi-agent systems (MAS) extend the capabilities of single LLMs by enabling cooperation among multiple specialized agents. However, most existing MAS frameworks rely on a single LLM to drive all agents, constraining the system's intelligence to the limit of that model. This paper explores the paradigm of heterogeneous LLM-driven MAS (X-MAS), where agents are powered by diverse LLMs, elevating the system's potential to the collective intelligence of diverse LLMs. We introduce X-MAS-Bench, a comprehensive testbed designed to evaluate the performance of various LLMs across different domains and MAS-related functions. As an extensive empirical study, we assess 27 LLMs across 5 domains (encompassing 21 test sets) and 5 functions, conducting over 1.7 million evaluations to identify optimal model selections for each domain-function combination. Building on these findings, we demonstrate that transitioning from homogeneous to heterogeneous LLM-driven MAS can significantly enhance system performance without requiring structural redesign. Specifically, in a chatbot-only MAS scenario, the heterogeneous configuration yields up to 8.4\% performance improvement on the MATH dataset. In a mixed chatbot-reasoner scenario, the heterogeneous MAS could achieve a remarkable 47\% performance boost on the AIME dataset. Our results underscore the transformative potential of heterogeneous LLMs in MAS, highlighting a promising avenue for advancing scalable, collaborative AI systems.

📄 PDF Abstract BibTeX arXiv:2505.16997

Code (1)

masworks/x-mas 공식 구현

Tasks

ChatbotMath

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

Why Specialist Models Still Matter: A Heterogeneous Multi-Agent Paradigm for Medical Artificial Intelligence

2026-05-28 · Yanan Wang, Shuaicong Hu, Jian Liu, Guohui Zhou 외 arxiv

The impressive performance of generalist large language models (LLMs) such as GPT and Claude in healthcare raises a critical question: will domain-specific medical specialist models become obsolete? We argue that the fut…

Rethinking the Value of Multi-Agent Workflow: A Strong Single Agent Baseline

2026-01-18 · Jiawei Xu, Arief Koesdwiady, Sisong Bei, Yan Han 외 arxiv

Recent advances in LLM-based multi-agent systems (MAS) show that workflows composed of multiple LLM agents with distinct roles, tools, and communication patterns can outperform single-LLM baselines on complex tasks. Howe…

Question Answering

A Multi-LLM-Agent-Based Framework for Economic and Public Policy Analysis

2025-02-24 · Yuzhi Hao, Danyang Xie

This paper pioneers a novel approach to economic and public policy analysis by leveraging multiple Large Language Models (LLMs) as heterogeneous artificial economic agents. We first evaluate five LLMs' economic decision-…

Decision Making

Understanding Agent Scaling in LLM-Based Multi-Agent Systems via Diversity

2026-02-03 · Yingxuan Yang, Chengrui Qu, Muning Wen, Laixi Shi 외 arxiv

LLM-based multi-agent systems (MAS) have emerged as a promising approach to tackle complex tasks that are difficult for individual LLMs. A natural strategy is to scale performance by increasing the number of agents; howe…

RIFT-Bench: Dynamic Red-teaming For Agentic AI Systems

2026-06-22 · Yarin Yerushalmi Levi, Roy Betser, Amit Giloni, Lidor Erez 외 arxiv

Agentic AI systems powered by large language models (LLMs) are rapidly evolving into autonomous decision-making systems, exposing attack vectors beyond those of traditional LLM vulnerabilities. Existing security evaluati…