CLAILGJan 31, 2025

Large Language Models as Common-Sense Heuristics

arXiv:2501.18816v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of leveraging LLMs' semantic knowledge for planning while ensuring executable outputs, though it appears incremental relative to existing LLM-planning approaches.

The paper tackles the problem of generating executable plans from natural language task descriptions by using LLMs as heuristics for hill-climbing search, resulting in a 22 percentage point improvement in task success rate over similar systems in household environments.

While systems designed for solving planning tasks vastly outperform Large Language Models (LLMs) in this domain, they usually discard the rich semantic information embedded within task descriptions. In contrast, LLMs possess parametrised knowledge across a wide range of topics, enabling them to leverage the natural language descriptions of planning tasks in their solutions. However, current research in this direction faces challenges in generating correct and executable plans. Furthermore, these approaches depend on the LLM to output solutions in an intermediate language, which must be translated into the representation language of the planning task. We introduce a novel planning method, which leverages the parametrised knowledge of LLMs by using their output as a heuristic for Hill-Climbing Search. This approach is further enhanced by prompting the LLM to generate a solution estimate to guide the search. Our method outperforms the task success rate of similar systems within a common household environment by 22 percentage points, with consistently executable plans. All actions are encoded in their original representation, demonstrating that strong results can be achieved without an intermediate language, thus eliminating the need for a translation step.

Foundations

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

Your Notes