paper-with-me

Papers

DynaDebate: Breaking Homogeneity in Multi-Agent Debate with Dynamic Path Generation

2026-01-09 · Zhenghao Li, Zhi Zheng, Wei Chen, Jielun Zhao, Yong Chen, Tong Xu, Enhong Chen arxiv

Recent years have witnessed the rapid development of Large Language Model-based Multi-Agent Systems (MAS), which excel at collaborative decision-making and complex problem-solving. Researchers have further investigated Multi-Agent Debate (MAD) frameworks, which enhance the reasoning and collaboration capabilities of MAS through information exchange and debate among multiple agents. However, existing approaches often rely on unguided initialization, causing agents to adopt identical reasoning paths that lead to the same errors. As a result, effective debate among agents is hindered, and the final outcome frequently degenerates into simple majority voting. To solve the above problem, we introduce Dynamic Multi-Agent Debate (DynaDebate), which enhances the effectiveness of multi-agent debate through three key mechanisms: (1) Dynamic Path Generation and Allocation, which employs a dedicated Path Generation Agent to generate diverse and logical solution paths with adaptive redundancy; (2) Process-Centric Debate, which shifts the focus from surface-level outcome voting to rigorous step-by-step logic critique to ensure process correctness; (3) A Trigger-Based Verification Agent, which is activated upon disagreement and uses external tools to objectively resolve deadlocks. Experiments show that DynaDebate achieves superior or highly competitive performance across the majority of benchmarks\footnote{The code is at https://github.com/nwpuLee2021/brianstorm.}.

📄 PDF Abstract BibTeX arXiv:2601.05746

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking Event Rumor Detection via Stance-Separated Multi-Agent Debate

2024-12-06 · Mingqing Zhang, Haisong Gong, Qiang Liu, Shu Wu 외

The rapid spread of rumors on social media platforms during breaking events severely hinders the dissemination of the truth. Previous studies reveal that the lack of annotated resources hinders the direct detection of un…

Breaking the Martingale Curse: Multi-Agent Debate via Asymmetric Cognitive Potential Energy

2026-03-06 · Yuhan Liu, Juntian Zhang, Yichen Wu, Martin Takac 외 arxiv

Multi-Agent Debate (MAD) has emerged as a promising paradigm for enhancing large language model reasoning. However, recent work reveals a limitation:standard MAD cannot improve belief correctness beyond majority voting; …

MAD-OPD: Breaking the Ceiling in On-Policy Distillation via Multi-Agent Debate

2026-05-02 · Jianze Wang, Ying Liu, Jinlong Chen, Xuchun Hu 외 arxiv

On-policy distillation (OPD) trains a student on its own trajectories under token-level teacher supervision, but existing methods are capped by a single-teacher capability ceiling: when the teacher errs, the student inhe…

Code Generation

S$^2$-MAD: Breaking the Token Barrier to Enhance Multi-Agent Debate Efficiency

2025-02-07 · Yuting Zeng, Weizhe Huang, Lei Jiang, Tongxuan Liu 외

Large language models (LLMs) have demonstrated remarkable capabilities across various natural language processing (NLP) scenarios, but they still face challenges when handling complex arithmetic and logical reasoning tas…

Logical Reasoning

GroupDebate: Enhancing the Efficiency of Multi-Agent Debate Using Group Discussion

2024-09-21 · Tongxuan Liu, Xingyu Wang, Weizhe Huang, Wenjiang Xu 외

In recent years, Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse NLP tasks. Extensive research has explored how to enhance the logical reasoning abilities such as Chain-of-Thought, C…

Logical Reasoning