paper-with-me

홈 › Papers

Language Models as Higher-Order Planning Formalizers

2026-03-25 · Owen Jiang, Cassie Huang, Ashish Sabharwal, Li Zhang arxiv

Recent work provides overwhelming evidence that LLMs, even those trained to scale their reasoning trace, quickly deteriorate at planning as problems become more complex. LLM-as-Formalizers aim to address this by employing LLMs as a bridge to translate natural language descriptions into structured planning representations such as PDDL, which are then fed to a programmatic solver. We observe that its success may be overstated because planning problem descriptions in standard benchmarks often have a one-to-one mapping to PDDL, which departs from real use cases. To address this, we introduce the notion of unraveling problems where a natural yet succinct description translates into a very large PDDL representation. Using unraveling variants of four standard planning domains, we demonstrate that LLM Formalizers also do not always scale. We tackle this challenge by introducing a new paradigm, LLM-as-Higher-Order-Formalizer, where the LLM generates a high-level program that captures the recurrent logic within the description and in turn generates the larger PDDL representation. This decouples token output from the combinatorial explosion of the underlying formalization and search space, leading to improved performance for complex problems.

📄 PDF Abstract BibTeX arXiv:2603.23844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Language Model as Planner and Formalizer under Constraints

2025-10-07 · Cassie Huang, Stuti Mohan, Ziyi Yang, Stefanie Tellex 외 arxiv

LLMs have been widely used in planning, either as planners to generate action sequences end-to-end, or as formalizers to represent the planning domain and problem in a formal language that can derive plans deterministica…

On the Limit of Language Models as Planning Formalizers

2024-12-13 · Cassie Huang, Li Zhang

Large Language Models have been shown to fail to create executable and verifiable plans in grounded environments. An emerging line of work shows success in using LLM as a formalizer to generate a formal representation (e…

Characterizing Paraphrase-Induced Failures in Lean 4 Autoformalization

2026-04-25 · William Feng, Ethan Lou, Aryan Sharma arxiv

Lean 4 autoformalization has become increasingly popular in recent years, with frontier language models and open-weight autoformalizers now producing valid formalizations of mathematical theorems. However, these evaluati…

Dynamic Term-Modal Logics for First-Order Epistemic Planning

2019-06-14 · Andrés Occhipinti Liberman, Andreas Achen, Rasmus Kræmmer Rendsvig

Many classical planning frameworks are built on first-order languages. The first-order expressive power is desirable for compactly representing actions via schemas, and for specifying quantified conditions such as $\neg\…

Order-Planning Neural Text Generation From Structured Data

2017-09-01 · Lei Sha, Lili Mou, Tianyu Liu, Pascal Poupart 외

Generating texts from structured data (e.g., a table) is important for various natural language processing tasks such as question answering and dialog systems. In recent studies, researchers use neural language models an…

DecoderQuestion AnsweringTable-to-Text GenerationText Generation