AIMAFeb 26, 2025

Data-Efficient Multi-Agent Spatial Planning with LLMs

arXiv:2502.18822v11 citationsh-index: 96
Originality Incremental advance
AI Analysis

This work addresses efficient decision-making in multi-agent systems for transportation, offering a data-efficient solution that could reduce computational costs, though it is incremental in applying LLMs to a specific domain.

The paper tackled the problem of multi-agent spatial planning for taxi routing by leveraging pretrained large language models (LLMs) to minimize passenger waiting time, achieving strong zero-shot performance and outperforming existing approaches with 50 times fewer environmental interactions through fine-tuning and a rollout algorithm.

In this project, our goal is to determine how to leverage the world-knowledge of pretrained large language models for efficient and robust learning in multiagent decision making. We examine this in a taxi routing and assignment problem where agents must decide how to best pick up passengers in order to minimize overall waiting time. While this problem is situated on a graphical road network, we show that with the proper prompting zero-shot performance is quite strong on this task. Furthermore, with limited fine-tuning along with the one-at-a-time rollout algorithm for look ahead, LLMs can out-compete existing approaches with 50 times fewer environmental interactions. We also explore the benefits of various linguistic prompting approaches and show that including certain easy-to-compute information in the prompt significantly improves performance. Finally, we highlight the LLM's built-in semantic understanding, showing its ability to adapt to environmental factors through simple prompts.

Foundations

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

Your Notes