AIFeb 27

RUMAD: Reinforcement-Unifying Multi-Agent Debate

arXiv:2602.23864v12.4h-index: 7
Originality Highly original
AI Analysis

This addresses the challenge of deploying efficient multi-agent reasoning applications with practical resource constraints, representing a novel method for a known bottleneck rather than incremental.

The paper tackles the problem of multi-agent debate systems struggling to optimize accuracy, consensus, and efficiency simultaneously by introducing RUMAD, a reinforcement learning framework for dynamic communication topology control. The result shows RUMAD reduces token costs by over 80% while improving reasoning accuracy across benchmarks like MMLU, GSM8K, and GPQA, with robust zero-shot generalization to out-of-domain tasks.

Multi-agent debate (MAD) systems leverage collective intelligence to enhance reasoning capabilities, yet existing approaches struggle to simultaneously optimize accuracy, consensus formation, and computational efficiency. Static topology methods lack adaptability to task complexity variations, while external LLM-based coordination risks introducing privileged knowledge that compromises debate neutrality. This work presents RUMAD (Reinforcement-Unifying Multi-Agent Debate), a novel framework that formulates dynamic communication topology control in MAD as a reinforcement learning (RL) problem. RUMAD employs a content-agnostic observation scheme that captures high-level debate dynamics avoiding access to raw agent reasoning content. RUMAD uses a multi-objective reward to model solution quality, cohesion and efficiency. A PPO-trained controller dynamically adjusts edge weights in the communication graph, while a dual-threshold mechanism enables fine-grained control over both agent activation and information visibility. Experimental evaluation across MMLU, GSM8K, and GPQA benchmarks demonstrates that RUMAD achieves substantial efficiency gains, reducing token costs by over 80\%, while still improving reasoning accuracy compared to single LLM model and multiple MAD baselines. Notably, RUMAD trained exclusively on MMLU exhibits robust zero-shot generalization to out-of-domain (OOD) tasks, indicating that the learned communication strategies capture task-independent principles of effective multi-agent coordination. These results establish RUMAD as a efficient and robust approach for deploying multi-agent reasoning application with practical resource constraints.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes