paper-with-me

홈 › Papers

LLMs Can't Plan, But Can Help Planning in LLM-Modulo Frameworks

2024-02-02 · Subbarao Kambhampati, Karthik Valmeekam, Lin Guan, Mudit Verma, Kaya Stechly, Siddhant Bhambri, Lucas Saldyt, Anil Murthy

There is considerable confusion about the role of Large Language Models (LLMs) in planning and reasoning tasks. On one side are over-optimistic claims that LLMs can indeed do these tasks with just the right prompting or self-verification strategies. On the other side are perhaps over-pessimistic claims that all that LLMs are good for in planning/reasoning tasks are as mere translators of the problem specification from one syntactic format to another, and ship the problem off to external symbolic solvers. In this position paper, we take the view that both these extremes are misguided. We argue that auto-regressive LLMs cannot, by themselves, do planning or self-verification (which is after all a form of reasoning), and shed some light on the reasons for misunderstandings in the literature. We will also argue that LLMs should be viewed as universal approximate knowledge sources that have much more meaningful roles to play in planning/reasoning tasks beyond simple front-end/back-end format translators. We present a vision of {\bf LLM-Modulo Frameworks} that combine the strengths of LLMs with external model-based verifiers in a tighter bi-directional interaction regime. We will show how the models driving the external verifiers themselves can be acquired with the help of LLMs. We will also argue that rather than simply pipelining LLMs and symbolic components, this LLM-Modulo Framework provides a better neuro-symbolic approach that offers tighter integration between LLMs and symbolic components, and allows extending the scope of model-based planning/reasoning regimes towards more flexible knowledge, problem and preference specifications.

📄 PDF Abstract BibTeX arXiv:2402.01817

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Planning Abilities of Large Language Models : A Critical Investigation

2023-05-25 · Karthik Valmeekam, Matthew Marquez, Sarath Sreedharan, Subbarao Kambhampati

Intrigued by the claims of emergent reasoning capabilities in LLMs trained on general web corpora, in this paper, we set out to investigate their planning capabilities. We aim to evaluate (1) the effectiveness of LLMs in…

Robust Planning with LLM-Modulo Framework: Case Study in Travel Planning

2024-05-31 · Atharva Gundawar, Mudit Verma, Lin Guan, Karthik Valmeekam 외

As the applicability of Large Language Models (LLMs) extends beyond traditional text processing tasks, there is a burgeoning interest in their potential to excel in planning and reasoning assignments, realms traditionall…

Robust Planning with Compound LLM Architectures: An LLM-Modulo Approach

2024-11-20 · Atharva Gundawar, Karthik Valmeekam, Mudit Verma, Subbarao Kambhampati

Previous work has attempted to boost Large Language Model (LLM) performance on planning and scheduling tasks through a variety of prompt engineering techniques. While these methods can work within the distributions teste…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+1

On the Roles of LLMs in Planning: Embedding LLMs into Planning Graphs

2024-02-18 · Hankz Hankui Zhuo, Xin Chen, Rong pan

Plan synthesis aims to generate a course of actions or policies to transit given initial states to goal states, provided domain models that could be designed by experts or learnt from training data or interactions with t…

Query-Efficient Planning with Language Models

2024-12-09 · Gonzalo Gonzalez-Pumariega, Wayne Chen, Kushal Kedia, Sanjiban Choudhury

Planning in complex environments requires an agent to efficiently query a world model to find a feasible sequence of actions from start to goal. Recent work has shown that Large Language Models (LLMs), with their rich pr…