AIDec 16, 2022

Plansformer: Generating Symbolic Plans using Transformers

arXiv:2212.08681v153 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing knowledge-engineering efforts for automated planning in AI applications like intelligent agents and robots, though it is incremental as it builds on existing LLM capabilities.

The paper tackles the problem of extending large language models (LLMs) to symbolic reasoning for automated planning, introducing Plansformer, which generates plans with high validity and optimality, achieving ~97% valid plans and ~95% optimal plans for the Towers of Hanoi domain.

Large Language Models (LLMs) have been the subject of active research, significantly advancing the field of Natural Language Processing (NLP). From BERT to BLOOM, LLMs have surpassed state-of-the-art results in various natural language tasks such as question answering, summarization, and text generation. Many ongoing efforts focus on understanding LLMs' capabilities, including their knowledge of the world, syntax, and semantics. However, extending the textual prowess of LLMs to symbolic reasoning has been slow and predominantly focused on tackling problems related to the mathematical field. In this paper, we explore the use of LLMs for automated planning - a branch of AI concerned with the realization of action sequences (plans) to achieve a goal, typically executed by intelligent agents, autonomous robots, and unmanned vehicles. We introduce Plansformer; an LLM fine-tuned on planning problems and capable of generating plans with favorable behavior in terms of correctness and length with reduced knowledge-engineering efforts. We also demonstrate the adaptability of Plansformer in solving different planning domains with varying complexities, owing to the transfer learning abilities of LLMs. For one configuration of Plansformer, we achieve ~97% valid plans, out of which ~95% are optimal for Towers of Hanoi - a puzzle-solving domain.

Foundations

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

Your Notes