CLAIJun 6, 2024

NATURAL PLAN: Benchmarking LLMs on Natural Language Planning

arXiv:2406.04520v1125 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of evaluating LLMs on realistic planning tasks for AI researchers, highlighting significant performance gaps in natural language planning.

The authors introduced NATURAL PLAN, a natural language planning benchmark with three tasks, and found that state-of-the-art LLMs like GPT-4 and Gemini 1.5 Pro achieved only 31.1% and 34.8% solve rates in trip planning, with performance dropping below 5% for complex scenarios involving 10 cities.

We introduce NATURAL PLAN, a realistic planning benchmark in natural language containing 3 key tasks: Trip Planning, Meeting Planning, and Calendar Scheduling. We focus our evaluation on the planning capabilities of LLMs with full information on the task, by providing outputs from tools such as Google Flights, Google Maps, and Google Calendar as contexts to the models. This eliminates the need for a tool-use environment for evaluating LLMs on Planning. We observe that NATURAL PLAN is a challenging benchmark for state of the art models. For example, in Trip Planning, GPT-4 and Gemini 1.5 Pro could only achieve 31.1% and 34.8% solve rate respectively. We find that model performance drops drastically as the complexity of the problem increases: all models perform below 5% when there are 10 cities, highlighting a significant gap in planning in natural language for SoTA LLMs. We also conduct extensive ablation studies on NATURAL PLAN to further shed light on the (in)effectiveness of approaches such as self-correction, few-shot generalization, and in-context planning with long-contexts on improving LLM planning.

Foundations

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

Your Notes