English

MARS$^2$: Scaling Multi-Agent Tree Search via Reinforcement Learning for Code Generation

Artificial Intelligence 2026-04-17 v1 Computation and Language

Abstract

Reinforcement learning (RL) paradigms have demonstrated strong performance on reasoning-intensive tasks such as code generation. However, limited trajectory diversity often leads to diminishing returns, which constrains the achievable performance ceiling. Search-enhanced RL alleviates this issue by introducing structured exploration, which remains constrained by the single-agent policy priors. Meanwhile, leveraging multiple interacting policies can acquire more diverse exploratory signals, but existing approaches are typically decoupled from structured search. We propose \textbf{MARS2^2} (Multi-Agent Reinforced Tree-Search Scaling), a unified RL framework in which multiple independently-optimized agents collaborate within a shared tree-structured search environment. MARS2^2 models the search tree as a learnable multi-agent interaction environment, enabling heterogeneous agents to collaboratively generate and refine candidate solutions within a shared search topology. To support effective learning, we introduce a path-level group advantage formulation based on tree-consistent reward shaping, which facilitates effective credit assignment across complex search trajectories. Experiments on code generation benchmarks show that MARS2^2 consistently improves performance across diverse model combinations and training settings, demonstrating the effectiveness of coupling multi-agent collaboration with tree search for enhancing reinforcement learning. Our code is publicly available at https://github.com/TsinghuaC3I/MARTI.

Keywords

Cite

@article{arxiv.2604.14564,
  title  = {MARS$^2$: Scaling Multi-Agent Tree Search via Reinforcement Learning for Code Generation},
  author = {Pengfei Li and Shijie Wang and Fangyuan Li and Yikun Fu and Kaifeng Liu and Kaiyan Zhang and Dazhi Zhang and Yuqiang Li and Biqing Qi and Bowen Zhou},
  journal= {arXiv preprint arXiv:2604.14564},
  year   = {2026}
}

Comments

Accepted by ACL 2026

R2 v1 2026-07-01T12:11:54.608Z