paper-with-me

Papers

Decision Protocols in Multi-Agent Large Language Model Conversations

2026-07-06 · Lars Benedikt Kaesberg arxiv

Improving the task performance of Large Language Models (LLMs) is essential, yet scaling these models faces significant challenges such as diminishing returns and high costs. Multi-Agent Systems (MAS) offer a promising solution by distributing tasks among specialized agents to improve the overall task performance. This can reduce training costs at the expense of increased test time due to the discussion and decision-making process. The decision protocol is a critical component of MAS because it specifies how multiple agents collaborate to create a final solution. This thesis introduces the Multi-Agent LLM (MALLM) framework, which implements and evaluates various decision protocols, namely voting, consensus, and judge decision mechanisms, to simulate multi-agent discussions for conversational task solving. Unlike previous work that used a single decision protocol or tested them on limited datasets, this study systematically examines their impact on a diverse set of tasks, ranging from knowledge-based datasets (MMLU, MMLU-Pro, GPQA) and logic-based datasets (StrategyQA, MuSR, Math-lvl-5, SQuAD 2.0). The results indicate that consensus protocols excel in knowledge-intensive domains while voting and judge protocols are more effective for logic-based tasks. Increasing response diversity through independent solution generation improves decision quality, while changes in information access during the decision process have minimal impact.

📄 PDF Abstract BibTeX arXiv:2607.05477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Voting or Consensus? Decision-Making in Multi-Agent Debate

2025-02-26 · Lars Benedikt Kaesberg, Jonas Becker, Jan Philip Wahle, Terry Ruas 외

Much of the success of multi-agent debates depends on carefully choosing the right parameters. The decision-making protocol stands out as it can highly impact final model answers, depending on how decisions are reached. …

Decision MakingMMLUStrategyQA

Pact: A Choreographic Language for Agentic Ecosystems

2026-05-04 · Kiran Gopinathan, Jack Feser, Michelangelo Naim, Zenna Tavares 외 arxiv

Recent advances in large language models have led to the rise of software systems (i.e. agents) that execute with increasing autonomy on behalf of users in open, multi-party settings, interacting with untrusted counterpa…

MALLM: Multi-Agent Large Language Models Framework

2025-09-15 · Jonas Becker, Lars Benedikt Kaesberg, Niklas Bauer, Jan Philip Wahle 외 arxiv

Multi-agent debate (MAD) has demonstrated the ability to augment collective intelligence by scaling test-time compute and leveraging expertise. Current frameworks for multi-agent debate are often designed towards tool us…

Large Language Model-Enabled Multi-Agent Manufacturing Systems

2024-06-04 · Jonghan Lim, Birgit Vogel-Heuser, Ilya Kovalenko

Traditional manufacturing faces challenges adapting to dynamic environments and quickly responding to manufacturing changes. The use of multi-agent systems has improved adaptability and coordination but requires further …

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

The Five Ws of Multi-Agent Communication: Who Talks to Whom, When, What, and Why -- A Survey from MARL to Emergent Language and LLMs

2026-02-12 · Jingdi Chen, Hanqing Yang, Zongjun Liu, Carlee Joe-Wong arxiv

Multi-agent sequential decision-making powers many real-world systems, from autonomous vehicles and robotics to collaborative AI assistants. In dynamic, partially observable environments, communication is often what redu…

Multi-agent Reinforcement LearningAutonomous Vehicles