ConceptioArchivearXiv CS
arXiv CSopen access

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
softwarearchitecturesoftwareengineeringtesting
software engineering, software architecture, testing

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges QUIM MOTGER, Dpt. of Service and Information System Engineering, Universitat Politècnica de Catalunya, Spain MARC ORIOL, Dpt. of Service and Information System Engineering, Universitat Politècnica de Catalunya, Spain JORDI MARCO, Dpt. of Computer Science, Universitat Politècnica de Catalunya, Spain XAVIER FRANCH, Dpt. of Service and Information System Engineering, Universitat Politècnica de Catalunya, Spain Multi-Agent Debate (MAD) is a promising paradigm for improving the accuracy and robustness of Large Language Model (LLM)-based agentic systems. It enables multiple agents to exchange arguments, critique each other’s outputs, and iteratively converge towards a solution. However, research remains fragmented, with inconsistent terminology and no rigorous synthesis of MAD design dimensions. We present a systematic literature review characterizing 141 primary studies on MAD. We derive a three-dimensional taxonomy covering debate participants, the interaction mechanisms structuring the exchange, and the agreement protocols governing debate resolution, supported by formal notations to render MAD configurations. Our analysis reveals that the field has implicitly converged on a narrow design pattern — static, fully connected topologies, verbatim exchange, short-term memory and voting resolution strategies — adopted by convention rather than systematic comparison, while promising alternatives remain marginal. Because any MAD setting

arXiv:2607.26212v1 [cs.SE] 28 Jul 2026

reflects roughly a dozen interacting design decisions, cross-study comparison is unreliable when these are left implicit. We position the taxonomy as a descriptive map of the research landscape, a framework for controlled benchmarking, and potentially as a schema for machine-readable MAD specifications. As future work, we propose formalizing it into an executable specification, enabling cost-aware benchmarking and automated tuning of debate configurations. CCS Concepts: • Computing methodologies → Multi-agent systems; Intelligent agents; Discourse, dialogue and pragmatics; • General and reference → Surveys and overviews. Additional Key Words and Phrases: multi-agent systems, multi-agent debate, MAD, agentic systems, large language models

1

Introduction

The adoption of Large Language Models (LLMs) within agentic systems has rapidly evolved from a conceptual research direction into a concrete innovation pathway for industrial software-intensive systems [136]. In this paradigm, an agent is commonly defined as an LLM-based autonomous system that leverages reasoning, planning, memory, and tool-use capabilities to perceive contextual inputs and generate goal-directed actions in dynamic environments [121]. LLM-based agents iteratively observe, reason, and act through structured interaction loops [144], enabling explicit interleaving of reasoning traces and contextual feedback. When multiple autonomous LLM-based agents interact within a shared environment, the resulting configuration constitutes an LLM-driven multi-agent system, characterized by distributed cognition, role specialization, communication via natural language, and collaborative problem solving [42, 93]. Agents pursue shared or complementary goals, operationalized as task objectives decomposed into coordinated subtasks, often supported by reflection mechanisms, planning modules, memory components, and structured inter-agent dialogue protocols [136, 144]. Authors’ Contact Information: Quim Motger, Dpt. of Service and Information System Engineering, Universitat Politècnica de Catalunya, Barcelona, Spain, [email protected]; Marc Oriol, Dpt. of Service and Information System Engineering, Universitat Politècnica de Catalunya, Barcelona, Spain, [email protected]; Jordi Marco, Dpt. of Computer Science, Universitat Politècnica de Catalunya, Barcelona, Spain, [email protected]; Xavier Franch, Dpt. of Service and Information System Engineering, Universitat Politècnica de Catalunya, Barcelona, Spain, [email protected].

2026. Manuscript submitted to ACM

Manuscript submitted to ACM

1

2

Motger et al.

Empirical research in LLM-driven multi-agent systems has mainly examined how architectural and adaptation strategies affect task performance and efficiency, largely by strengthening individual agents or system-level reliability through established LLM adaptation paradigms. At inference time, prompting-based methods elicit latent capabilities without modifying parameters, including few-shot in-context learning [64], chain-of-thought reasoning [131], selfconsistency decoding [125], and tree-of-thought search [143]. Other paradigms improve goal adherence and reliability through alignment, such as reinforcement learning from human feedback and preference optimization [89, 100]; parameter adaptation, including full or parameter-efficient fine-tuning [26] and continued domain-adaptive pretraining [17]; or retrieval-augmented generation, which injects external knowledge to improve grounding and factual consistency [32]. In multi-agent settings, these techniques are often embedded into role-specialized collaborative frameworks or agent societies [42]. However, except for some prompting strategies, these paradigms typically introduce additional resource requirements, such as domain-specific corpora for continued pre-training [37], curated knowledge bases for retrieval-augmented generation [155], or human preference annotations for alignment [102]. In this context, improving the accuracy and robustness of LLM-based agents without additional domain-specific data remains a central challenge. A promising direction draws inspiration from human collaboration. People often improve decisions by exchanging viewpoints, debating inconsistencies, and converging towards consensus. Similarly, multiple LLM-based agents can interact, critique each other’s outputs, and iteratively refine their reasoning. This paradigm, known as Multi-Agent Debate (MAD) [9, 71], has gained increasing interest with the rise of advanced LLMs. Despite this growing body of work, the field remains fragmented, with limited consolidation of terminology, design dimensions, and architectural patterns across application domains. Most literature reviews treat debate primarily as a descriptor of specific interaction mechanisms [61, 117, 126], lacking a deeper and more systematic characterization. Several studies qualitatively report approaches that implement debate strategies [35, 66, 78, 106, 117], yet they do not provide a structured analysis or a comprehensive elicitation of core debate properties. Smit et al. [108] offered an early overview of MAD research, identifying eight studies and extracting six design features, such as the number of debate rounds and the inclusion of specialized roles like judge or summarizer. Wang et al. proposed a flat categorization of MAD strategies based on three communication patterns [126]. Tillmann et al. [116] also reviewed MAD approaches, although their review lacks a clear systematic protocol, relies exclusively on an AI-assisted tool, and does not report the exact number of included studies. To the best of our knowledge, no study provides a large-scale, methodologically rigorous, and cross-domain synthesis that systematically consolidates MAD design dimensions and architectural patterns. In our previous study, we conducted an initial systematic mapping to identify and analyse MAD strategies across multiple domains, focusing on their impact and value within the requirements engineering (RE) field [88]. We derived a tentative taxonomy and a consolidated vocabulary based on 25 primary studies. In this study, and following the ACM SIGSOFT Empirical Standards for systematic reviews [1], we build on that foundation to broaden the scope of the review through backward and forward snowballing and an improved data extraction protocol. We refine, extend, and validate the taxonomy while expanding the review both in breadth and depth, enlarging the set of surveyed studies across domains and providing a substantially more detailed and systematic analysis of MAD design dimensions and mechanisms. Specifically, this study addresses the following research questions (RQs): RQ1. What is the research landscape of MAD in terms of application domains and addressed tasks? RQ2. How are participants designed in MAD approaches, and what mechanisms are employed to define their roles, capabilities, and individual decision-making behaviours? Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

3

RQ3. How are interaction processes structured in MAD approaches, and what mechanisms are employed to coordinate communication, information exchange, and influence among agents? RQ4. How is agreement achieved in MAD approaches, and what resolution mechanisms are employed to determine final outcomes? Through the assessment of these RQs, the study delivers the following contributions1 : C1. A systematic literature review of MAD, characterizing 141 primary studies and providing a structured synthesis of the research landscape. C2. A three-dimensional taxonomy of MAD design, formalizing practical design and development dimensions across: (i) participants involved in the debate, (ii) interaction mechanisms structuring the exchange, and (iii) agreement protocols governing debate resolution. C3. A consolidated analysis of open challenges and emerging research opportunities, outlining directions for advancing MAD methodologies and applications. The remainder of this paper is structured as follows. Section 2 describes the methodology of the systematic literature review and presents the search results. The results of the data extraction and analysis of the surveyed studies are presented across several sections. Specifically, the research landscape is presented in Section 3 (RQ1), followed by the taxonomies derived for each MAD design dimension: participants (Section 4, RQ2), interaction (Section 5, RQ3), and agreement (Section 6, RQ4). Section 7 synthesizes the main implications of the taxonomy, highlighting dominant design patterns, underexplored alternatives, and methodological challenges for comparing and benchmarking MAD approaches. Section 8 describes threats to validity of the study. Finally, the main conclusions and future work are presented in Section 9. 2

Method

This study follows the systematic literature review (SLR) guidelines proposed by Kitchenham and Charters [56], structured around an explicit search and study-selection protocol, coupled with a snowballing procedure as formalized by Wohlin [135] to complement the database search with backward and forward snowballing. The overall process comprises five stages: (i) definition and scoping of MAD, (ii) definition of a seed search string, (iii) independent screening of candidate papers against explicit inclusion/exclusion criteria, (iv) backward and forward snowballing, and (v) structured data extraction and inductive coding to derive the taxonomy. 2.1

Definition and Scope

Given the diversity of interpretations and terminology observed across the literature, it is essential to establish a clear and consistent definition of MAD that delineates what falls within the scope of this study. We begin by examining the foundational concept of debate. Debate is defined in the Cambridge Dictionary2 as a “serious discussion of a subject in which many people take part”, where discussion is “the activity in which people talk about something and tell each other their ideas or opinions”. While traditional debates involve human participants exchanging arguments and counterarguments, the same concept can be applied to Multi-Agent Systems (MAS). MAD can be intuitively understood as a particular interaction paradigm within a MAS, in which multiple agents engage in a structured exchange of arguments or opinions. However, the literature has proposed multiple interpretations of 1 All research materials are publicly available in a replication package. See Data Availability Statement at the end of this manuscript. 2 https://dictionary.cambridge.org

Manuscript submitted to ACM

4

Motger et al.

what precisely constitutes MAD. In one of the first seminal papers on the topic, Du et al. [28] characterized MAD as an approach where “multiple language model instances propose and debate their individual responses and reasoning processes over multiple rounds to arrive at a common final answer”. Chan et al. [9] described MAD as a framework where “different LLMs can engage in proposing and deliberating unique responses and thought processes across several rounds” but do not require that debater agents “reach a consensus at the end of the debate”. Liang et al. [71] conceptualized MAD as an approach where “multiple agents express their arguments in the state of tit for tat and a judge manages the debate process to obtain a final solution”. These definitions illustrate the diversity of perspectives adopted in the literature when conceptualizing MAD. While they share the common idea of multiple AI agents engaging in a deliberative process, they differ with respect to key aspects such as the role of consensus, the structure of agent interactions, and the presence of dedicated coordination or judging mechanisms. As a result, there is currently no widely accepted definition of MAD, nor a clear consensus regarding its essential characteristics, boundaries, and distinguishing features. Therefore, it is necessary to precisely define what qualifies (and what does not qualify) as MAD within the scope of this systematic study. Based on the aforementioned definitions and studies, Table 1 presents the criteria we used to operationalize the concept and establish the boundaries of what constitutes MAD within the scope of this study. Table 1. Definition criteria for Multi-Agent Debate (MAD)

Qualifies as MAD A discussion between two or more AI agents.

Does NOT Qualify as MAD Self-reflection by a single agent.

Agents can put forward opposing arguments during the discussion in multiple rounds.

One-directional feedback between agents without actual discussion.

AI agents collaboratively discuss to solve the same task.

AI agents performing distinct subtasks of the same goal through simple information passing, without active discussions.

Beyond establishing a clear definition of MAD, we further delimited the scope of this study to approaches applied to natural language tasks. We additionally required debates to occur exclusively among AI agents, without humans acting as debate participants. This restriction follows from the intended scope of this study: MAD is treated as a mechanism for autonomous multi-agent reasoning, whose behaviour and evaluation criteria are qualitatively different from those of human-AI interaction. 2.2

Search Strategy

Based on Kitchenham’s PICO strategy to define search strings [56], we designed a search string that operationalizes two key dimensions: the Population (LLMs or AI agents) and the Intervention (Multi-Agent Debate). For each concept, we included both singular and plural forms and their standard acronyms. The final search string was written as: (LLM OR “Large Language Model” OR LLMS OR “Large Language Models” OR “AI Agent” OR “AI Agents”) AND (MAD OR “Multi-Agent Debate”) The search was conducted using the Scopus database, over the title, abstract, and keywords of papers; no restriction was set in terms of domain or date of publication. Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

5

It is important to clarify that the goal of this initial search was not to retrieve all existing publications on MAD but rather to identify a relevant set of high-quality papers to be used as the seed for the subsequent snowballing process. Accordingly, we prioritized precision over recall. For this reason, we deliberately avoided incorporating additional alternative terms for “MAD” or “Multi-Agent Debate”, since broader terms such as “debate” or “discussion” introduced substantial noise with very limited relevant results. Finally, we selected Scopus for its broad coverage of high-quality, peer-reviewed research across disciplines [81]. 2.3

Study Selection Criteria and Selection Process

Based on the MAD definition and scope described in Section 2.1, we established the inclusion and exclusion criteria as presented in Table 2. Notably, we deliberately included MAD strategies from multiple domains rather than restricting our scope to Software Engineering. The selection process was conducted in three stages: screening by title, followed by abstract review, and detailed full-text assessment. All candidate papers were independently evaluated by two distinct authors, and disagreements were resolved through discussion and consensus. When multiple versions of the same paper were available on arXiv, the most recent version was selected. In cases where a paper was available both on arXiv and as a conference or journal publication, the latter was prioritized for analysis. Table 2. Inclusion and Exclusion Criteria

ID

Criterion

IC1

Studies that propose or use one or more debate strategies that satisfy our operationalized definition of MAD.

EC1

The paper does not provide sufficient details about the debate strategy (e.g., the debate is not the focus of the paper). Debates are not exclusively among AI agents. Debates are not applied to natural language tasks (e.g., image recognition tasks). The paper is not written in English. The full text of the paper is not accessible. Duplicate or superseded version of the paper.

EC2 EC3 EC4 EC5 EC6

All retrieved papers were randomly assigned to two authors of the paper acting as reviewers. The entire selection process was conducted independently, with each reviewer assessing their assigned studies against the predefined inclusion and exclusion criteria. Any disagreements were discussed and resolved through consensus. 2.4

Snowballing Procedure

The resulting list of papers served as the seed set for the snowballing process. We conducted a single iteration for both forward and backward snowballing, which helped us to achieve two goals: (1) capturing not only the papers satisfying our query, but also broader relevant works that meet our inclusion/exclusion criteria; and (2) capturing relevant papers available only on arXiv, which today is a fundamental source of timely research in the AI domain that cannot be disregarded in a literature study. Manuscript submitted to ACM

6

Motger et al. BACKWARD SNOWBALLING

SEED PAPER IDENTIFICATION Initial search

SCOPUS

29

IC/EC Filter

Snowball

Remove duplicates

11

527

357

FORWARD SNOWBALLING

IC/EC Filter

SEED + BACKWARD

Snowball

12

23

929

Remove duplicates

Initial screening

IC/EC Filter

889

522

118

FINAL LIST OF PAPERS

141

Fig. 1. Overview of the search and snowballing process

2.5

Search and Selection Results

Figure 1 summarizes the complete search and selection process. The search string executed in Scopus yielded 29 results. Latest These were independently reviewed by two authors. Of these, 18 papers either did not meet the inclusion criteria or met one or more exclusion criteria, resulting in 11 seed papers. Subsequently, we applied backward snowballing, identifying 527 additional papers. After removing 170 duplicates, 357 papers remained for screening. This set was again independently reviewed by two authors. Any disagreements were resolved through discussion until consensus was reached. Following this process, 12 additional papers satisfied the inclusion/exclusion criteria, bringing the total to 23 papers. Forward snowballing was subsequently conducted, yielding 929 additional papers. After duplicate removal, 889 papers remained. Given the high number of irrelevant results, an initial filtering step was performed by one author to exclude clearly out-of-scope papers, removing 367 papers and leaving 522 for further review. These papers were then distributed among three of the authors in pairs, ensuring that each paper was reviewed by two authors. Disagreements were discussed and resolved collaboratively. This process resulted in the inclusion of 118 additional papers, leading to a final set of 141 papers. Inter-rater agreement across all screening rounds (initial search, backward and forward snowballing) yielded an average Cohen’s kappa of 0.70. The initial search and backward snowballing were executed in March 2025 and the forward snowballing in July 2025. Among the 141 selected publications, the earliest papers appeared in 2023 (14 papers), followed by 57 publications in 2024 and 70 in 2025, indicating a clear and increasing trend in research activity on this topic. Among the selected studies, 85 were published in conferences, 10 in journals, 1 as a book chapter, and 45 were available as arXiv preprints. Applying feature extraction to the selected papers, we identified a number of codes that characterize the different methodologies used in MAD. These codes fall into four primary categories: the research landscape with the application domains and tasks where MAD was used, the participants involved, the interactions held during the debate, and the strategies for reaching agreement. Below, we describe how the papers in our review implement MAD in accordance with the defined taxonomy. It is important to note that certain primary studies proposed or evaluated multiple distinct architectural configurations; consequently, our quantitative analysis evaluates a total of 151 distinct MAD approaches derived from the 141 selected papers. The specific codes within these categories are presented in detail throughout the subsequent sections, while the complete data extraction dataset is provided in our replication package. 3

Research Landscape

The following section analyses the selected literature according to application domains — the fields of knowledge where MAD is implemented — and the addressed tasks, which define the specific goals the agents are intended to achieve. Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

7

These domains and tasks have been derived through an inductive coding process, emerging from a systematic grouping of the analysed corpus based on shared functional and thematic characteristics. The resulting categories, accompanied by concise descriptions3 , are illustrated in Figure 2. This overview illustrates the versatility of MAD across various disciplines and helps categorize the diverse problem sets tackled in recent research. General Knowledge & Reasoning: Resolve open-ended questions and general-purpose tasks. Mathematics & STEM: Formal reasoning using mathematical word problems and logic puzzles. Healthcare & Medicine: Improve diagnostic accuracy and clinical decision-making. Domains

Software Engineering & Cybersecurity: Generate code and detect system vulnerabilities. Social Sciences, Politics & Ethics: Societal issues like fake news and political negotiations. Linguistics & Natural Language: Process translation and core linguistic tasks. Others: Specialized applications like multi-robot coordination and financial problems.

Landscape Reasoning & Problem Solving: Enhance logical and computational model capabilities. Fact-Checking & Factuality: Ensure information accuracy and mitigate model hallucinations. Classification & Security Detection: Detect misinformation, phishing, and software threats. Tasks

Evaluation & Meta-Agent Judgment: Score solutions and rank responses as a judge. Technical & Creative Generation: Produce technical code and creative content. Strategic Interaction & Negotiation: Seek consensus and simulate social dynamics. Prediction & Data Analysis: Predict outcomes and analyse scientific data.

Fig. 2. Taxonomy of the multi-agent debate landscape: application domains and addressed tasks.

3.1

Application Domains

Application domains refer to the specific fields or subject areas where MAD frameworks are deployed to evaluate or enhance the performance of LLM-based multi-agent systems. The research landscape spans from general-purpose reasoning to highly specialized professional sectors. • General Knowledge & Reasoning: This remains the dominant domain, where MAD is used to benchmark the ability of agents to resolve open-ended questions or general-purpose tasks [9, 15, 70, 101, 137, 156]. For instance, studies such as Fang et al. [33] and Wang et al. [119] use general knowledge Q&A to measure the reduction of hallucinations and the quality of meta-judgment. This domain serves as the primary “testing ground” for new interaction protocols due to the availability of massive, diverse datasets. Commonly utilized benchmarks in this domain include MMLU (Massive Multitask Language Understanding) [40], BoolQ [22], BBH (Big-Bench Hard) [115], and HotpotQA [142]. • Mathematics & STEM: A significant portion of research focuses on formal reasoning. Frameworks utilize mathematical benchmarks and logic puzzles to test if collective deliberation can overcome individual calculation errors [67, 71, 96, 97, 138, 160]. This domain also includes broader scientific and multidisciplinary reasoning [6, 28, 31, 51, 63, 75, 96, 156]. Standard benchmarks and puzzles used to evaluate these capabilities include GSM8K [24] 3 For each taxonomy value, the text cites representative studies rather than exhaustive lists, since the large number of primary studies — each potentially

mapping to multiple values per dimension — makes full in-text tracing impractical. Full study-to-value traceability is provided in our replication package. Manuscript submitted to ACM

8

Motger et al.

and MATH [41] for arithmetic, CLUTRR [107] for logical puzzles, and SCIQ [133] or ARC [23] for scientific reasoning. • Healthcare & Medicine: MAD is increasingly applied to clinical settings. Research explores how multi-agent conversations can mitigate cognitive biases in diagnostic reasoning [10, 16, 52], improve medical Q&A performance [10, 16, 52, 109, 119, 120], and model electronic health records (EHR) for mortality prediction [129]. • Software Engineering & Cybersecurity: Applications in this domain focus on the technical reliability of software artifacts. This includes code generation [8, 63, 76, 110, 128, 149, 156], code summarization [9, 21], and code translation [21, 34]. In the security sector, frameworks are applied to detect phishing attempts in emails or websites [65, 87] and perform software vulnerability assessments [132, 134]. • Social Sciences, Politics & Ethics: This domain focuses on societal issues and value alignment. Key research areas include fake news and rumor detection [38, 48, 50, 153], political coalition negotiations [83], and the mitigation of bias or harmful content in model outputs [3, 10, 18, 73, 84, 94]. • Linguistics & Natural Language: Beyond general reasoning, specific linguistic tasks are addressed through MAD. These include event extraction [36, 124], machine translation evaluation [34], summary source alignment [57], and specialized generation tasks like Chinese couplet generation and evaluation [90]. • Others: This category encompasses specialized applications in niche or emerging fields. It includes robotics and navigation tasks such as the coordination of multi-robot aggregation [12]. The domain also covers consumer and legal services, including decision-making support for products [92], customer service speech improvement [130], and legal argument generation [152]. Finally, it incorporates experimental and financial reasoning, such as solving financial problems [112] and determining correct answers in difficult long-context scenarios or zero-sum games [15]. From a design perspective, the choice of domain necessitates tailored agent profiles; specialized fields like medicine or law often require agents with specific personas or access to domain-specific knowledge. From an evaluation standpoint, these domains offer varying degrees of ground-truth clarity: while mathematics provides binary correctness, social and linguistic domains rely on subjective, multi-dimensional metrics. 3.2

Tasks

Addressed tasks define the specific functional goals that agents are intended to achieve through debate or collaboration. The analysed corpus reveals a diverse range of objectives, which have been classified and grouped into the following categories: • Reasoning & Problem Solving: This is the most frequent category, focusing on enhancing the logical and computational capabilities of models. It includes arithmetic and mathematical reasoning [5, 25, 28, 29, 63, 67, 71, 75, 76, 80, 91, 96, 97, 99, 110–112, 114, 128, 138, 140, 145, 146, 149, 151, 158, 160], symbolic and commonsense logic [138, 145], and deductive reasoning [122]. In specialized fields, it encompasses medical diagnostic reasoning [10, 16, 52]. • Fact-Checking & Factuality: These tasks aim to ensure information accuracy and mitigate hallucinations. They include fact verification and retrieval-augmented reasoning [80, 119, 120], knowledge graph triple verification [68], and the systematic elimination of hallucinations in large language models [33, 43, 141]. • Classification & Security Detection: This area focuses on content integrity and cybersecurity. Key tasks include the detection of fake news and rumors [38, 48, 50, 153], the identification of spam and phishing attempts [46, 65, 87], Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

9

and the assessment of software or smart contract vulnerabilities [132, 134]. It also covers hate speech detection [94] and safety classification [3, 73]. • Evaluation & Meta-Agent Judgment: These frameworks utilize debate to position agents as evaluators (LLMas-a-judge). Tasks include scoring summaries [55, 57, 70, 98], evaluating machine translation quality [34], and establishing rankings among multiple model responses [62, 69, 156]. • Technical & Creative Generation: Agents collaborate to produce or refine complex content. This includes code generation [8, 63, 76, 110, 128, 149, 156] and summarization [21], creative tasks like personalized Chinese couplet generation [90], and the production of legal arguments [152]. • Strategic Interaction & Negotiation: This category explores how agents reach agreements or simulate social dynamics to achieve a shared goal. Tasks include consensus seeking [12, 13, 29], political coalition negotiations [83], cross-cultural negotiation [148], and the study of group conformity [4, 19]. • Prediction & Data Analysis: Advanced analytical applications include modeling electronic health records (EHR) to predict mortality or readmission [129], project duplication detection [6], and comparative analysis of scientific papers to determine novelty [51]. From a design perspective, the diversity of addressed tasks necessitates a strategic mapping between task requirements and multi-agent architectures. Objective-driven tasks, such as mathematical problem solving [67, 71, 96, 112, 114, 160] or code generation [8, 76, 110, 128], often rely on iterative refinement through homogeneous agents to converge on a single correct answer. In contrast, knowledge-intensive and subjective tasks benefit from the design of heterogeneous personas [44, 51, 127] that ensure a broad coverage of perspectives and help mitigate individual cognitive biases, particularly in medical contexts [10, 16, 52]. Furthermore, security-critical tasks like vulnerability assessment [132, 134] or phishing detection [65, 87] require the implementation of adversarial or “red-teaming” protocols [3] to effectively probe for system weaknesses. From an evaluation standpoint, the variety of functional goals implies that no single metric can capture performance across all domains. While arithmetic and logical tasks allow for objective measurement through accuracy scores on established benchmarks like GSM8K [97], open-ended and creative tasks increasingly rely on meta-evaluation frameworks where agents act as judges to score coherence, faithfulness, and alignment [9, 55, 57, 69, 70, 98, 156]. This shift towards multi-agent evaluation introduces new challenges, such as the risk of inter-agent sycophancy [97] or the reinforcement of existing biases, which must be carefully monitored through diverse reasoning datasets and multi-dimensional scoring systems.

 Key Findings RQ1 ¬ MAD is primarily a general-purpose reasoning paradigm, not yet a domain-specific methodology. Most studies use MAD in general knowledge, mathematical, or formal reasoning tasks, in which correctness is easier to benchmark and debate gains are easier to quantify [9, 15, 28, 67, 71, 96, 97, 101, 114, 138, 156]. ¬ Applied domains use MAD as a reliability layer. In medicine, software engineering, cybersecurity, fake news detection, and safety-related tasks, debate is mainly introduced to reduce errors, expose weaknesses, or improve trustworthiness rather than to model deliberation for its own sake [3, 10, 16, 50, 52, 65, 87, 132, 134]. ¬ Evaluation maturity varies strongly by task type. Objective tasks such as mathematics, logic, and code generation support direct benchmark-oriented evaluation, while open-ended tasks such as text evaluation, legal Manuscript submitted to ACM

10

Motger et al.

reasoning, negotiation, and creative generation rely on weaker proxies, including LLM-as-a-judge and qualitative synthesis [9, 34, 55, 57, 69, 70, 83, 90, 152, 156].

4

Participants

The following section examines how participants are designed in MAD frameworks, categorized into three main dimensions summarized in Figure 3: the Personas assigned to participants, the functional Roles they occupy, and the Base Model underlying their reasoning capabilities. 4.1

Personas

[ Definition 1: Personas The set of individual characteristics, independent of a participant’s functional role, that shape how the agent reasons and argues during the debate.

Formally, a persona may be assigned to each participant 𝑣 ∈ 𝑉 , where 𝑉 denotes the set of participants in the debate. Beyond what its functional role determines, the persona conditions the viewpoint an agent brings to the exchange, and thereby shapes the diversity of the deliberation. In practice, personas are instantiated through the agent’s system prompt, which may specify different kinds of persona-related information, such as the agent’s background, personality traits, and stance towards the debate topic. We characterize personas along three descriptors: their heterogeneity across participants, how they are assigned, and the attributes through which they are expressed, which we categorize into three families: background, personality, and stance. Any of these information families may be specified explicitly or left unspecified. 4.1.1 Attributes. Personas are specified through a set of attributes that shape how an agent behaves or interacts with other agents: a background that situates what the agent knows, a personality of behavioural traits that shape how it argues, and a stance that fixes the position it must defend. A background attribute models who an agent is: its identity, domain knowledge, expertise, skills, role, or demographic context. It grounds what the agent is presumed to know and the point of view it argues from, without committing it to a position on the topic of the debate. Backgrounds range from specialized functional roles to richer social or cultural identities. PhishDebate [65] instantiates dedicated inspectors (HTML, URL, content, and brand agents). CodeGen [8] defines distinct coding roles (e.g., PythonAssistant, AlgorithmDeveloper). Chen et al. [15] pair expert debaters with a non-expert judge to vary expertise. Other works ground the background in cultural or demographic context, as in the culturally differentiated agents of Zhang et al. [148] or the political profiles of Moghimifar et al. [83]. A personality or behavioural attribute modulates how an agent argues, rather than the position it defends. Chen et al. [12] show that stubborn and suggestible traits affect consensus dynamics, with stubborn agents exerting stronger influence on the final value; related work explores easy-going and overconfident profiles [57], and DEBATE varies a critic’s degree of criticality from weakly to strictly negative [55]. A neighbouring pattern is role-play, assigning agents distinct discussion personality traits through structured models such as the Six Thinking Hats in LLM discussion [77]. Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

11

Background: The identity, knowledge, and expertise of the agent. Attributes

Personality: Behavioural tendencies that shape how an agent debates. Stance: A predefined positioning on the topic under discussion. Homogeneous: All debaters share the same persona.

Personas

Heterogeneity Heterogeneous: Debaters are assigned distinct personas. Unspecified: No explicit persona is assigned. Assignment

Manually identified: Personas are assigned manually at design time. Automatically identified: Personas are automatically assigned at runtime.

Debater: Presents and defends positions, engaging in the exchange to reach consensus. Judge: Delivers the final decision and may determine when consensus is reached. Participants Summarizer: Synthesizes debaters’ statements to reduce token consumption. Roles Leader: Oversees and guides the debate (also called moderator). Verifier: Fact-checks the statements produced by debaters. Editor: Refines and produces the final response from the debate outcome. Open weight: Publicly available parameters, deployable locally. Model family Closed weight: Proprietary parameters, accessed via an external provider. Base Model Homogeneous: All agents share the same base model. Heterogeneity Heterogeneous: Agents draw on different base models.

Fig. 3. Taxonomy of participants in multi-agent debate systems.

These attributes offer a finer-grained lever over debate dynamics, diversity, and convergence, but their effects are harder to isolate than stance. A stance assigns an agent a predefined position. In two-sided settings, it is often implemented by assigning opposing positions: devil’s-advocate or critic roles that challenge another agent’s output [55], prosecution and defence arguing whether a news item is fake or genuine [50], faithful and unfaithful evaluators in summary-faithfulness assessment [57], proponent and challenger in retrieval debate [43], or supporting and opposing agents in stance detection [79]. Other formulations tie the stance to the answer space, as in the gold-versus-distractor setup of Chen et al. [15], where one debater argues for the correct answer and the other for the strongest incorrect option. Stance assignment may itself be manipulated: MADISSE [57] initializes uniformly distributed faithful/unfaithful stances, while CourtroomFND [50] switches prosecution and defence across rounds. Predefined stances make disagreement explicit and provide a controllable adversarial structure, though they may impose conflict even when the task would not naturally require it. 4.1.2 Heterogeneity. Heterogeneity refers to whether participants operate under a single shared persona or several distinct ones. A homogeneous configuration (employed by 44.4% of the surveyed approaches4 ) assigns one persona to all participants 𝑣 ∈ 𝑉 , so they argue from a common perspective and differ only in the arguments they generate [28, 33, 67, 91, 101, 104, 111, 141, 146, 149, 151]. This setting covers both the canonical multi-debater setup — several instances of the same agent revising answers under an identical prompt — and designs that replicate a single specialized persona 4 All percentages are computed over the set of distinct MAD approaches (𝑛 = 151). For a given property, totals may be below 100% when some approaches

leave that property unspecified and it cannot be inferred from the primary study without assumptions. Conversely, totals may exceed 100% when a single approach combines or compares several strategies and is therefore counted under more than one value. Manuscript submitted to ACM

12

Motger et al.

across participants. Holding the persona fixed deliberately isolates the effect of other design choices. As an example, Wang et al. [120] vary only the collaboration mechanism (governance, participation, interaction pattern, and context management). Similarly, GroupDebate [74] restructures the communication topology, both under a shared persona. When the contrast is made explicit, the homogeneous case typically serves as a baseline against persona diversity, as in ChatEval [9]. A shared persona simplifies implementation and isolates the interaction mechanism, but constrains reasoning diversity, leaving agents prone to premature convergence and shared errors. A heterogeneous configuration (53.6%) assigns distinct personas so that at least two participants reason from different perspectives [63, 65, 71, 75, 80, 92, 103, 127, 132]. This is realized through any of the persona attributes discussed above: opposing stances such as the “angel” and “devil” debaters [63, 71], differentiated backgrounds as in PhishDebate [65], panels of domain experts [80, 132], or automatically generated agent sets [92, 103, 127]. Notably, Liu et al. [75] find that distinct personas alone may not elicit genuinely divergent reasoning, and pair them with distinct reasoning strategies to break the agents’ shared “mental set”. Heterogeneous personas are the primary mechanism through which MAD operationalizes perspective diversity and mitigates conformity, at the cost of additional variability, since outcomes become sensitive to which personas are assigned and how they are specified. 4.1.3 Assignment. Assignment captures whether and how explicit personas are established. The relevant characteristics — expertise, domain knowledge, stances, or behavioural traits — may be left unspecified, defined manually at design time, or generated automatically at runtime. An unspecified assignment (53.6%) provides no persona beyond the generic task prompt [5, 13, 28, 62, 67, 72, 137, 138, 160]. Participants may still act as debaters, judges, or other functional roles (see Section 4.2), but carry no distinct expertise, viewpoint, or behavioural identity. This differs from a homogeneous configuration, which explicitly assigns the same persona to all participants rather than leaving it undefined. A manually identified assignment (28.5%) fixes a predetermined panel before the debate [8, 15, 16, 19, 53, 80, 112, 128, 148, 149, 152, 158]. For instance, Ma [80] casts debaters as historical philosophers in a structured “symposium”. Barbi et al. [8] assign four complementary, heterogeneous coding personas. Zhang et al. instantiate adversarial roles such as plaintiff and defendant in legal-argumentation settings [152]. Manual assignment gives precise control over panel composition but requires prior assumptions about which perspectives are relevant to the debate. An automatically identified assignment (17.9%) generates personas at runtime as a function of the task [49, 51, 76, 77, 92, 103, 110, 127]. Wang et al. [127] prompt a single model to instantiate a task-dependent set of personas. Song et al. [110] identify the roles required per subtask and assemble a matching team. Similarly, ChoiceMates [92] spawns three to six agents per query, while town-hall-style prompting generates a persona list adapted to the task [103]. Automatic assignment improves adaptability and reduces manual effort, but makes debate quality dependent on the persona-generation step. 4.2

Roles

[ Definition 2: Roles Roles refer to the specific functions, responsibilities, or behavioural profiles assigned to participants in order to structure the interaction and guide the debate process. Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

13

The primary participant is the Debater: an agent that presents arguments, reacts to others, and contributes according to its prompt, stance, persona, or task-specific expertise. Debaters may be generic agents exchanging candidate answers or rationales [5, 9, 12, 13, 28, 46, 62, 67, 96, 138], or specialized participants, such as proponent/opponent agents in jailbreak detection [7], technical expert agents in phishing detection [65], or advocate/skeptic agents in annotation-oriented summarization [82]. Beyond debaters, we identify the following recurring roles: • Judge (38.4%): A single agent produces the final decision — selecting a winning answer, aggregating arguments, or determining whether consensus is reached [3, 6, 7, 15, 33, 48, 52, 55, 63, 71, 72, 82, 120, 123, 124, 137, 156]. This role operationalizes the LLM-as-a-judge paradigm [2, 34], in which an LLM is prompted to deliver human-like assessments of candidate outputs. CFMAD [33] uses a judge to evaluate the debate after agents argue from counterfactual stances. Auto-Arena [156] relies on a committee of judges deciding by majority vote. • Summarizer (21.9%): Synthesizes debate statements to reduce context length or provide a compact record for decision-making [3, 19, 47, 48, 52, 72, 90, 110, 119, 120, 124, 129, 137, 139, 154]. In ERD [72] and FORD [137] the judge also summarizes, while in Song et al. [110] a reflector LLM summarizes and analyses the dialogue before feeding it back to the Captain Agent. • Leader (17.2%): Also known as moderator, the leader coordinates the debate by managing participation, turns, speakers, or discussion structure [16, 20, 36, 46, 47, 49, 51, 52, 60, 65, 69, 94, 110, 113, 119, 120, 122, 127, 129, 139, 145]. Beyond turn-taking, some leaders actively shape the discussion: the moderator in Co-STORM [49] steers the discourse and updates the participant list as the debate evolves, while in SMoA [60] it also filters which contributions advance. • Verifier (6.0%): Also referred to as factuality checker, tester, or auditor [4, 8, 20, 58, 90, 91, 132, 140, 160]. It checks the correctness, factuality, or validity of statements and intermediate outputs. For example, LLM-SmartAudit [132] audits smart-contract vulnerabilities, while CodeGen [8] instantiates verification as testing generated code. • Editor (3.3%): Refines, composes, or produces the final response from the debate outcome [4, 11, 30, 44, 63]. As an example, Debate-to-Write [44] turns the outcome into an argument plan, while PEG [11] uses a generator to produce the final answer from the debate consensus. These roles are not mutually exclusive: a single agent may combine judge and summarizer [72, 137]; leader, summarizer, and judge [120, 129]; or moderator and summarizer [4, 47]. Role assignment is also frequently intertwined with persona design, as several approaches assign backgrounds, stances, or behavioural profiles to debaters to ensure that different perspectives are represented [9, 19, 46, 48, 52, 55, 57, 65, 77, 82, 140, 153]. 4.3

Base Model

[ Definition 3: Base Model The underlying pre-trained LLM(s) used by the agents participating in the debate.

Base models can be characterized along several axes — scale (e.g., small vs. large), architecture, or training paradigm, among others. We focus on two descriptors: their model family (open- vs. closed-weight) and their heterogeneity across agents within a debate. We adopt the open/closed distinction because it is objective and stable — a model’s weights are either publicly accessible or not — whereas alternatives like “small” vs. “large” lack consensus and shift as the field Manuscript submitted to ACM

14

Motger et al.

evolves. It is also the most consequential for debate design, governing whether agents run locally or through external providers, with implications for cost, reproducibility, and control. 4.3.1 Model family. We distinguish open-weight models, whose parameters are publicly accessible and locally deployable, from closed-weight models, which are proprietary and accessed through external providers. Among the surveyed approaches, 66 rely exclusively on closed-weight models (43.7%), 32 exclusively on open-weight models (21.2%), and 53 combine both (35.1%). Closed-weight configurations are typically based on GPT-family models, sometimes combined with Claude, Gemini, Bard, or PaLM [14, 28, 33, 51, 55, 59, 76, 109, 160], whereas open-weight ones rely on Llama, Qwen, Mistral, Gemma, Vicuna, DeepSeek, or other locally deployable models [5, 8, 19, 91, 111, 128, 148, 150]. Mixed configurations are common in studies comparing proprietary and open-weight models under the same debate protocol [38, 67, 71, 110, 120, 146, 147, 156, 158]. By family, GPT dominates (118 approaches, 78.1%), followed by Llama (61, 40.4%), Qwen (28, 18.5%), Claude (22, 14.6%), Mistral (20, 13.2%), Gemini (14, 9.3%), DeepSeek and Gemma (12 each, 7.9%), and Vicuna (8, 5.3%); Yi, Baichuan, Phi, PaLM, SeaLLM, EXAONE, and InternLM appear less frequently. MAD research thus remains strongly centred on GPT, although open-weight alternatives are increasingly used. 4.3.2 Heterogeneity. A debate instance is homogeneous when all agents share the same base model — even if the paper reports separate experiments with several models — and heterogeneous when agents within the same debate draw on different models. Homogeneous configurations (81.5%) predominate over heterogeneous settings (27.8%). They are typically used to isolate the effect of debate structure, prompting, topology, or role assignment while holding the model fixed [8, 12, 13, 28, 55, 120, 150]; some evaluate several candidate models but run each debate within a single family, preserving homogeneity [150]. Heterogeneous configurations introduce model-level diversity, combining proprietary and open-weight models to test whether differing capabilities or inductive biases improve outcomes [14, 38, 59, 120, 123, 130, 146, 147, 156, 158]. Heterogeneity is sometimes explicit in the design rationale: Debate and Reflect [158] assigns stronger models to teacher roles and smaller ones elsewhere, and Debate-to-Detect [38] reports mixed-model configurations outperforming homogeneous setups in misinformation detection. Such diversity may increase robustness, but it complicates attribution, since gains may stem from model capability rather than the debate protocol alone.  Key Findings RQ2 ¬ Persona diversity is recognized but rarely operationalized systematically. When diversity is used, it is typically introduced through manually assigned roles, stances, or expertise profiles rather than evaluated as an independent design variable, making it hard to determine which forms of diversity actually improve debate quality [9, 65, 75, 80, 103, 120, 127, 132]. ¬ Stance is a more mature control mechanism than personality. Stance assignment is a practical way to force disagreement and surface counterarguments, especially through adversarial pairings such as angel/devil, faithful/unfaithful, prosecution/defence, or proponent/challenger [15, 43, 50, 55, 57, 63, 71, 79]. Personality traits are less consistently defined and harder to isolate experimentally, though early evidence suggests that stubbornness, suggestibility, confidence, or criticality can substantially affect convergence [12, 55, 57, 77]. ¬ Judge and summarizer roles signal a shift from pure debate to meta-coordination. Many approaches add judges, summarizers, leaders, or hybrid meta-agents to control, compress, and resolve the debate rather Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

15

than relying only on peer-to-peer deliberation [15, 33, 47, 55, 72, 110, 120, 129, 137, 156]. MAD performance thus increasingly depends not only on how debaters argue, but on how coordination roles curate information flow and turn debate traces into final outputs. ¬ Model homogeneity remains the default despite the promise of model-level diversity. Most debates instantiate agents from the same base model, even when studies benchmark several independently. Heterogeneous configurations offer a principled path to greater reasoning diversity, particularly when combining stronger and weaker models or closed- and open-weight families [14, 38, 59, 120, 123, 146, 147, 156, 158]; future evaluations should separate the effect of model diversity from that of the debate protocol. ¬ Reproducibility is constrained by closed-weight dependence and underspecified participant design. MAD research remains strongly centred on GPT-family and other closed-weight models, while participant prompts, personas, role combinations, and model assignments are often described only partially [14, 28, 33, 51, 55, 59, 76, 109, 160]. This limits reproducibility and cross-study comparison, making explicit participant specifications essential for future benchmarking.

5

Interaction

The following section examines how information exchange is structured in MAD frameworks, categorized into three main dimensions summarized in Figure 4: the Topology organizing the communication structure, the Protocol governing the order and timing of exchanges, and the Format defining how arguments are represented and delivered.

Static: Communication channels remain unchanged throughout the debate. Adaptability Dynamic: Communication channels adapt throughout the debate. Topology

Fully connected: All agents interact with each other. Structure

Divided into groups: Agents interact within disconnected subgroups. Structured networks: Interaction follows a predefined network topology. Sequential: Agents intervene in ordered turns.

Protocol

Mechanism

Interaction

Simultaneous: Agents contribute to the debate at the same time. Hybrid: Combines sequential and simultaneous exchanges. Natural language: Arguments are exchanged in human-readable text.

Syntax Embeddings: Arguments are exchanged as vector embeddings directly. Verbatim: Full arguments are shared without modification. Content

Summarized: Arguments are compressed into shorter representations.

Format Other: Alternative content transformation strategies are applied. Short-Term: Access limited to current debate context. Long-Term: Access extends to persistent memory across debates. Memory access Knowledge Retrieval: Agents query external knowledge sources. Parametric: Debates embedded into model parameters through training.

Fig. 4. Taxonomy of interaction in multi-agent debate systems. Manuscript submitted to ACM

16

Motger et al.

5.1

Topology

[ Definition 4: Topology The structural organization of agents and their communication links in the debate. It determines how agents are connected, grouped, and allowed to exchange information. Building on classical graph theory [27], we formalize the topology of a MAD system as a directed graph 𝐺 = (𝑉 , 𝐸), where 𝑉 is the set of agents and 𝐸 ⊆ 𝑉 × 𝑉 the set of communication paths. An edge (𝑢, 𝑣) ∈ 𝐸 indicates that agent 𝑢 can transmit information to agent 𝑣; the path is unidirectional if (𝑢, 𝑣) ∈ 𝐸 but (𝑣, 𝑢) ∉ 𝐸, and bidirectional if both hold. This defines the structural constraints under which agents exchange arguments, characterized by two descriptors: adaptability and structure. 5.1.1 Adaptability. Adaptability refers to whether the communication structure changes during the debate, i.e., whether the edge set 𝐸 remains fixed or evolves over time. A static interaction (88.7%) keeps the graph 𝐺 = (𝑉 , 𝐸) invariant, reflecting an interaction structure predefined at design time [10, 54, 71, 72, 85, 132, 152]. The vast majority of MAD approaches are static: all two-agent settings are trivially fixed, and several works deliberately compare alternative fixed strategies. Chan et al. [9] define three unchanging communication protocols, and Zhang et al. [149] model agents as spatial-temporal graphs with connectivity held constant during inference. Static schemes simplify implementation, enable controlled experimentation by isolating other variables (prompting, roles, model settings), and yield predictable token consumption that can be estimated in advance. Their rigidity, however, limits runtime adaptation. A dynamic interaction (9.9%) lets the edge set evolve, becoming time-dependent 𝐸 (𝑡), so agents adapt their communication in response to context or intermediate results. Some approaches activate previously disconnected agents: DyLAN [76] selects agents from a candidate pool and dynamically deactivates them during solving, Song et al. [110] assemble and revise teams per subtask, and Park et al. [92] let users invoke or switch among agent subsets. Others keep the agent set fixed but adapt the graph across rounds: Wang et al. [128] optimize a multi-round graph via Node Dropout and Edge Dropout, and Sun et al. [114] update edge weights so agents interact only with beneficial peers. Dynamic interaction improves flexibility and efficiency by focusing communication on the most relevant agents, at the cost of reduced experimental control, since outcomes depend on the update policy for 𝐸 (𝑡). 5.1.2 Structure. Structure characterizes how nodes (agents) are connected and how communication is distributed across 𝐺 = (𝑉 , 𝐸). A fully connected structure (72.2%) links every pair of agents (∀𝑢, 𝑣 ∈ 𝑉 , (𝑢, 𝑣) ∈ 𝐸), so every message reaches all other agents. The bilateral case (|𝑉 | = 2) is its trivial instance. Most surveyed approaches adopt this structure [38, 44, 46, 91, 96, 99, 120]. Combined with a dynamic topology, it can yield reduced fully connected graphs by removing low-performing agents (and their incident edges) while preserving connectivity among the rest [76]. Variability within fully connected designs is otherwise very limited. A divided into groups structure (3.3%) partitions agents into disjoint subsets 𝑉1, 𝑉2, . . . , 𝑉𝑘 with communication restricted mostly within each group, i.e., (𝑢, 𝑣) ∈ 𝐸 ⇒ ∃𝑖 (𝑢 ∈ 𝑉𝑖 ∧ 𝑣 ∈ 𝑉𝑖 ). Liu et al. [74] split agents into debate groups, deferring cross-group exchange to stage boundaries via shared summaries. Wang et al. [123] let each agent access full answers within its group but only viewpoints from outside it. Sun et al. [112] randomly split agents into two teams Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

17

Fig. 5. Overview of structured network topologies for interaction in MAD systems.

later adjudicated by a separate judge. These partitions balance diversity and coordination: agents deliberate intensively within subsets, while inter-group communication is mediated through summaries, judges, or specialized roles. A structured network (23.2%) constrains 𝐸 to an explicit graph (e.g., star, chain, tree). As illustrated in Figure 5, and based on the analysed papers, several canonical structures emerge: • Chain: a linear topology where (𝑣𝑖 , 𝑣𝑖+1 ) ∈ 𝐸, so each agent builds on its predecessor. Huang et al. [46] introduce sequential modes that accumulate reasoning over time, and others use a chain as a baseline against more advanced networks [134]. It promotes incremental refinement at low overhead but is prone to error propagation and limits parallel exploration. • Ring: a cyclic chain where (𝑣𝑖 , 𝑣𝑖+1 ) ∈ 𝐸 and (𝑣𝑛 , 𝑣 1 ) ∈ 𝐸, so each agent communicates with a fixed neighbour set. Yin et al.’s Relay paradigm connects models in a circle, each receiving from its predecessor and passing to its successor [145]. Sparse neighbour-connected topologies follow a similar principle [71]. It balances information sharing and efficiency, reducing redundancy relative to full connectivity while retaining iterative refinement. • Star: a centralized topology where a single node aggregates from all others, as in M-MAD, where debate groups produce intermediate results synthesized by an agent (e.g., a judge agent) into a final decision [34]. This improves global consistency and interpretability but introduces a central bottleneck and single point of failure. • Tree: a hierarchical topology enabling recursive decomposition of reasoning. Tree-of-Debate constructs a dynamic tree whose nodes are subtopics and whose edges refine arguments [51], exploring reasoning paths in parallel while preserving structured progression, at the cost of higher coordination complexity. • Layered network: a multi-stage topology where agents form sequential layers, each performing a distinct transformation. AgentPrune’s pipeline of dimension partition, intra-dimension debate, and final aggregation exemplifies this [149], enabling modular reasoning and specialization but limiting cross-layer interaction. • Sparse: a low-density topology where each agent interacts with a limited subset of peers (|𝐸| ≪ |𝑉 |(|𝑉 | − 1)). Li et al. [67] systematically study sparse communication (e.g., neighbour-connected graphs) and show that reducing connectivity can retain or even improve performance while significantly lowering inference cost, though it requires care to avoid removing critical information flows. • Bipartite: agents split into two disjoint sets interacting primarily across the partition, as in M-MAD, where paired agents with opposing stances debate within each dimension [34]. This enhances contrastive reasoning and role specialization but may limit intra-group sharing. These structures expose a central trade-off: greater connectivity improves information sharing and robustness, while restricting it improves efficiency and scalability. The choice of topology therefore directly shapes the balance among reasoning quality, interpretability, and computational cost. Manuscript submitted to ACM

18

Motger et al.

5.2

Protocol

[ Definition 5: Protocol The set of interaction rules that governs how agents participate in the debate. It specifies the order, timing, and coordination of exchanges among agents.

Building on the graph-based formalization of topology, the protocol is the temporal dimension governing how interactions unfold over 𝐺 = (𝑉 , 𝐸). Let 𝑇 = {1, . . . , 𝑡 max } denote the discrete debate steps; at each 𝑡 ∈ 𝑇 , a communication event transmits a message (a sequence of tokens) from agent 𝑢 to agent 𝑣 along an edge (𝑢, 𝑣) ∈ 𝐸, defining when interactions occur and how information propagates across successive rounds. 5.2.1 Mechanism. Mechanism specifies how communication events are scheduled over time, i.e., the subset 𝐸 (𝑡) ⊆ 𝐸 of edges instantiated at each step 𝑡. A sequential mechanism (42.4%) activates one event per step (|𝐸 (𝑡)| = 1), enforcing an ordered, linear flow in which each message depends on previously generated content [6, 8, 18, 43, 45, 53, 54, 90, 94]. These strategies unfold over a fixed number of rounds in which the agent set is iteratively traversed until consensus is reached or an iteration cap is hit [15, 16, 19, 79]. Ordering can be instantiated in several ways: randomized turn-taking to mitigate ordering bias and dominance effects [19, 80], a predefined or dynamically controlled order mediated by a coordinator (e.g., a conversation manager or instructor agent) that selects the next speaker from the evolving context [110], or explicit comparison of both strategies [120]. As in human discussion, ordering is non-trivial: early contributions can anchor later reasoning and amplify conformity, making interaction order a key factor in the diversity and robustness of deliberation. A simultaneous mechanism (47.0%) activates multiple events in parallel (|𝐸 (𝑡)| > 1), letting agents contribute concurrently under identical context at step 𝑡 [5, 48, 59, 63, 65, 67, 77, 101]. Simultaneous talk, formalized in Wang et al. [120], has all agents generate independently within a round and broadcast to peers. In EvalSVA [134], agents perform simultaneous assessment using only shared context from previous rounds. The simplest instance is bilateral simultaneous debate [48, 50, 62, 73, 99, 153, 157], where two agents argue in parallel and refine across rounds; larger settings extend this to many agents producing responses concurrently before aggregation [75, 76, 97, 98, 129]. Some works directly compare mechanisms: Huang et al. [46] and Wen et al. [134] show that simultaneous interaction reduces inter-agent dependency while preserving diversity, and Wang et al. [120] evaluate its impact on accuracy and token efficiency. By decoupling agent execution within each round, simultaneous mechanisms enable parallel computation and reduce ordering bias, but shift complexity to aggregation, where conflicting or redundant outputs must be reconciled. A hybrid mechanism alternates sequential and simultaneous phases, interleaving independent contributions with interdependent refinement. Though this mechanism is less common (8.0%), several works adopt such staged pipelines: Wang et al. [122] explore reasoning branches independently before structured merging, and CollabEval [98] alternates independent evaluation with collaborative discussion. Others operate at finer granularity — GVIC [161] interleaves independent reasoning with periodic communication, MAMM-REFINE [118] combines parallel evaluation with sequential refinement, Ki et al. [54] switch dynamically between independent and interactive behaviour, and RedDebate [3] cycles parallel generation and sequential critique — or extend the idea hierarchically, with parallel exploration across branches and sequential refinement within them, as in Tree-of-Debate [51] and MAKGED [68]. Hybrid mechanisms Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

19

trade off exploration and coordination — parallel phases promote diversity and efficiency, sequential phases enable convergence — at the cost of greater orchestration complexity. 5.3

Format

[ Definition 6: Format The representation and structuring of the information exchanged between agents. It defines how arguments are expressed, transformed, and delivered during the debate. (𝑡 ) The format specifies how messages are represented and processed. For a message 𝑚𝑢→𝑣 transmitted along an edge

(𝑢, 𝑣) ∈ 𝐸 at step 𝑡, it determines the encoding used, whether and how the message is transformed before consumption, and how much prior context is available. 5.3.1 Syntax. Syntax is the representational form in which messages are encoded and exchanged. It governs how information is structured, interpreted, and processed across agents, affecting transparency, inter-agent compatibility, and how far intermediate reasoning can be inspected or manipulated. A natural language syntax encodes messages as human-readable text and is almost exclusively the choice in MAD (99.3%). It enables rich, expressive, and interpretable exchanges — allowing agents to articulate reasoning, critique others, and build on prior arguments — and supports human-in-the-loop supervision, but introduces ambiguity, verbosity, and higher token consumption. An embeddings-based syntax exchanges messages as dense vectors in latent space rather than explicit text. The only approach proposing and evaluating it is CIPHER [96], where agents generate messages as weighted averages of token embeddings drawn from the output distribution and exchange these directly, converting back to text only at the final stage via nearest-neighbour search; Pham et al. report consistent gains over natural-language debate (0.5–5.0%), particularly for smaller models [96]. This can reduce communication overhead and enable compact exchange, but limits interpretability and fine-grained critique, as intermediate representations are not human-readable. 5.3.2 Content. Content refers to the degree of semantic manipulation applied to a message before transmission. (𝑡 ) (𝑡 ) = 𝑓 (𝑚𝑢→𝑣 ). Content choice directly affects the fidelity, conciseness, and Formally, the delivered content is 𝑚˜ 𝑢→𝑣

informational density of the exchanged arguments. (𝑡 ) (𝑡 ) A verbatim strategy (86.1%) transmits messages without modification (𝑚˜ 𝑢→𝑣 = 𝑚𝑢→𝑣 ), preserving the full original

argument. The vast majority of approaches exchange outputs as-is [9, 19, 31, 33, 68, 73, 75, 110, 127, 153, 154]. Verbatim exchange is often augmented with metadata that accompanies the argument without altering it: • Confidence scores, signalling an agent’s degree of certainty and used to weight aggregation, as in RECONCILE’s confidence-weighted voting [5, 13, 145]. • Uncertainty scores, typically the inverse of confidence, letting agents adjust attention towards more reliable contributions [29]. • Verifier or evaluation scores, where a dedicated component scores answers and intermediate reasoning; Park et al. [91] aggregate these into rewards optimized through multi-agent reinforcement learning. • Judge-based likelihoods, where a judge assigns a plausibility signal used for final selection without altering the arguments themselves [15]. Manuscript submitted to ACM

20

Motger et al. • Bias or quality scores, computed by auxiliary agents to guide selection or training (reinforcing desirable behaviours, penalizing flawed outputs) while leaving arguments unchanged [18]. • Guideline or preference weights, external signals encoding priorities such as utility or fairness that modulate aggregation without modifying the exchanged content [148]. Verbatim exchange maximizes information fidelity and retains full reasoning traces for inspection and post-hoc

analysis, but introduces redundancy and higher token cost. (𝑡 ) (𝑡 ) = 𝑓 (𝑚𝑢→𝑣 ) with |𝑓 (𝑚)| < |𝑚|, primarily to control A summarized strategy (10.6%) compresses the message, 𝑚˜ 𝑢→𝑣

context growth and communication cost [39, 48, 129, 141]. Some approaches replace full dialogue history with compact shared summaries that preserve key signals [120, 134]; others summarize more aggressively at the message level, via entropy-based compression of redundant content [141], coordinator agents that synthesize outputs into concise reports as in ColaCare [129], or judge agents that summarize each round before continuing [39]. Empirically, summarization can substantially cut communication overhead while remaining competitive [120, 134, 139], and some works combine verbatim and summarized exchange by role [59, 141, 161], preserving detail during local reasoning while compressing for coordination or aggregation. This improves efficiency and scalability but risks information loss when critical details are omitted. Other strategies transform the structure, selection, or informational properties of messages rather than simply transmitting (verbatim) or compressing (summarized) them. Estornell et al. [30] apply diversity-pruning and qualitypruning to selectively filter and prioritize responses, increasing diversity and reducing echo-chamber effects, while Wang et al. [122] reorganize intermediate outputs into staged reasoning pipelines, altering how information is decomposed and recombined. These reshape properties such as diversity or relevance and can mitigate failure modes like consensus collapse, at the cost of added design complexity and reduced transparency. 5.3.3 Memory access. Memory access refers to the extent and source of information available to an agent when (𝑡 ) generating and interpreting messages. For a message 𝑚𝑢→𝑣 = 𝑔(M (𝑡 ) ), the accessible memory M (𝑡 ) may span prior

debate messages, persistent knowledge, or external resources, directly affecting reasoning continuity, knowledge grounding, and coherence. A short-term strategy (94.7%) restricts M (𝑡 ) to the current debate, typically only the messages exchanged within the ongoing interaction [25, 38, 44, 50, 62, 110, 137]. This is by far the most prevalent setting, usually implemented by concatenating prior arguments into the prompt at each step [137], sometimes with a compression step to keep within model context limits [50] — a concern that directly motivates summarization. It simplifies reproducibility and experimental control, since sessions are self-contained, but prevents agents from reusing knowledge accumulated across prior debates. A long-term strategy (2.7%) extends M (𝑡 ) with information persisting across sessions, enabling cumulative reasoning, refinement, and adaptation over time [84, 104, 111, 141]. It is typically implemented through persistent debate traces, structured memory modules, historical reflections, or error repositories revisited in future steps [104, 111, 141], sometimes combined with learning-based adaptation that refines behaviour across iterations [84, 111]. It raises challenges of memory management, trace selection, and consistency, since outdated, noisy, or erroneous information may persist. A knowledge retrieval strategy (6.0%) augments M (𝑡 ) with external sources — databases, documents, guidelines, or retrieval systems queried during the debate — to compensate for insufficient task knowledge and improve factual grounding [10, 51, 79, 104, 119, 124, 129, 154, 160]. Examples include medical guidelines in clinical consultation [129], stance-related background in zero-shot stance detection [79], event-schema evidence in event extraction [124], and Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

21

paper-specific passages in scientific comparison [51]; others use shared or adaptive knowledge pools that agents query on demand [10]. This enhances grounding and domain coverage but makes debate quality dependent on retrieval accuracy, evidence selection, and latency. Finally, a small subset (2.0%) explores parametric memory, embedding debate-derived knowledge directly into model parameters through learning rather than explicitly accessible context [84, 111, 141]. These approaches use debate traces, critiques, error logs, or reinforcement signals to adapt agent behaviour across training cycles: refining policies towards safer, less toxic generations [84], leveraging traces as synthetic supervision for self-evolution [111], or combining adversarial debate with persistent error logging for hallucination mitigation [141]. Parametric memory adds no prompt context and needs no retrieval at inference, making it efficient once trained, but introduces training complexity and risks such as policy drift or the absorption of low-quality debate-derived patterns.

 Key Findings RQ3 ¬ Dominance of full connectivity as a default design choice. Most MAD approaches rely on fully connected topologies, favouring maximal information sharing over deliberate communication design. Yet structured alternatives such as sparse, ring, or group-divided topologies can achieve competitive performance while reducing token cost, leaving topology an underexploited design lever [67, 71, 74, 123]. ¬ Convergence on a static, verbatim, short-term interaction pattern. The field has largely standardized around static structures, simultaneous or sequential natural-language exchange, verbatim message sharing, and short-term memory. This configuration is easy to implement, but only a few studies compare it against alternatives, leaving trade-offs in accuracy, cost, and communication efficiency unresolved [46, 120, 134]. ¬ Neglect of ordering effects in sequential debate. Sequential protocols are common, yet agent order is rarely controlled as an experimental variable. Since early contributions may anchor subsequent reasoning and amplify conformity, randomized turn-taking and centralized speaker selection remain important but underused mechanisms for reducing ordering bias [19, 80, 110, 120]. ¬ Limited adaptability due to session-scoped memory. MAD systems almost universally rely on short-term memory restricted to the current debate, while long-term, retrieval-based, and parametric memory remain marginal. This limits agents’ ability to accumulate knowledge across interactions or adapt to recurring tasks [84, 111, 141]. ¬ Underexploration of non-verbal communication formats. Inter-agent communication is almost exclusively natural language, despite early evidence that embedding-based communication can improve performance while reducing overhead. This suggests a largely unexplored space for efficient latent-space communication in larger or longer-running debate systems [96].

6

Agreement

The following section examines how MAD frameworks conclude their interactions and reach a final output. This process is categorized into two main dimensions, summarized in the taxonomy shown in Figure 6: the Authority (who makes the decision) and the Resolution mechanism (how the decision is determined). Manuscript submitted to ACM

22

Motger et al. Collective: The final decision is made jointly by multiple agents. Judge-based: The final decision is made by a designated judge agent. Authority Hybrid: The final decision combines collective and judge-based authority. Other: User-dependent, undefined, or non-standard decision authority. Agreement

Argument evaluation: The decision is made by evaluating the debate. Majority vote: The option supported by most agents is selected. Weighted vote: Votes are aggregated with agent-specific weights. Resolution Scoring: The decision is made through agent response scoring and ranking. Average: The decision is derived by averaging agent outputs or scores. Consensus: Agents deliberate until reaching a common agreement.

Fig. 6. Taxonomy of agreement in multi-agent debate systems.

6.1

Authority

[ Definition 7: Authority Authority refers to the agent responsible for the final output after the agents have concluded their debate process.

The authority defines the agency or entity responsible for making the final determination and generating the system’s output after the agents have concluded their debate process. It distinguishes between decisions made jointly by the group (Collective), by a specialized agent (Judge-based), through a combination of both (Hybrid), or other non-standard models (Other). • Collective (52.3%): This is the most frequent approach, where the final answer is an aggregation of the agents’ positions. It is highly prevalent in mathematical and reasoning tasks where objective answers are required [28, 67, 96, 101, 114, 120, 130, 138]. • Judge-based (39.1%): A designated agent — often referred to as a “Judge”, “Moderator”, “Captain”, or “Meta-Agent” — reviews the entire debate log to make the final determination [19, 33, 50, 55, 59, 63, 65, 70–72, 75, 87, 94, 110, 112, 119, 124, 129, 152, 154]. Although judges typically access the full conversation, some specialized designs only provide the judge with a summary generated by a separate agent [72]. While this model is typical for subjective tasks such as text evaluation or medical diagnostics [55, 70, 72], it is also applied in scientific comparative analysis, where a moderator synthesizes the entire debate tree into a paragraph-long comparative summary [51]. • Hybrid (4.0%): These systems combine both methods, usually attempting a collective agreement first and invoking a judge only if a tie occurs or consensus is not reached within a specific number of rounds [6, 30, 57, 68, 123]. • Other (4.6%): This category encompasses frameworks where the decision authority is not explicitly defined, is user-dependent, or follows non-standard protocols. It includes human-in-the-loop systems where the final decision is delegated to the user [92], and fully configurable platforms that allow for any agreement style depending on the setup [4]. Furthermore, it accounts for mathematical resolutions such as reaching a Nash equilibrium to achieve cross-cultural consensus [148], or architectural designs where a Central Answer Model (CAM), consisting of fine-tuned ML models, generates the final response [95]. Other proposals include selecting the output of a specific agent, like the “harmless agent” after a debate [84]. Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges 6.2

23

Resolution

[ Definition 8: Resolution The resolution mechanism specifies the logic or algorithm used to select or generate the final response.

Resolution is the specific mechanism, logic, or algorithmic process employed to aggregate individual agent positions or synthesize the arguments exchanged during the debate into a single, unified final response. This includes methods such as majority voting, scoring, numerical averaging, or reaching a consensus. • Argument Evaluation (13.4%5 ): Specific to judge-based systems, where the designated judge or meta-agent evaluates the quality of the debate arguments to synthesize a final judgment or summary [3, 8, 15, 43, 51, 58, 59, 70, 127, 132, 149]. This mechanism is essential for tasks where a binary choice is insufficient and a qualitative synthesis is required. For instance, in scientific comparative analysis, a moderator evaluates a debate tree to produce a paragraph-long summary highlighting significance and novelty [51]. Similarly, in software security, an “Auditor” reviews revised analyses to make final determinations on vulnerability classifications [132]. • Majority vote (46.4%): The dominant mechanism in collective systems, where the answer selected by the highest number of agents is chosen as the final outcome [9, 25, 28, 29, 39, 48, 67, 69, 74, 80, 91, 96, 101, 104, 111, 114, 120, 122, 130, 138, 141, 145, 146, 151]. A notable special case occurs in frameworks like Auto-Arena, where although the authority is judge-based, the final decision is delegated to a committee of judges who reach a verdict through a majority vote among themselves [156]. • Weighted vote (5.2%): In this mechanism, final decisions are reached by applying specific weights to agent responses rather than treating them equally [10, 13, 97, 105, 148]. Weights are typically calculated based on metadata such as confidence levels [97] or an agent’s consistency across multiple rounds of debate [97]. These weights are processed through quantitative mathematical formulas — such as specific equations to calculate final scores [97] — or derived from Nash equilibrium distributions in cross-cultural negotiation tasks [148]. Other implementations use algorithmic weighted predictions to combine adversarial perspectives into a single output [10]. • Scoring (10.3%): In this mechanism, agents assign numerical values or ranks to different responses, and the system selects the option with the best aggregate performance. This is used in spam detection to classify emails [46] and in math word problem solving to identify the most plausible reasoning path [76, 160]. A sophisticated application is found in value alignment tasks, where responses are selected by maximizing a “usefulness” function while simultaneously minimizing “harmlessness” scores [161]. Additionally, scoring can be used by committees of judges to detect misinformation [38] or to categorize arguments based on their bias levels [18]. • Average (4.1%): This method is specifically employed when the agents’ outputs are numerical. Instead of choosing one agent’s response, the system computes the mathematical mean of all individual values to derive a unified final answer. This is a common practice in evaluation frameworks like ChatEval [9] and in studies on confidence calibration, where numerical scores are averaged to provide a more reliable assessment of truthfulness [140]. • Consensus (20.6%): Agents deliberate until they all converge on a single, unanimous answer [12, 14, 16, 20, 44, 45, 73, 118, 134, 139, 158]. To prevent infinite loops, these processes are usually capped at a maximum number of 5 Exclusively, for resolution, percentages are computed over 𝑛 = 97 MAD approaches, representing the set of studies where a resolution agreement

process is actually formalized and implemented. Manuscript submitted to ACM

24

Motger et al.

rounds. For example, Chen et al. assessed the impact of doubling debate rounds (e.g., from 2 to 4, from 13 to 25) observing performance and token efficiency [16].  Key Findings RQ4 ¬ Dominance of collective authority in objective domains. Research shows a clear preference for collective decision-making in domains with objective ground truths, such as mathematics and logic [28, 67, 96, 101, 114, 138]. In these contexts, authority is shared among agents to ensure that the final output is a product of group convergence. ¬ Specialization of judge-based authority (Meta-Agents) for qualitative synthesis. There is a significant trend towards delegating authority to specialized “Meta-Agents” or judges for tasks requiring nuanced synthesis, such as clinical diagnostics or open-ended text evaluation [33, 51, 59, 70, 71, 156]. These judges move beyond simple aggregation to perform a qualitative evaluation of the debate’s arguments. ¬ Strategic trade-off between resolution efficiency and output fidelity. The choice of resolution mechanism involves a trade-off: while majority voting is the standard for computational efficiency in objective tasks [67, 114, 145], mechanisms like consensus or iterative argument evaluation prioritize high-fidelity results at a higher cost in terms of communication rounds and token consumption [16, 158].

7

Discussion

Documenting the MAD research landscape. The first contribution of this study is to serve as a structured proxy for the state of MAD research. The bibliometric trend is unambiguous: from 14 studies in 2023 to 70 in 2025, with 45 of 141 studies available only as preprints, MAD is a young, fast-moving field whose body of knowledge remains largely uncurated and fragmented across domains and terminologies. Reading the four research questions jointly reveals how design decisions are coupled. Domain choice (RQ1) propagates into participant design (RQ2): objective-ground-truth domains such as mathematics and coding favour homogeneous debaters converging on a single answer, whereas less objective domains such as healthcare or social reasoning motivate heterogeneous personas and explicit roles to broaden perspective coverage. The same domains shape agreement (RQ4): objective tasks gravitate towards collective authority resolved by majority vote, while subjective tasks delegate to judge-based authority and argument evaluation, where a meta-agent performs qualitative synthesis rather than aggregation. Interaction (RQ3) shows the strongest internal coupling: across topology, protocol, format, and memory, the field has implicitly converged on a recurring pattern — static, fully connected topologies, verbatim natural-language content, and short-term memory — adopted by convention rather than through systematic comparison. Crucially, the alternatives to this pattern are not absent but marginal: dynamic topologies, structured and sparse networks, summarized or embedding-based content, and long-term, retrieval-augmented, or parametric memory each appear in a small minority of studies, and the few works that compare them report non-trivial performance and efficiency gains. The taxonomy presented in this paper is the first-level contribution that makes these observations possible. Decomposing MAD into participants, interaction, and agreement, and each dimension into orthogonal sub-dimensions with explicit attribute values, provides a shared vocabulary that replaces the inconsistent and overloaded terminology currently found in the literature. This consolidated view exposes a set of concrete and actionable research gaps. Each identifies a design dimension that is technically feasible to vary but has not been investigated in a controlled manner: Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

25

• Underexplored domains. Application is concentrated on general reasoning and mathematics, while specialized professional domains remain comparatively untested. • Topology as a deliberate design lever. Full connectivity is adopted by default, yet sparse and structured alternatives match or exceed it at lower cost. The conditions under which a given topology is preferable remain uncharacterized. • Dynamic interaction. Adaptive topologies are rare despite their potential to prune redundant exchanges. Principled policies for when and how to evolve the communication graph are largely missing. • Interaction order. Agent ordering in sequential protocols is seldom controlled or reported, leaving an underappreciated source of anchoring and conformity bias. • Memory beyond the session. Long-term, retrieval-augmented, and parametric memory are explored only marginally, limiting the adaptability of MAD systems across recurring tasks. • Embedding-based communication. Latent-space message exchange is virtually unexplored despite early evidence of joint effectiveness and efficiency gains. • Cross-dimension interactions. Studies typically vary one dimension in isolation; how participant, interaction, and agreement choices interact — e.g., topology effects under different agreement mechanisms — is unstudied. • Cost-aware evaluation. Performance is rarely reported jointly with token consumption or latency, obscuring the efficiency trade-offs that several design choices are explicitly meant to address. A structural framework for benchmarking. A direct practical consequence of the taxonomy is that it reframes the comparison of MAD approaches. As the results show, a MAD setting is defined by a large number of design decisions — on the order of a dozen attributes, each admitting several values — which jointly induce an enormous configuration space. This combinatorial variance is the root cause of a recurring methodological weakness: comparisons across studies are difficult, and rigorous benchmarking is harder still, because reported results conflate the effect of the debate mechanism with the effect of unstated design choices. The taxonomy mitigates this by giving comparison a format. Instead of relying on qualitative, narrative descriptions, an approach can be specified as a point in the taxonomic space, making explicit which attributes are fixed and which are varied. This yields two concrete benefits. First, differential documentation: it becomes straightforward to express how one MAD setting extends or modifies another by reporting only the attributes that differ, so that ablations and incremental contributions are described precisely instead of in prose. Second, controlled variability: reported performance can be attributed to specific attributes, enabling studies that isolate the effect of a single design dimension while holding the rest constant — the prerequisite for fair benchmarking and for distinguishing genuine mechanism gains from configuration artifacts. In this sense, the taxonomy is not only descriptive but normative, defining the minimal set of dimensions a study must report for its results to be interpretable and reproducible. Towards machine-readable MAD specifications. The third perspective concerns design and implementation. Because the taxonomy is structured and its attributes take values from well-defined domains, it can be extended beyond documentation into a machine-readable specification of MAD systems. Several dimensions already admit formal notations that make this immediate: topology is naturally expressed as a graph 𝐺 = (𝑉 , 𝐸), the protocol as a temporal activation of edges 𝐸 (𝑡), the format as transformation functions over messages, and agreement as an authority-and-resolution pair. These are constructive devices, in the sense that a configuration expressed in this notation is sufficient to instantiate the corresponding system. This opens a path towards treating MAD settings as artifacts: structured, declarative specifications that can be exchanged, version-controlled, and modified independently of any Manuscript submitted to ACM

26

Motger et al.

particular implementation. Two consequences follow. First, reproducibility improves, since a specification artifact removes ambiguity about the configuration under evaluation. Second, and more importantly, the configuration space becomes programmatically navigable: once a MAD setting is a structured object, attributes such as the number of debaters, topology, or maximum rounds become hyperparameters amenable to automated search and tuning, rather than choices fixed manually at design time. The taxonomy thus provides the schema on top of which automated MAD design and optimization pipelines can be built. A formalization example: ChatEval. To illustrate the three perspectives concretely, Table 3 applies the taxonomy to ChatEval [9], using the formal notation introduced in Sections 4 to 6. We select ChatEval as it is among the most highly cited frameworks in our corpus, exercises all three taxonomy dimensions non-trivially, and is representative of the evaluation-oriented MAD systems common in the literature. The exercise instantiates each dimension — participants, interaction, and agreement — for the three MAD strategies that ChatEval defines, and exemplifies the benefits discussed above. As documentation, it renders the complete configuration of a published approach explicit and unambiguous. As a benchmarking aid, it shows that the three strategies differ in only a small set of attributes — the protocol mechanism, and the presence of a summarizer role with the associated topology and content changes — while all remaining attributes are shared, making the comparison precise and the contribution of each variant isolable. As a specification, the formal entries (𝐺 = (𝑉 , 𝐸), 𝐸 (𝑡), 𝑚˜ = 𝑓 (𝑚), authority–resolution pair) constitute a near-constructive description from which the system could be instantiated. This single example thus demonstrates how the taxonomy operates simultaneously as a descriptive, comparative, and constructive instrument. 8

Threats to Validity

We organize threats to validity following the taxonomy proposed by Zhou et al. [159]. Concerning internal validity, two threats arise from the human-dependent nature of the study. First, paper selection and annotation are susceptible to subjectivity. To mitigate this threat, every candidate paper was independently assessed by at least two authors, with disagreements resolved by consensus. Data extraction was performed by a single author per paper due to corpus size, but the taxonomy vocabulary was iteratively consolidated across all authors throughout the process. Second, the taxonomy was derived inductively from the literature rather than from a pre-established framework, meaning its categories may be shaped by the particular set of studies included. To mitigate this threat, we iteratively reviewed and expanded the vocabulary included in our taxonomy, revisiting studies as new paradigms or design alternatives emerged. Concerning construct validity, the main threat is the absence of a universally accepted definition of MAD. We addressed this by deriving explicit inclusion and exclusion criteria (Table 2) from a synthesis of existing definitions. Nevertheless, the boundary with adjacent paradigms such as multi-agent collaboration or iterative self-refinement is inherently fuzzy, and borderline cases required judgment calls that the dual-review protocol only partially mitigates. Concerning external validity, the study is scoped to natural-language tasks, excluding multimodal debate settings. This is a deliberate decision to ensure taxonomic coherence, and we identify multimodal MAD as a direction for future work. Consequently, our taxonomy generalizes to text-based MAD and may need to be extended to capture modality-specific dimensions. Nevertheless, the majority of design dimensions are independent from the modality of the debate. Concerning conclusion validity, the main threat concerns the completeness and repeatability of the search. The primary search was conducted exclusively on Scopus using a deliberately narrow search string, prioritizing precision in the seed set at the cost of potentially missing relevant works. This is partially mitigated by the systematic snowballing Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

27

Table 3. Taxonomy instantiation of ChatEval [9], using the semi-formal notation introduced in Sections 4–6.

Dim. Sub-dim.

Attribute

Base Model Heterogeneity

S2: Simultaneous-Talk S3: Simult.-Talk + Summarizer Closed-weight (GPT-4 / GPT-3.5-turbo)

Homogeneous: ∀𝑢, 𝑣 ∈ 𝑉 , model(𝑢) = model(𝑣) 𝑉 = 𝑉𝐷 = {Alice, Bob, Carol} = Debaters

Agrmt.

𝑉 = 𝑉𝐷 ∪ {𝑆 } where 𝑉𝐷 = Debaters and 𝑆 = Summarizer

Roles

Personas

Attributes

Personas

Heterogeneity Heterogeneous (default): distinct personality traits per agent; homogeneous baseline also evaluated (same prompt for all 𝑢 ∈ 𝑉𝐷 )

Personas

Assignment

Manually identified at design time

Topology

Adaptability

Static: 𝐺 = (𝑉 , 𝐸) invariant across all rounds 𝑡 ∈ 𝑇

Topology

Structure

Fully connected over 𝑉𝐷 : 𝐸 = {(𝑢, 𝑣) | 𝑢, 𝑣 ∈ 𝑉𝐷 , 𝑢 ≠ 𝑣 }, |𝐸| = 6

Fully connected over 𝑉𝐷 plus unidirectional edges from each debater to Summarizer: 𝐸 = 𝐸𝐷 ∪ {(𝑑, 𝑆) | 𝑑 ∈ 𝑉𝐷 }, |𝐸𝐷 | = 6, |𝐸| = 9

Protocol

Mechanism

Sequential: |𝐸 (𝑡)| = 1; Simultaneous: |𝐸 (𝑡)| = agents traverse 𝑉𝐷 in |𝐸𝐷 |; all 𝑢 ∈ 𝑉𝐷 generate (𝑡 ) fixed order Alice → Bob 𝑚𝑢→∗ in parallel; outputs → Carol per round 𝑡; buffered and broadcast to prior responses concate- all 𝐻𝑛 after each round nated into 𝐻𝑛

Simultaneous: same as S2 for 𝑉𝐷 ; Summarizer 𝑆 additionally activated once per round after buffer is complete

Format

Syntax

Format

Content

Format

Memory M (𝑡 )

Authority

Collective: final decision made jointly by all debaters in 𝑉𝐷

Resolution

Hybrid: majority vote if output is categorical; average if output is numerical

Different personality traits through role prompts

Interaction

Participants

Base Model Family

S1: One-by-One

(𝑡 ) Natural language: 𝑚𝑢→𝑣 ∈ Σ∗ for all (𝑢, 𝑣) ∈ 𝐸 (𝑡 ) Verbatim: 𝑚˜ 𝑢→𝑣 = (𝑡 ) 𝑚𝑢→𝑣 ; full prior history 𝐻𝑛 concatenated before each turn

(𝑡 ) (𝑡 ) Verbatim: 𝑚˜ 𝑢→𝑣 = 𝑚𝑢→𝑣 ; Hybrid: verbatim among round outputs buffered debaters, (𝑢, 𝑣) ∈ 𝐸𝐷 : (𝑡 ) (𝑡 ) and appended to all 𝐻𝑛 si- 𝑚˜ 𝑢→𝑣 ; sum= 𝑚𝑢→𝑣 multaneously marized from 𝑆 to 𝑉𝐷 : (𝑡 ) 𝑚˜ 𝑆→𝑑 = 𝑓 (buf (𝑡 ) ) ′

(𝑡 ) Short-term: M (𝑡 ) = {𝑚𝑢→𝑣 | 𝑡 ′ < 𝑡, (𝑢, 𝑣) ∈ 𝐸}; session-scoped

process, which traces backward and forward citation links to recover relevant works beyond the initial query, including arXiv preprints. Snowballing was executed in a single iteration rather than until full saturation; given that 70 of the 141 Manuscript submitted to ACM

28

Motger et al.

included studies were published in 2025 alone, additional rounds would yield diminishing returns, as later-included papers would largely cite works already in the corpus. Finally, the rapid evolution of the field means that findings and taxonomic categories may require revision as new architectural patterns emerge. However, this mostly affects the coverage and distribution of surveyed studies, rather than the validity of the design dimensions covered by our taxonomy and the dimension-dependent insights derived from the set of surveyed studies. To support external auditability and incremental updates, we make our full replication package available [86]. 9

Conclusions

This paper surveyed MAD research through a systematic review of 141 primary studies published between 2023 and 2025. From this corpus, we derived a three-dimensional taxonomy — participants, interaction, and agreement — that consolidates a fragmented and terminologically inconsistent body of work into a shared, formally grounded vocabulary. Two observations stand out. First, the field has converged on a narrow design pattern — e.g., static, fully connected topologies with simultaneous protocols, verbatim natural-language exchange, and short-term memory. Design alternatives such as sparse topologies, embedding-based communication, and persistent memory remain marginal, despite early evidence in their favour. Second, any MAD setting is the product of roughly a dozen interacting design decisions, which makes cross-study comparison unreliable whenever those decisions are left implicit. Together, these observations point to the same underlying gap: MAD design choices are made by convention and reported in prose, leaving the paradigm without a principled basis for knowing which configurations work, when, and why. Our taxonomy responds to both. It serves as a map of the current research landscape and a checklist of underexplored directions, but its more distinctive role is structural. As most of its dimensions admit formal notation, several design aspects of any MAD configuration can be expressed as an explicit, machine-readable artifact rather than a prose description. Treating debate settings as artifacts turns the configuration space into an object that can be documented, compared attribute by attribute, version-controlled, and ultimately searched automatically. We see this as the principal opportunity ahead. The immediate value of the taxonomy is descriptive, but its longerterm value is operational — i.e., a schema on which benchmarking protocols and automated configuration tooling can be built. As future work, we plan to formalize this schema into an executable specification and to use it for controlled, cost-aware benchmarking that isolates the effect of individual design dimensions. Extending the scope to multimodal debate remains a further open direction. Acknowledgments This work has been supported by funding from the HIVEMIND project – Horizon Europe call HORIZON-CL4-2024DIGITAL-EMERGING-01 under Grant Agreement Number 101189745. Data Availability Statement A replication package containing the full list of surveyed studies, the data extraction sheets, and the taxonomy coding schema is publicly available on GitHub and archived on Zenodo with a permanent DOI [86]. Use of Generative AI Statement Generative AI tools were used exclusively to support language refinement and polishing of the manuscript. These tools were not used for literature analysis, data extraction, interpretation of results, or generation of scientific claims. All scientific content, methodological decisions, analyses, and conclusions were developed and validated by the authors. Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

29

References [1] ACM SIGSOFT Empirical Standards. n.d.. Systematic Reviews Standard. https://www2.sigsoft.org/EmpiricalStandards/docs/standards?standard= SystematicReviews#. Accessed: 2026-02-27. [2] Samee Arif, Sualeha Farid, Abdul Hameed Azeemi, Awais Athar, and Agha Ali Raza. 2025. The Fellowship of the LLMs: Multi-Model Workflows for Synthetic Preference Optimization Dataset Generation. In Procs. of the Fourth Workshop on Generation, Evaluation and Metrics. ACL, 30–45. https://aclanthology.org/2025.gem-1.4/ [3] Ali Asad, Stephen Obadinma, Radin Shayanfar, and Xiaodan Zhu. 2025. RedDebate: Safer Responses through Multi-Agent Red Teaming Debates. arXiv (2025). arXiv:2506.11083 arXiv preprint arXiv:2506.11083. [4] Joshua Ashkinaze, Emily Fry, Narendra Edara, Eric Gilbert, and Ceren Budak. 2025. Plurals: A System for Guiding LLMs via Simulated Social Ensembles. In Procs. of the 2025 CHI Conference on Human Factors in Computing Systems. ACM, Article 245, 21 pages. doi:10.1145/3706598.3713675 [5] Yilin Bai. 2024. ConfidenceCal: Enhancing LLMs Reliability through Confidence Calibration in Multi-Agent Debate. In Procs. of the 10th International Conference on Big Data and Information Analytics. [6] Dezheng Bao, Yueci Yang, Xin Chen, et al. 2025. PD 3 : A Project Duplication Detection Framework via Adapted Multi-Agent Debate. arXiv (2025). arXiv:2505.17492 arXiv preprint arXiv:2505.17492. [7] Ziqun Bao, Yu Ji, Wen Wu, Xi Chen, and Liang He. 2025. Supervisor Alignment Framework: Enhancing LLM Alignment with Query-Ignoring Strategy and Multi-Agent Interaction. In Procs. of the 2025 IEEE International Conference on Acoustics, Speech and Signal Processing. [8] Ohav Barbi, Ori Yoran, and Mor Geva. 2025. Preventing Rogue Agents Improves Multi-Agent Collaboration. In Procs. of the 1st Workshop for Research on Agent Language Models. ACL, 486–511. https://aclanthology.org/2025.realm-1.34/ [9] Chi-Min Chan, Weize Chen, Yusheng Su, et al. 2024. ChatEval: Towards Better LLM-based Evaluators through Multi-Agent Debate. In Procs. of the 12th International Conference on Learning Representations. [10] Edward Y. Chang. 2025. EVINCE: Optimizing Adversarial LLM Dialogues via Conditional Statistics and Information Theory. ACM. https: //doi.org/10.1145/3749421.3749431 [11] Baiting Chen, Tong Zhu, Jiale Han, et al. 2025. Incentivizing Truthful Language Models via Peer Elicitation Games. arXiv (2025). arXiv:2505.13636 arXiv preprint arXiv:2505.13636. [12] Huaben Chen, Wenkang Ji, Lufeng Xu, and Shiyu Zhao. 2025. Multi-Agent Consensus Seeking via Large Language Models. arXiv:2310.20151 [cs.CL] https://arxiv.org/abs/2310.20151 arXiv preprint arXiv:2310.20151. [13] Justin Chen, Swarnadeep Saha, and Mohit Bansal. 2024. ReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs. In Procs. of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). [14] Justin Chih-Yao Chen, Swarnadeep Saha, Elias Stengel-Eskin, and Mohit Bansal. 2024. MAGDI: structured distillation of multi-agent interaction graphs improves reasoning in smaller language models. In Procs. of the 41st International Conference on Machine Learning. Article 280, 16 pages. [15] Xinyi Chen, Angelica Chen, Dean Foster, and Elad Hazan. 2023. Playing large games with oracles and ai debate. arXiv (2023). arXiv:2312.04792 [16] Xi Chen, Huahui Yi, Mingke You, et al. 2025. Enhancing diagnostic capability with multi-agents conversational large language models. NPJ digital medicine 8.0, 1 (2025). [17] Daixuan Cheng, Shaohan Huang, and Furu Wei. 2024. Adapting Large Language Models to Domains via Reading Comprehension. arXiv:2309.09530 [cs.CL] [18] Ruoxi Cheng, Haoxuan Ma, Shuirong Cao, et al. 2024. Reinforcement learning from multi-role debates as feedback for bias mitigation in llms. arXiv (2024). arXiv:2404.10160 arXiv preprint arXiv:2404.10160. [19] Min Choi, Keonwoo Kim, Sungwon Chae, and Sangyeop Baek. 2025. An Empirical Study of Group Conformity in Multi-Agent Systems. In Findings of the Association for Computational Linguistics: ACL 2025. ACL. doi:10.18653/v1/2025.findings-acl.265 [20] Zan-Kai Chong, Hiroyuki Ohsaki, and Bryan Ng. 2025. LLM-Net: Democratizing LLMs-as-a-Service through Blockchain-based Expert Networks. In Procs. of the 14th International Conference on Software and Computer Applications. ACM, 8 pages. doi:10.1145/3731806.3731827 [21] Jina Chun, Qihong Chen, Jiawei Li, and Iftekhar Ahmed. 2025. Is multi-agent debate (MAD) the silver bullet? An empirical analysis of MAD in code summarization and translation. arXiv (2025). arXiv:2503.12029 arXiv preprint arXiv:2503.12029. [22] Christopher Clark, Kenton Lee, Ming-Wei Chang, et al. 2019. BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions. In Procs. of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers). ACL. doi:10.18653/v1/N19-1300 [23] Peter Clark, Isaac Cowhey, Oren Etzioni, et al. 2018. Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge. arXiv (2018). arXiv:1803.05457 arXiv preprint arXiv:1803.05457. [24] Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, et al. 2021. Training Verifiers to Solve Math Word Problems. arXiv (2021). arXiv:2110.14168 arXiv preprint arXiv:2110.14168. [25] Yue Cui, Liuyi Yao, Zitao Li, Yaliang Li, Bolin Ding, and Xiaofang Zhou. 2025. Efficient Leave-one-out Approximation in LLM Multi-agent Debate Based on Introspection. arXiv (2025). arXiv:2505.22192 arXiv preprint arXiv:2505.22192. [26] Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, and Luke Zettlemoyer. 2023. QLORA: efficient finetuning of quantized LLMs. In Procs. of the 37th International Conference on Neural Information Processing Systems. Article 441, 28 pages. [27] Reinhard Diestel. 2025. Graph Theory (6 ed.). Graduate Texts in Mathematics, Vol. 173. Springer-Verlag. Sixth edition. Manuscript submitted to ACM

30

Motger et al.

[28] Yilun Du, Shuang Li, Antonio Torralba, Joshua B. Tenenbaum, and Igor Mordatch. 2024. Improving Factuality and Reasoning in Language Models through Multiagent Debate. In Procs. of the 41st International Conference on Machine Learning. [29] Zhihua Duan and Jialin Wang. 2025. Enhancing multi-agent consensus through third-party LLM integration: Analyzing uncertainty and mitigating hallucinations in large language models. In Procs. of the 8th International Conference on Advanced Algorithms and Control Engineering. IEEE. [30] Andrew Estornell and Yang Liu. 2024. Multi-LLM debate: framework, principals, and interventions. In Procs. of the 38th International Conference on Neural Information Processing Systems. Curran Associates Inc., Article 911, 27 pages. [31] Andrew Estornell, Jean-François Ton, Yuanshun Yao, and Yang Liu. 2024. ACC-collab: An actor-critic approach to multi-agent LLM collaboration. arXiv (2024). arXiv:2411.00053 arXiv preprint arXiv:2411.00053. [32] Wenqi Fan, Yujuan Ding, Liangbo Ning, et al. 2024. A Survey on RAG Meeting LLMs: Towards Retrieval-Augmented Large Language Models. In Procs. of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 11 pages. doi:10.1145/3637528.3671470 [33] Yi Fang, Moxin Li, Wenjie Wang, Lin Hui, and Fuli Feng. 2025. Counterfactual Debating with Preset Stances for Hallucination Elimination of LLMs. In Procs. of the 31st International Conference on Computational Linguistics. [34] Zhaopeng Feng, Jiayuan Su, Jiamei Zheng, et al. 2025. M-MAD: Multidimensional Multi-Agent Debate for Advanced Machine Translation Evaluation. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 7084–7107. doi:10.18653/v1/2025.acl-long.351 [35] Shengyue Guan, Jindong Wang, Jiang Bian, et al. 2026. Evaluating LLM-based Agents for Multi-Turn Conversations: A Survey. ACM Transactions on Intelligent Systems and Technology 17, 4 (2026). [36] Yong Guan, Hao Peng, Lei Hou, and Juanzi Li. 2025. Mmd-ere: multi-agent multi-sided debate for event relation extraction. In Procs. of the 31st International Conference on Computational Linguistics. [37] Suchin Gururangan, Ana Marasović, Swabha Swayamdipta, et al. 2020. Don’t Stop Pretraining: Adapt Language Models to Domains and Tasks. In Procs. of the 58th Annual Meeting of the Association for Computational Linguistics. ACL, 8342–8360. doi:10.18653/v1/2020.acl-main.740 [38] Chen Han, Wenzhen Zheng, and Xijin Tang. 2025. Debate-to-Detect: Reformulating Misinformation Detection as a Real-World Debate with Large Language Models. In Procs. of the 2025 Conference on Empirical Methods in Natural Language Processing. ACL. doi:10.18653/v1/2025.emnlp-main.764 [39] Yidong He, Yongbin Liu, Chunping Ouyang, et al. 2024. Evaluating Human-Large Language Model Alignment in Group Process. In CCF International Conference on Natural Language Processing and Chinese Computing. Springer. [40] Dan Hendrycks, Collin Burns, Steven Basart, et al. 2021. Measuring Massive Multitask Language Understanding. arXiv (2021). arXiv:2009.03300 [41] Dan Hendrycks, Collin Burns, Saurav Kadavath, et al. 2021. Measuring Mathematical Problem Solving With the MATH Dataset. arXiv (2021). arXiv:2103.03874 arXiv preprint arXiv:2103.03874. [42] Sirui Hong, Mingchen Zhuge, Jiaqi Chen, et al. 2024. MetaGPT: Meta Programming for a Multi-Agent Collaborative Framework. In Procs. of the 12th International Conference on Learning Representations. https://arxiv.org/abs/2308.00352 [43] Wentao Hu, Wengyu Zhang, Yiyang Jiang, et al. 2025. Removal of Hallucination on Hallucination: Debate-Augmented RAG. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL. doi:10.18653/v1/2025.acl-long.770 [44] Zhe Hu, Hou Pong Chan, Jing Li, and Yu Yin. 2025. Debate-to-Write: A Persona-Driven Multi-Agent Framework for Diverse Argument Generation. In Procs. of the 31st International Conference on Computational Linguistics. ACL. https://aclanthology.org/2025.coling-main.314/ [45] Hao Huang, Tapan Shah, John Karigiannis, and Scott Evans. 2024. Physics and Data Collaborative Root Cause Analysis: Integrating Pretrained Large Language Models and Data-Driven AI for Trustworthy Asset Health Management. In Annual Conference of the PHM Society (2024, 1). [46] Ronghong Huang. 2024. Improving Spam Detection with a Multi-Agent Debate Framework. In Procs. of the IEEE 4th International Conference on Information Technology, Big Data and Artificial Intelligence, Vol. 4. [47] Masaki Ishizaka, Akihito Taya, and Yoshito Tobe. 2024. Sparkit: A mind map-based MAS for idea generation support. In Procs. of the International Workshop on Engineering Multi-Agent Systems. Springer. [48] Korir Nancy Jeptoo and Chengjie Sun. 2025. Enhancing Fake News Detection with Large Language Models Through Multi-agent Debates. In Natural Language Processing and Chinese Computing. [49] Yucheng Jiang, Yijia Shao, Dekun Ma, Sina Semnani, and Monica Lam. 2024. Into the Unknown Unknowns: Engaged Human Learning through Participation in Language Model Agent Conversations. In Procs. of the 2024 Conference on Empirical Methods in Natural Language Processing. ACL. doi:10.18653/v1/2024.emnlp-main.554 [50] Weiqiang Jin, Dafu Su, Tao Tao, et al. 2025. Courtroom-FND: a multi-role fake news detection method based on argument switching-based courtroom debate. Journal of King Saud University Computer and Information Sciences 37.0, 3 (2025), 33. [51] Priyanka Kargupta, Ishika Agarwal, Tal August, and Jiawei Han. 2025. Tree-of-Debate: Multi-Persona Debate Trees Elicit Critical Thinking for Scientific Comparative Analysis. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 29378–29403. doi:10.18653/v1/2025.acl-long.1422 [52] Yu He Ke, Rui Yang, Sui An Lie, et al. 2024. Enhancing Diagnostic Accuracy through Multi-Agent Conversations: Using Large Language Models to Mitigate Cognitive Bias. arXiv:2401.14589 [53] Zachary Kenton, Noah Siegel, János Kramár, et al. 2024. On scalable oversight with weak LLMs judging strong LLMs. Advances in Neural Information Processing Systems 37.0 (2024). [54] Dayeon Ki, Rachel Rudinger, Tianyi Zhou, and Marine Carpuat. 2025. Multiple LLM Agents Debate for Equitable Cultural Alignment. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL. doi:10.18653/v1/2025.acl-long.1210 Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

31

[55] Alex Kim, Keonwoo Kim, and Sangwon Yoon. 2024. DEBATE: Devil’s Advocate-Based Assessment and Text Evaluation. In Findings of the Association for Computational Linguistics: ACL 2024. ACL. doi:10.18653/v1/2024.findings-acl.112 [56] Barbara Ann Kitchenham and Stuart Charters. 2007. Guidelines for performing Systematic Literature Reviews in Software Engineering. Technical Report EBSE 2007-001. Keele University and Durham University Joint Report. [57] Mahnaz Koupaee, Jake W. Vincent, Saab Mansour, et al. 2025. Faithful, Unfaithful or Ambiguous? Multi-Agent Debate with Initial Stance for Summary Evaluation. In Procs. of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). ACL. doi:10.18653/v1/2025.naacl-long.609 [58] Hao Duong Le, Xin Xia, and Zhang Chen. 2024. Multi-agent causal discovery using large language models. arXiv (2024). arXiv:2407.15073 arXiv preprint arXiv:2407.15073. [59] Yeonji Lee, Sangjun Park, Kyunghyun Cho, and JinYeong Bak. 2024. MentalAgora: A Gateway to Advanced Personalized Care in Mental Health through Multi-Agent Debating and Attribute Control. arXiv (2024). arXiv:2407.02736 arXiv preprint arXiv:2407.02736. [60] Dawei Li, Zhen Tan, Peijia Qian, et al. 2025. SMoA: Improving Multi-agent Large Language Models with Sparse Mixture-of-Agents. In Procs. of Pacific-Asia Conference on Knowledge Discovery and Data Mining. Springer, 54–65. [61] Haitao Li, Qian Dong, Junjie Chen, et al. 2024. LLMs-as-Judges: A Comprehensive Survey on LLM-based Evaluation Methods. arXiv (2024). arXiv:2412.05579 [62] Ruosen Li, Teerth Patel, and Xinya Du. 2024. PRD: Peer Rank and Discussion Improve Large Language Model based Evaluations. Transactions on Machine Learning Research (2024). [63] Renhao Li, Minghuan Tan, Derek F. Wong, and Min Yang. 2024. CoEvol: Constructing Better Responses for Instruction Finetuning through Multi-Agent Cooperation. In Procs. of the 2024 Conference on Empirical Methods in Natural Language Processing. 4703–4721. [64] Tianle Li, Xueguang Ma, Alex Zhuang, Yu Gu, Yu Su, and Wenhu Chen. 2023. Few-shot In-context Learning on Knowledge Base Question Answering. In Procs. of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). doi:10.18653/v1/2023.acl-long.385 [65] Wenhao Li, Selvakumar Manickam, Yung wey Chong, and Shankar Karuppayah. 2025. PhishDebate: An LLM-Based Multi-Agent Framework for Phishing Website Detection. arXiv (2025). arXiv:2506.15656 arXiv preprint arXiv:2506.15656. [66] Xinyi Li, Sai Wang, Siqi Zeng, Yu Wu, and Yi Yang. 2024. A survey on LLM-based multi-agent systems: workflow, infrastructure, and challenges. Vicinagearth 1, 1 (2024), 9. doi:10.1007/s44336-024-00009-2 [67] Yunxuan Li, Yibing Du, Jiageng Zhang, et al. 2024. Improving Multi-Agent Debate with Sparse Communication Topology. In Findings of the Association for Computational Linguistics: EMNLP 2024. 7281–7294. [68] Yu Li, Yi Huang, Guilin Qi, et al. 2026. Harnessing Diverse Perspectives: A Multi-agent Framework for Enhanced Error Detection in Knowledge Graphs. In Database Systems for Advanced Applications. Springer, 446–458. [69] Yuran Li, Jama Hussein Mohamud, Chongren Sun, Di Wu, and Benoit Boulet. 2025. Leveraging LLMs as meta-judges: A multi-agent framework for evaluating LLM judgments. arXiv (2025). arXiv:2504.17087 arXiv preprint arXiv:2504.17087. [70] Yu Li, Shenyu Zhang, Rui Wu, et al. 2024. MATEval: A Multi-agent Discussion Framework for Advancing Open-Ended Text Evaluation. In Database Systems for Advanced Applications. Springer, 415–426. [71] Tian Liang, Zhiwei He, Wenxiang Jiao, et al. 2024. Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate. In Procs. of the 2024 Conference on Empirical Methods in Natural Language Processing. 17889–17904. [72] Sehee Lim, Yejin Kim, Chi-Hyun Choi, Jy-yong Sohn, and Byung-Hoon Kim. 2024. ERD: A Framework for Improving LLM Reasoning for Cognitive Distortion Classification. In Procs. of the 6th Clinical Natural Language Processing Workshop. 292–300. [73] Fengyuan Liu, Rui Zhao, Shuo Chen, et al. 2025. Can an Individual Manipulate the Collective Decisions of Multi-Agents?. In Procs. of the 2025 Conference on Empirical Methods in Natural Language Processing. ACL, 12158–12182. doi:10.18653/v1/2025.emnlp-main.611 [74] Tongxuan Liu, Xingyu Wang, Weizhe Huang, et al. 2024. GroupDebate: Enhancing the efficiency of multi-agent debate using group discussion. arXiv (2024). arXiv:2409.14051 arXiv preprint arXiv:2409.14051. [75] Yexiang Liu, Jie Cao, Zekun Li, Ran He, and Tieniu Tan. 2025. Breaking mental set to improve reasoning through diverse multi-agent debate. In Procs. of the 13th International Conference on Learning Representations. [76] Zijun Liu, Yanzhe Zhang, Peng Li, Yang Liu, and Diyi Yang. 2024. A dynamic LLM-powered agent network for task-oriented agent collaboration. In Procs. of the 1st Conference on Language Modeling. [77] Li-Chun Lu, Shou-Jen Chen, Tsung-Min Pai, et al. 2024. LLM discussion: Enhancing the creativity of large language models via discussion framework and role-play. arXiv (2024). arXiv:2405.06373 arXiv preprint arXiv:2405.06373. [78] Junyu Luo, Weizhi Zhang, Ye Yuan, et al. 2025. Large Language Model Agent: A Survey on Methodology, Applications and Challenges. arXiv (2025). arXiv:2503.21460 [79] Junxia Ma, Changjiang Wang, Lu Rong, Bo Wang, and Yaoli Xu. 2025. Exploring multi-agent debate for zero-shot stance detection: A novel approach. Applied Sciences 15.0, 9 (2025), 4612. [80] Yiran Rex Ma. 2025. Do Androids Question Electric Sheep? A Multi-Agent Cognitive Simulation of Philosophical Reflection on Hybrid Table Reasoning. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 4: Student Research Workshop). ACL, 143–164. doi:10.18653/v1/2025.acl-srw.9 [81] Alberto Martín-Martín, Mike Thelwall, Enrique Orduna-Malea, and Emilio Delgado López-Cózar. 2021. Google Scholar, Microsoft Academic, Scopus, Dimensions, Web of Science, and OpenCitations’ COCI: a multidisciplinary comparison of coverage via citations. Scientometrics 126, 1 Manuscript submitted to ACM

32

Motger et al.

(2021). [82] Hyangsuk Min, Yuho Lee, Minjeong Ban, et al. 2025. Towards Multi-dimensional Evaluation of LLM Summarization across Domains and Languages. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL. doi:10.18653/v1/2025.acl-long.702 [83] Farhad Moghimifar, Yuan-Fang Li, Robert Thomson, and Gholamreza Haffari. 2024. Modelling political coalition negotiations using llm-based agents. arXiv (2024). arXiv:2402.11712 arXiv preprint arXiv:2402.11712. [84] G Bharathi Mohan, M Gayathri, and R Prasanna Kumar. 2025. Detoxifying language model outputs: combining multi-agent debates and reinforcement learning for improved summarization. Language Resources and Evaluation (2025). [85] Behrad Moniri, Hamed Hassani, and Edgar Dobriban. 2025. Evaluating the Performance of Large Language Models via Debates. In Findings of the Association for Computational Linguistics: NAACL 2025. ACL, 2040–2075. doi:10.18653/v1/2025.findings-naacl.109 [86] Quim Motger, Marc Oriol, Jordi Marco, and Xavier Franch. 2026. nlp4se/MAD-rep-package: Replication package for "Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges". doi:10.5281/zenodo.21411493 [87] Ngoc Tuong Vy Nguyen, Felix D Childress, and Yunting Yin. 2025. Debate-Driven Multi-Agent LLMs for Phishing Email Detection. In Procs. of the 13th International Symposium on Digital Forensics and Security. IEEE. [88] Marc Oriol, Quim Motger, Jordi Marco, and Xavier Franch. 2025. Multi-Agent Debate Strategies to Enhance Requirements Engineering with Large Language Models. In Procs. of the IEEE 33rd International Requirements Engineering Conference. doi:10.1109/RE63999.2025.00063 [89] Long Ouyang, Jeff Wu, Xu Jiang, et al. 2022. Training language models to follow instructions with human feedback. In Procs. of the 36th International Conference on Neural Information Processing Systems. Curran Associates Inc., Article 2011, 15 pages. [90] Zhigeng Pan, Xianliang Xia, Fuchang Liu, and Minglang Zheng. 2025. PCcGE: Personalized Chinese Couplet Generation and Evaluation Framework Based on Large Language Models. Applied Sciences 15.0, 9 (2025), 4996. [91] Chanwoo Park, Seungju Han, Xingzhi Guo, et al. 2025. MAPoRL: Multi-Agent Post-Co-Training for Collaborative Large Language Models with Reinforcement Learning. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL. doi:10.18653/v1/2025.acl-long.1459 [92] Jeongeon Park, Bryan Min, Kihoon Son, Jean Y Song, Xiaojuan Ma, and Juho Kim. 2026. ChoiceMates: Supporting Unfamiliar Online DecisionMaking with Multi-Agent Conversational Interactions. In Procs. of the 31st International Conference on Intelligent User Interfaces. ACM, 1526–1550. doi:10.1145/3742413.3789107 [93] Joon Sung Park, Joseph O’Brien, Carrie Jun Cai, et al. 2023. Generative Agents: Interactive Simulacra of Human Behavior. In Procs. of the 36th Annual ACM Symposium on User Interface Software and Technology. Article 2, 22 pages. doi:10.1145/3586183.3606763 [94] Someen Park, Jaehoon Kim, Seungwan Jin, Sohyun Park, and Kyungsik Han. 2024. PREDICT: multi-agent-based debate simulation for generalized hate speech detection. In Procs. of the 2024 Conference on Empirical Methods in Natural Language Processing. 20963–20987. [95] Bhrij Patel, Vishnu Sashank Dorbala, Amrit Singh Bedi, and Dinesh Manocha. 2024. Multi-LLM QA with Embodied Exploration. arXiv (2024). arXiv:2406.10918 arXiv preprint arXiv:2406.10918. [96] Chau Pham, Boyi Liu, Yingxiang Yang, Zhengyu Chen, Tianyi Liu, Jianbo Yuan, Bryan A. Plummer, Zhaoran Wang, and Hongxia Yang. 2024. Let Models Speak Ciphers: Multiagent Debate through Embeddings. In The Twelfth International Conference on Learning Representations. [97] Priya Pitre, Naren Ramakrishnan, and Xuan Wang. 2025. CONSENSAGENT: Towards Efficient and Effective Consensus in Multi-Agent LLM Interactions Through Sycophancy Mitigation. In Findings of the Association for Computational Linguistics: ACL 2025. ACL, 22112–22133. doi:10. 18653/v1/2025.findings-acl.1141 [98] Yiyue Qian, Shinan Zhang, Yun Zhou, Haibo Ding, Diego Socolinsky, and Yi Zhang. 2025. Enhancing LLM-as-a-judge via multi-agent collaboration. In Procs. of the AAAI 2025 Workshop on Advancing LLM-Based Multi-Agent Collaboration. [99] Zining Qin, Chenhao Wang, Jianxiong Guo, Huiling Qin, and Weijia Jia. 2025. Brainstorming Brings Power to Large Language Models of Knowledge Reasoning. In IEEE International Conference on Multimedia and Expo. 1–6. doi:10.1109/ICME59968.2025.11209475 [100] Rafael Rafailov, Archit Sharma, Eric Mitchell, et al. 2023. Direct preference optimization: your language model is secretly a reward model. In Procs. of the 37th International Conference on Neural Information Processing Systems. Article 2338, 14 pages. [101] Ciaran Regan, Alexandre Gournail, and Mizuki Oka. 2024. Problem-solving in language model networks. In Artificial Life Conference Proceedings 36 (2024, 1). 70. [102] Carl Orge Retzlaff, Srijita Das, Christabel Wayllace, Payam Mousavi, Mohammad Afshari, Tianpei Yang, Anna Saranti, Alessa Angerschmid, Matthew E. Taylor, and Andreas Holzinger. 2024. Human-in-the-Loop Reinforcement Learning: A Survey and Position on Requirements, Challenges, and Opportunities. J. Artif. Int. Res. 79 (2024), 57 pages. doi:10.1613/jair.1.15348 [103] Vivaan Sandwar, Bhav Jain, Rishan Thangaraj, Ishaan Garg, Michael Lam, and Kevin Zhu. 2025. Town Hall Debate Prompting: Enhancing Logical Reasoning in LLMs through Multi-Persona Interaction. arXiv (2025). arXiv:2502.15725 arXiv preprint arXiv:2502.15725. [104] Masahiro Sato. 2024. GAI: Generative Agents for Innovation. arXiv (2024). arXiv:2412.18899 arXiv preprint arXiv:2412.18899. [105] HaoYang Shang, Xuan Liu, Zi Liang, Jie Zhang, Haibo Hu, and Song Guo. 2025. United Minds or Isolated Agents? Exploring Coordination of LLMs under Cognitive Load Theory. arXiv (2025). arXiv:2506.06843 arXiv preprint arXiv:2506.06843. [106] Tianhao Shen, Renren Jin, Yufei Huang, Chuang Liu, Weilong Dong, Zishan Guo, Xinwei Wu, Yan Liu, and Deyi Xiong. 2023. Large Language Model Alignment: A Survey. arXiv:2309.15025 [cs.CL] [107] Koustuv Sinha, Shagun Sodhani, Jin Dong, Joelle Pineau, and William L. Hamilton. 2019. CLUTRR: A Diagnostic Benchmark for Inductive Reasoning from Text. In Procs. of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

33

on Natural Language Processing. ACL, 4506–4515. doi:10.18653/v1/D19-1458 [108] Andries Smit, Nathan Grinsztajn, Paul Duckworth, Thomas D. Barrett, and Arnu Pretorius. 2024. Should we be going MAD? a look at multi-agent debate strategies for LLMs. In Procs. of the 41st International Conference on Machine Learning (Vienna, Austria) (ICML’24). Article 1866, 23 pages. [109] Andries Petrus Smit, Paul Duckworth, Nathan Grinsztajn, Kale ab Tessera, Thomas D Barrett, and Arnu Pretorius. 2023. Are we going mad? benchmarking multi-agent debate between language models for medical q&a. In Deep Generative Models for Health Workshop NeurIPS 2023. [110] Linxin Song, Jiale Liu, Jieyu Zhang, Shaokun Zhang, Ao Luo, Shijian Wang, Qingyun Wu, and Chi Wang. 2024. Adaptive in-conversation team building for language model agents. arXiv (2024). arXiv:2405.19425 arXiv preprint arXiv:2405.19425. [111] Gaurav Srivastava, Zhenyu Bi, Meng Lu, and Xuan Wang. 2025. DEBATE, TRAIN, EVOLVE: Self-Evolution of Language Model Reasoning. In Procs. of the 2025 Conference on Empirical Methods in Natural Language Processing. ACL, 32764–32810. doi:10.18653/v1/2025.emnlp-main.1666 [112] Qiushi Sun, Zhangyue Yin, Xiang Li, Zhiyong Wu, Xipeng Qiu, and Lingpeng Kong. 2023. Corex: Pushing the boundaries of complex reasoning through multi-model collaboration. arXiv (2023). arXiv:2310.00280 arXiv preprint arXiv:2310.00280. [113] Xiaoxi Sun, Jinpeng Li, Yan Zhong, Dongyan Zhao, and Rui Yan. 2025. Towards detecting llms hallucination via markov chain-based multi-agent debate framework. In Procs. of 2025 IEEE International Conference on Acoustics, Speech and Signal Processing. [114] Yiliu Sun, Zicheng Zhao, Sheng Wan, and Chen Gong. 2025. CortexDebate: Debating Sparsely and Equally for Multi-Agent Debate. In Findings of the Association for Computational Linguistics: ACL 2025. 9503–9523. doi:10.18653/v1/2025.findings-acl.495 [115] Mirac Suzgun, Nathan Scales, Nathanael Schärli, et al. 2022. Challenging BIG-Bench Tasks and Whether Chain-of-Thought Can Solve Them. arXiv (2022). arXiv:2210.09261 arXiv preprint arXiv:2210.09261. [116] Arne Tillmann. 2025. Literature Review Of Multi-Agent Debate For Problem-Solving. arXiv:2506.00066 [117] Khanh-Tung Tran, Dung Dao, Minh-Duong Nguyen, et al. 2025. Multi-Agent Collaboration Mechanisms: A Survey of LLMs. arXiv:2501.06322 [118] David Wan, Justin Chen, Elias Stengel-Eskin, and Mohit Bansal. 2025. MAMM-Refine: A Recipe for Improving Faithfulness in Generation with Multi-Agent Collaboration. In Procs. of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). ACL, 9882–9901. doi:10.18653/v1/2025.naacl-long.498 [119] Haotian Wang, Xiyuan Du, Weijiang Yu, et al. 2025. Learning to break: Knowledge-enhanced reasoning in multi-agent debate system. Neurocomputing 618 (2025). [120] Haochun Wang, Sendong Zhao, Jingbo Wang, Zewen Qiang, Bing Qin, and Ting Liu. 2025. Beyond Frameworks: Unpacking Collaboration Strategies in Multi-Agent Systems. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 21361–21375. doi:10.18653/v1/2025.acl-long.1037 [121] Lei Wang, Chen Ma, Xueyang Feng, et al. 2024. A Survey on Large Language Model Based Autonomous Agents. Frontiers of Computer Science 18, 6 (2024), 186345. doi:10.1007/s11704-024-40231-1 [122] Qineng Wang, Zihao Wang, Ying Su, and Yangqiu Song. 2023. On the Discussion of Large Language Models: Symmetry of Agents and Interplay with Prompts. arXiv (2023). arXiv:2311.07076 arXiv preprint arXiv:2311.07076. [123] Qineng Wang, Zihao Wang, Ying Su, Hanghang Tong, and Yangqiu Song. 2024. Rethinking the Bounds of LLM Reasoning: Are Multi-Agent Discussions the Key?. In Procs. of the Annual Meeting of the Association for Computational Linguistics. 6106–6131. [124] Sijia Wang and Lifu Huang. 2024. Debate as Optimization: Adaptive Conformal Prediction and Diverse Retrieval for Event Extraction. In Findings of the Association for Computational Linguistics: EMNLP 2024. 16422–16435. [125] Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc V. Le, Ed H. Chi, Sharan Narang, Aakanksha Chowdhery, and Denny Zhou. 2023. SelfConsistency Improves Chain of Thought Reasoning in Language Models. In Procs. of the 11th International Conference on Learning Representations. https://arxiv.org/abs/2203.11171 [126] Yuntao Wang, Yanghe Pan, Zhou Su, Yi Deng, Quan Zhao, Linkang Du, Tom H. Luan, Jiawen Kang, and Dusit Niyato. 2026. Large Model-Based Agents: State-of-the-Art, Cooperation Paradigms, Security and Privacy, and Future Trends. IEEE Communications Surveys & Tutorials 28 (2026), 1906–1949. doi:10.1109/COMST.2025.3576176 [127] Zhenhailong Wang, Shaoguang Mao, Wenshan Wu, Tao Ge, Furu Wei, and Heng Ji. 2024. Unleashing the Emergent Cognitive Synergy in Large Language Models: A Task-Solving Agent through Multi-Persona Self-Collaboration. In Procs. of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). 257–279. [128] Zhexuan Wang, Yutong Wang, Xuebo Liu, et al. 2025. AgentDropout: Dynamic Agent Elimination for Token-Efficient and High-Performance LLM-Based Multi-Agent Collaboration. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 24013–24035. doi:10.18653/v1/2025.acl-long.1170 [129] Zixiang Wang, Yinghao Zhu, Huiya Zhao, Xiaochen Zheng, Dehao Sui, Tianlong Wang, Wen Tang, Yasha Wang, Ewen Harrison, and Chengwei Pan. 2025. Colacare: Enhancing electronic health record modeling through large language model-driven multi-agent collaboration. In Procs. of the ACM on Web Conference. 2250–2261. [130] So Watanabe, Chee Siang Leow, Junichi Hoshino, et al. 2024. Assessment and Improvement of Customer Service Speech with Multiple Large Language Models. In Procs. of the 2024 Asia Pacific Signal and Information Processing Association Annual Summit and Conference. IEEE. [131] Jason Wei, Xuezhi Wang, Dale Schuurmans, et al. 2022. Chain-of-thought prompting elicits reasoning in large language models. In Procs. of the 36th International Conference on Neural Information Processing Systems (New Orleans, LA, USA). Curran Associates Inc., Article 1800, 14 pages. [132] Zhiyuan Wei, Jing Sun, Yuqiang Sun, et al. 2025. Advanced Smart Contract Vulnerability Detection via LLM-Powered Multi-Agent Systems. IEEE Transactions on Software Engineering 51, 10 (2025), 2830–2846. doi:10.1109/TSE.2025.3597319 Manuscript submitted to ACM

34

Motger et al.

[133] Johannes Welbl, Nelson F. Liu, and Matt Gardner. 2017. Crowdsourcing Multiple Choice Science Questions. arXiv:1707.06209 [134] Xin-Cheng Wen, Jiaxin Ye, Cuiyun Gao, Lianwei Wu, and Qing Liao. 2024. EvalSVA: Multi-Agent Evaluators for Next-Gen Software Vulnerability Assessment. arXiv (2024). arXiv:2501.14737 arXiv preprint arXiv:2501.14737. [135] Claes Wohlin. 2014. Guidelines for snowballing in systematic literature studies and a replication in software engineering. In Procs. of the 18th International Conference on Evaluation and Assessment in Software Engineering (EASE ’14). Article 38, 10 pages. [136] Zhiheng Xi, Wenxiang Chen, Xin Guo, et al. 2025. The rise and potential of large language model based agents: a survey. Science China Information Sciences 68, 2 (2025), 121101. doi:10.1007/s11432-024-4222-0 [137] Kai Xiong, Xiao Ding, Yixin Cao, Ting Liu, and Bing Qin. 2023. Examining Inter-Consistency of Large Language Models Collaboration: An In-depth Analysis via Debate. In Findings of the Association for Computational Linguistics: EMNLP 2023. 7572–7590. [138] Zhenran Xu, Senbao Shi, Baotian Hu, Jindi Yu, Dongfang Li, Min Zhang, and Yuxiang Wu. 2023. Towards Reasoning in Large Language Models via Multi-Agent Peer Review Collaboration. arXiv:2311.08152 [cs.CL] https://arxiv.org/abs/2311.08152 arXiv preprint arXiv:2311.08152. [139] Kaiqi Yang, Yucheng Chu, Taylor Darwin, et al. 2024. Content knowledge identification with multi-agent large language models (LLMs). In International Conference on Artificial Intelligence in Education. Springer, 284–292. [140] Ruixin Yang, Dheeraj Rajagopal, Shirley Anugrah Hayati, Bin Hu, and Dongyeop Kang. 2024. Confidence Calibration and Rationalization for LLMs via Multi-Agent Deliberation. In ICLR 2024 Workshop on Reliable and Responsible Foundation Models. [141] Yi Yang, Yitong Ma, Hao Feng, Yiming Cheng, and Zhu Han. 2025. Minimizing hallucinations and communication costs: Adversarial debate and voting mechanisms in llm-based multi-agents. Applied Sciences 15.0, 7 (2025), 3676. [142] Zhilin Yang, Peng Qi, Saizheng Zhang, et al. 2018. HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering. In Procs. of the 2018 Conference on Empirical Methods in Natural Language Processing. ACL, 2369–2380. doi:10.18653/v1/D18-1259 [143] Shunyu Yao, Dian Yu, Jeffrey Zhao, et al. 2023. Tree of thoughts: deliberate problem solving with large language models. In Procs. of the 37th International Conference on Neural Information Processing Systems. Article 517, 14 pages. [144] Shunyu Yao, Jeffrey Zhao, Dian Yu, et al. 2023. ReAct: Synergizing Reasoning and Acting in Language Models. In Procs. of the 11th International Conference on Learning Representations. https://arxiv.org/abs/2210.03629 [145] Zhangyue Yin, Qiushi Sun, Cheng Chang, et al. 2023. Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication. In Procs. of the 2023 Conference on Empirical Methods in Natural Language Processing. ACL, 15135–15153. doi:10.18653/v1/2023.emnlpmain.936 [146] Luke Yoffe, Alfonso Amayuelas, and William Yang Wang. 2025. DebUnc: Improving Large Language Model Agent Communication With Uncertainty Metrics. In Findings of the Association for Computational Linguistics: EMNLP 2025. ACL, 23299–23315. doi:10.18653/v1/2025.findings-emnlp.1265 [147] Yuting Zeng, Weizhe Huang, Lei Jiang, et al. 2025. S2 -MAD: Breaking the Token Barrier to Enhance Multi-Agent Debate Efficiency. In Procs. of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). ACL, 9393–9408. doi:10.18653/v1/2025.naacl-long.475 [148] Guoxi Zhang, Jiawei Chen, Tianzhuo Yang, Jiaming Ji, Yaodong Yang, and Juntao Dai. 2025. A Game-Theoretic Negotiation Framework for Cross-Cultural Consensus in LLMs. arXiv (2025). arXiv:2506.13245 arXiv preprint arXiv:2506.13245. [149] Guibin Zhang, Yanwei Yue, Zhixun Li, Sukwon Yun, Guancheng Wan, Kun Wang, Dawei Cheng, Jeffrey Xu Yu, and Tianlong Chen. 2024. Cut the crap: An economical communication pipeline for llm-based multi-agent systems. arXiv (2024). arXiv:2410.02506 arXiv preprint arXiv:2410.02506. [150] Hangfan Zhang, Zhiyao Cui, Jianhao Chen, Xinrun Wang, Qiaosheng Zhang, Zhen Wang, Dinghao Wu, and Shuyue Hu. 2025. Stop Overvaluing Multi-Agent Debate–We Must Rethink Evaluation and Embrace Model Heterogeneity. arXiv (2025). arXiv:2502.08788 [151] Jintian Zhang, Xin Xu, Ningyu Zhang, et al. 2024. Exploring Collaboration Mechanisms for LLM Agents: A Social Psychology View. In Procs. of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 14544–14607. doi:10.18653/v1/2024.acl-long.782 [152] Li Zhang and Kevin D Ashley. 2025. Mitigating Manipulation and Enhancing Persuasion: A Reflective Multi-Agent Approach for Legal Argument Generation. arXiv (2025). arXiv:2506.02992 arXiv preprint arXiv:2506.02992. [153] Mingqing Zhang, Haisong Gong, Qiang Liu, Shu Wu, and Liang Wang. 2024. Breaking event rumor detection via stance-separated multi-agent debate. arXiv (2024). arXiv:2412.04859 arXiv preprint arXiv:2412.04859. [154] Taolin Zhang, Dongyang Li, Qizhou Chen, Chengyu Wang, and Xiaofeng He. 2025. BELLE: A Bi-Level Multi-Agent Reasoning Framework for Multi-Hop Question Answering. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 4184–4202. doi:10.18653/v1/2025.acl-long.211 [155] Penghao Zhao, Hailin Zhang, Qinhan Yu, Zhengren Wang, Yunteng Geng, Fangcheng Fu, Ling Yang, Wentao Zhang, Jie Jiang, and Bin Cui. 2026. Retrieval-Augmented Generation for AI-Generated Content: A Survey. Data Science and Engineering 11, 1 (2026), 1–29. doi:10.1007/s41019-02500335-5 [156] Ruochen Zhao, Wenxuan Zhang, Yew Ken Chia, Weiwen Xu, Deli Zhao, and Lidong Bing. 2025. Auto-Arena: Automating LLM Evaluations with Agent Peer Battles and Committee Discussions. In Procs. of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). ACL, 4440–4463. doi:10.18653/v1/2025.acl-long.223 [157] Yiheng Zhao and Jun Yan. 2025. Can LLMs Identify Event Causality More Accurately through Debate? A Systematic Assessment of LLMs’ Factuality and Reasoning. In 2025 IEEE Symposium on Trustworthy, Explainable and Responsible Computational Intelligence (CITREx). 1–8. doi:10. 1109/CITREx64975.2025.10974935

Manuscript submitted to ACM

Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges

35

[158] Xiaofeng Zhou, Heyan Huang, and Lizi Liao. 2025. Debate, Reflect, and Distill: Multi-Agent Feedback with Tree-Structured Preference Optimization for Efficient Language Model Enhancement. In Findings of the ACL 2025. ACL, 9122–9137. doi:10.18653/v1/2025.findings-acl.475 [159] Xin Zhou, Yuqin Jin, He Zhang, Shanshan Li, and Xin Huang. 2016. A Map of Threats to Validity of Systematic Literature Reviews in Software Engineering. In 2016 23rd Asia-Pacific Software Engineering Conference (APSEC). 153–160. doi:10.1109/APSEC.2016.031 [160] Xinyu Zhu, Junjie Wang, Lin Zhang, Yuxiang Zhang, Yongfeng Huang, Ruyi Gan, Jiaxing Zhang, and Yujiu Yang. 2023. Solving Math Word Problems via Cooperative Reasoning induced Language Models. In ACL (1). 4471–4485. [161] Rui Zou, Mengqi Wei, Jintian Feng, Qian Wan, Jianwen Sun, and Sannyuya Liu. 2024. Gradual vigilance and interval communication: Enhancing value alignment in multi-agent debates. arXiv (2024). arXiv:2412.13471 arXiv preprint arXiv:2412.13471.

Manuscript submitted to ACM

Related documents

Record · ID 411117 · SHA-256 8e07e677271669a4
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.