AIJan 24, 2025

MASTER: A Multi-Agent System with LLM Specialized MCTS

arXiv:2501.14304v223 citationsh-index: 4NAACL
Originality Incremental advance
AI Analysis

This addresses the challenge of high computational cost and lack of objective rewards in LLM-based planning for tasks like question answering, though it appears incremental in combining existing techniques.

The paper tackles the problem of inefficient strategic planning in Large Language Models by proposing MASTER, a multi-agent system that uses LLM-specialized Monte Carlo Tree Search to coordinate agents and adjust their number based on task complexity, achieving 76% accuracy on HotpotQA and 80% on WebShop.

Large Language Models (LLM) are increasingly being explored for problem-solving tasks. However, their strategic planning capability is often viewed with skepticism. Recent studies have incorporated the Monte Carlo Tree Search (MCTS) algorithm to augment the planning capacity of LLM. Despite its potential, MCTS relies on extensive sampling simulations to approximate the true reward distribution, which leads to two primary issues. Firstly, MCTS is effective for tasks like the Game of Go, where simulation results can yield objective rewards (e.g., 1 for a win and 0 for a loss). However, for tasks such as question answering, the result of a simulation is the answer to the question, which cannot yield an objective reward without the ground truth. Secondly, obtaining statistically significant reward estimations typically requires a sample size exceeding 30 simulations, resulting in excessive token usage and time consumption. To address these challenges, we present the Multi-Agent System with Tactical Execution and Reasoning using LLM Specialized MCTS (MASTER), a novel framework that coordinates agent recruitment and communication through LLM specialized MCTS. This system autonomously adjusts the number of agents based on task complexity and ensures focused communication among them. Comprehensive experiments across various tasks demonstrate the effectiveness of our proposed framework. It achieves 76% accuracy on HotpotQA and 80% on WebShop, setting new state-of-the-art performance on these datasets.

Foundations

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

Your Notes