paper-with-me

홈 › Papers

A Scalable Multi-LLM Collaboration System with Retrieval-based Selection and Exploration-Exploitation-Driven Enhancement

2025-07-14 · Shengji Tang, Jianjian Cao, Weihao Lin, Jiale Hong, Bo Zhang, Shuyue Hu, Lei Bai, Tao Chen, Wanli Ouyang, Peng Ye arxiv

Existing multi-LLM collaboration systems often encounter scalability challenges when integrating new LLMs and tasks, leading to suboptimal performance. To address this, we propose SMCS, a Scalable Multi-LLM Collaboration System designed to effectively coordinate multiple open-source LLMs. The system consists of two core components: a Retrieval-based Prior Selection (RPS) module, which dynamically selects the most suitable LLMs for each input, and an Exploration-Exploitation-Driven Posterior Enhancement (EPE) module, which fosters response diversity and selects high-quality outputs through a hybrid scoring mechanism. Experiments on eight mainstream benchmarks validate the effectiveness of our system: by integrating fifteen open-source LLMs, SMCS outperforms prevailing closed-source LLMs, e.g., GPT-4.1(+5.36%) and GPT-o3-mini(+5.28%) across multiple tasks. Remarkably, it even exceeds the average of best results on different datasets with open-source LLMs (+2.86%), significantly advancing the empirical performance frontier of open-source collaboration. The code is released at https://github.com/magent4aci/SMCS.

📄 PDF Abstract BibTeX arXiv:2507.14200

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LSRP: A Leader-Subordinate Retrieval Framework for Privacy-Preserving Cloud-Device Collaboration

2025-05-08 · Yingyi Zhang, Pengyue Jia, Xianneng Li, Derong Xu 외

Cloud-device collaboration leverages on-cloud Large Language Models (LLMs) for handling public user queries and on-device Small Language Models (SLMs) for processing private user data, collectively forming a powerful and…

Privacy PreservingRAGRetrievalRetrieval-augmented Generation

Guided Collaboration in Heterogeneous LLM-Based Multi-Agent Systems via Entropy-Based Understanding Assessment and Experience Retrieval

2026-02-14 · Linlin Wang, Tianqing Zhu, Laiqiao Qin, Longxiang Gao 외 arxiv

With recent breakthroughs in large language models (LLMs) for reasoning, planning, and complex task generation, artificial intelligence systems are transitioning from isolated single-agent architectures to multi-agent sy…

Killing Two Birds with One Stone: Unifying Retrieval and Ranking with a Single Generative Recommendation Model

2025-04-23 · Luankang Zhang, Kenan Song, Yi Quan Lee, Wei Guo 외

In recommendation systems, the traditional multi-stage paradigm, which includes retrieval and ranking, often suffers from information loss between stages and diminishes performance. Recent advances in generative models, …

Recommendation SystemsRetrieval

SING: Synthetic Intention Graph for Scalable Active Tool Discovery in LLM Agents

2026-06-15 · Qiao Xiao, Haochen Shi, Yisen Gao, Wenbin Hu 외 arxiv

Large language model (LLM) agents increasingly rely on agent harnesses that manage context, tools, and multi-turn execution, making tools a central interface for acting in realistic digital environments. As harness-conne…

Tool-to-Agent Retrieval: Bridging Tools and Agents for Scalable LLM Multi-Agent Systems

2025-11-03 · Elias Lumer, Faheem Nizar, Anmol Gulati, Pradeep Honaganahalli Basavaraju 외 arxiv

Recent advances in LLM Multi-Agent Systems enable scalable orchestration of sub-agents, each coordinating hundreds or thousands of tools or Model Context Protocol (MCP) servers. However, existing retrieval methods typica…