AIJun 23

ReM-MoA: Reasoning Memory Sustains Mixture-of-Agents Scaling

arXiv:2606.2443721.6
Predicted impact top 15% in AI · last 90 daysOriginality Highly original
AI Analysis

For multi-agent LLM inference, this work addresses the degradation problem in deep MoA architectures, enabling scalable reasoning performance.

ReM-MoA introduces a memory-augmented Mixture-of-Agents framework that sustains scaling across depth by storing and ranking reasoning traces, outperforming prior MoA variants on five reasoning benchmarks with widening advantage as depth increases.

Mixture-of-Agents (MoA) architectures improve inference-time scaling by organizing multiple LLM agents into layered reasoning pipelines. However, existing MoA variants fail to sustain gains as depth increases, exhibiting degradation, early plateauing, or saturation. We propose ReM-MoA, a memory-augmented MoA framework that sustains scaling through two mechanisms: (1) a Ranked Reasoning Memory that persistently stores and ranks reasoning traces from all layers using a comparative Reviewer Agent, and (2) a Curated Diversified Memory Routing scheme that exposes different agents to distinct combinations of successful and failed traces, preserving exploration diversity while propagating high-quality reasoning. We further introduce an optional multi-domain Reviewer distillation pipeline that improves ranking quality through frontier-model supervision. Across five reasoning benchmarks spanning math, formal logic, code, knowledge, and commonsense, ReM-MoA consistently outperforms prior MoA variants across both depth and width scaling, and its advantage widens with depth, establishing structured cross-layer reasoning memory as a key missing mechanism for scalable multi-agent inference.

Foundations

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

Your Notes