Constraint-aware Path Planning from Natural Language Instructions Using Large Language Models
Dylan Shim, Minghan Wei

TL;DR
This paper introduces a flexible, LLM-based framework for solving constrained path planning problems directly from natural language descriptions, enabling scalable and adaptable routing solutions with minimal human effort.
Contribution
It presents a novel approach that uses large language models to interpret, formulate, and iteratively refine solutions for diverse constrained path planning tasks from natural language instructions.
Findings
Effective handling of various constrained path planning problems
Demonstrated iterative refinement improves solution feasibility and optimality
Framework enables natural language-based problem specification
Abstract
Real-world path planning tasks typically involve multiple constraints beyond simple route optimization, such as the number of routes, maximum route length, depot locations, and task-specific requirements. Traditional approaches rely on dedicated formulations and algorithms for each problem variant, making them difficult to scale across diverse scenarios. In this work, we propose a flexible framework that leverages large language models (LLMs) to solve constrained path planning problems directly from natural language input. The core idea is to allow users to describe routing tasks conversationally, while enabling the LLM to interpret and solve the problem through solution verification and iterative refinement. The proposed method consists of two integrated components. For problem types that have been previously formulated and studied, the LLM first matches the input request to a known…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Constraint Satisfaction and Optimization · Data Management and Algorithms
