Fleet of Agents: Coordinated Problem Solving with Large Language Models
Lars Klein, Nearchos Potamitis, Roland Aydin, Robert West, Caglar Gulcehre, Akhil Arora

TL;DR
The paper introduces Fleet of Agents (FoA), a framework that uses multiple autonomous LLM agents with a genetic particle filtering approach to improve problem-solving efficiency, balancing cost and quality effectively.
Contribution
FoA is a novel framework that enables dynamic exploration in large language models through multiple agents and heuristic resampling, achieving better cost-quality trade-offs.
Findings
FoA improves solution quality by ~5% on benchmark tasks.
FoA reduces computational cost to ~40% of state-of-the-art methods.
FoA with LLaMA3.2-11B outperforms LLaMA3.2-90B.
Abstract
While numerous frameworks have been developed to enhance the reasoning abilities of large language models (LLMs), there is a scarcity of methods that effectively balance the trade-off between cost and quality. In this paper, we introduce Fleet of Agents (FoA), a novel and intuitive yet principled framework utilizing LLMs as agents to navigate through dynamic tree searches, employing a genetic-type particle filtering approach. FoA spawns a multitude of agents, each exploring the search space autonomously, followed by a selection phase where resampling based on a heuristic value function optimizes the balance between exploration and exploitation. This mechanism enables dynamic branching, adapting the exploration strategy based on discovered solutions. We conduct extensive experiments on three benchmark tasks, ``Game of 24'', ``Mini-Crosswords'', and ``WebShop'', utilizing four different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications
