paper-with-me

홈 › Papers

Improving Planning with Large Language Models: A Modular Agentic Architecture

2023-09-30 · Taylor Webb, Shanka Subhra Mondal, Ida Momennejad

Large language models (LLMs) demonstrate impressive performance on a wide variety of tasks, but they often struggle with tasks that require multi-step reasoning or goal-directed planning. Both cognitive neuroscience and reinforcement learning (RL) have proposed a number of interacting functional components that together implement search and evaluation in multi-step decision making. These components include conflict monitoring, state prediction, state evaluation, task decomposition, and orchestration. To improve planning with LLMs, we propose an agentic architecture, the Modular Agentic Planner (MAP), in which planning is accomplished via the recurrent interaction of the specialized modules mentioned above, each implemented using an LLM. MAP improves planning through the interaction of specialized modules that break down a larger problem into multiple brief automated calls to the LLM. We evaluate MAP on three challenging planning tasks -- graph traversal, Tower of Hanoi, and the PlanBench benchmark -- as well as an NLP task requiring multi-step reasoning (strategyQA). We find that MAP yields significant improvements over both standard LLM methods (zero-shot prompting, in-context learning) and competitive baselines (chain-of-thought, multi-agent debate, and tree-of-thought), can be effectively combined with smaller and more cost-efficient LLMs (Llama3-70B), and displays superior transfer across tasks. These results suggest the benefit of a modular and multi-agent approach to planning with LLMs.

📄 PDF Abstract BibTeX arXiv:2310.00194

Code (3)

MAPLLM/MAPICLR2025sub 공식 구현
llmpfc/icml24sub 공식 구현
shanka123/llm_pfc 공식 구현

Tasks

In-Context LearningReinforcement Learning (RL)StrategyQA

Similar Papers 제목 키워드 기반

ALRM: Agentic LLM for Robotic Manipulation

2026-01-27 · Vitor Gaboardi dos Santos, Ibrahim Khadraoui, Ibrahim Farhat, Hamza Yous 외 arxiv

Large Language Models (LLMs) have recently empowered agentic frameworks to exhibit advanced reasoning and planning capabilities. However, their integration in robotic control pipelines remains limited in two aspects: (1)…

Robot ManipulationCode Generation

Toward a Modular Architecture for Embedded AI Agent Systems at the Edge

2026-06-01 · Marcus Rüb, Michael Gerhards arxiv

The rise of Large Language Models (LLMs) has enabled agentic AI capable of complex reasoning and tool use; however, deploying such autonomy in pervasive computing environments remains challenging due to the strict memory…

CREW-WILDFIRE: Benchmarking Agentic Multi-Agent Collaborations at Scale

2025-07-07 · Jonathan Hyun, Nicholas R Waytowich, Boyuan Chen arxiv

Despite rapid progress in large language model (LLM)-based multi-agent systems, current benchmarks fall short in evaluating their scalability, robustness, and coordination capabilities in complex, dynamic, real-world tas…

Spatial Reasoning

AgentSquare: Automatic LLM Agent Search in Modular Design Space

2024-10-08 · Yu Shang, Yu Li, Keyu Zhao, Likai Ma 외

Recent advancements in Large Language Models (LLMs) have led to a rapid growth of agentic systems capable of handling a wide range of complex tasks. However, current research largely relies on manual, task-specific desig…

SoK: Agentic Retrieval-Augmented Generation (RAG): Taxonomy, Architectures, Evaluation, and Research Directions

2026-03-07 · Saroj Mishra, Suman Niroula, Umesh Yadav, Dilip Thakur 외 arxiv

Retrieval-Augmented Generation (RAG) systems are increasingly evolving into agentic architectures where large language models autonomously coordinate multi-step reasoning, dynamic memory management, and iterative retriev…