Planning in the Dark: LLM-Symbolic Planning Pipeline Without Experts

Abstract

Large Language Models (LLMs) have shown promise in solving natural language-described planning tasks, but their direct use often leads to inconsistent reasoning and hallucination. While hybrid LLM-symbolic planning pipelines have emerged as a more robust alternative, they typically require extensive expert intervention to refine and validate generated action schemas. It not only limits scalability but also introduces a potential for biased interpretation, as a single expert's interpretation of ambiguous natural language descriptions might not align with the user's actual intent. To address this, we propose a novel approach that constructs an action schema library to generate multiple candidates, accounting for the diverse possible interpretations of natural language descriptions. We further introduce a semantic validation and ranking module that automatically filter and rank these candidates without expert-in-the-loop. The experiments showed our pipeline maintains superiority in planning over the direct LLM planning approach. These findings demonstrate the feasibility of a fully automated end-to-end LLM-symbolic planner that requires no expert intervention, opening up the possibility for a broader audience to engage with AI planning with less prerequisite of domain expertise.

Cite

Text

Huang et al. "Planning in the Dark: LLM-Symbolic Planning Pipeline Without Experts." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I25.34855

Markdown

[Huang et al. "Planning in the Dark: LLM-Symbolic Planning Pipeline Without Experts." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/huang2025aaai-planning/) doi:10.1609/AAAI.V39I25.34855

BibTeX

@inproceedings{huang2025aaai-planning,
  title     = {{Planning in the Dark: LLM-Symbolic Planning Pipeline Without Experts}},
  author    = {Huang, Sukai and Lipovetzky, Nir and Cohn, Trevor},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {26542-26550},
  doi       = {10.1609/AAAI.V39I25.34855},
  url       = {https://mlanthology.org/aaai/2025/huang2025aaai-planning/}
}