CLOct 6, 2025

Multi-Agent Tool-Integrated Policy Optimization

arXiv:2510.04678v16 citationsh-index: 50
Originality Incremental advance
AI Analysis

This addresses the challenge of effective reinforcement learning post-training for multi-agent frameworks in LLMs, offering a practical solution for knowledge-intensive and complex reasoning tasks, though it appears incremental in optimizing existing multi-agent concepts.

The paper tackled the problem of limited context length and noisy tool responses in multi-turn tool-integrated planning for LLMs by proposing Multi-Agent Tool-Integrated Policy Optimization (MATPO), which achieved an average 18.38% relative performance improvement over single-agent baselines across benchmarks like GAIA-text, WebWalkerQA, and FRAMES.

Large language models (LLMs) increasingly rely on multi-turn tool-integrated planning for knowledge-intensive and complex reasoning tasks. Existing implementations typically rely on a single agent, but they suffer from limited context length and noisy tool responses. A natural solution is to adopt a multi-agent framework with planner- and worker-agents to manage context. However, no existing methods support effective reinforcement learning post-training of tool-integrated multi-agent frameworks. To address this gap, we propose Multi-Agent Tool-Integrated Policy Optimization (MATPO), which enables distinct roles (planner and worker) to be trained within a single LLM instance using role-specific prompts via reinforcement learning. MATPO is derived from a principled credit assignment mechanism across planner and worker rollouts. This design eliminates the need to deploy multiple LLMs, which would be memory-intensive, while preserving the benefits of specialization. Experiments on GAIA-text, WebWalkerQA, and FRAMES show that MATPO consistently outperforms single-agent baselines by an average of 18.38% relative improvement in performance and exhibits greater robustness to noisy tool outputs. Our findings highlight the effectiveness of unifying multiple agent roles within a single LLM and provide practical insights for stable and efficient multi-agent RL training.

Foundations

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

Your Notes