This shows you the differences between two versions of the page.
| multi_agent_debate [2026/03/24 17:50] – Create page: Multi-Agent Debate - improving factuality through debate, Du et al. + Societies of Thought agent | multi_agent_debate [2026/03/24 21:57] (current) – Add mermaid diagram agent | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| **Multi-Agent Debate (MAD)** is a reasoning framework introduced by Du et al. (2023) where multiple LLM instances independently generate responses to a query, then iteratively critique and refine each other' | **Multi-Agent Debate (MAD)** is a reasoning framework introduced by Du et al. (2023) where multiple LLM instances independently generate responses to a query, then iteratively critique and refine each other' | ||
| + | |||
| + | |||
| + | < | ||
| + | graph TD | ||
| + | Q[Question] --> A1[Agent A Proposes] | ||
| + | Q --> A2[Agent B Proposes] | ||
| + | Q --> A3[Agent C Proposes] | ||
| + | A1 & A2 & A3 --> R1[Round 1: Debate] | ||
| + | R1 --> R2[Round 2: Refine] | ||
| + | R2 --> C[Consensus] | ||
| + | C --> ANS[Final Answer] | ||
| + | </ | ||
| ===== Motivation ===== | ===== Motivation ===== | ||