Li Zhang
Other people with similar names: Li Zhang, Li Zhang, Li Zhang, Li Zhang (AWS), Li Zhang (Birmingham), Li Zhang (Google), Li Zhang (Google), Li Zhang (IBM-china), Li Zhang (Nankai), Li Zhang (Newcastle, UK), Li Zhang (State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications), Li Zhang (Teesside University), Li Zhang (China Telecom Research Institute), Li Zhang (UC San Diego), Li Zhang (UK), Li Zhang (University of Pennsylvania), Li Zhang (Wuhan)
Unverified author pages with similar names: Li Zhang
2026
Iterative Formalization and Planning in Partially Observable Environments
Liancheng Gong | Wang Bill Zhu | Jesse Thomason | Li Zhang
Findings of the Association for Computational Linguistics: ACL 2026
Liancheng Gong | Wang Bill Zhu | Jesse Thomason | Li Zhang
Findings of the Association for Computational Linguistics: ACL 2026
Using LLMs not to predict plans but to formalize an environment into the Planning Domain Definition Language (PDDL) has been shown to improve performance and control. While most existing methodology only applies to fully observable environments, we adapt to the more realistic and challenging partially observable environments without sufficient information to make a complete plan. We propose PDDLego+, a framework to iteratively formalize, plan, grow, and refine PDDL representations by decomposing the environment and the goal into fully observable episodes. Without fine-tuning, in-context exemplars, or trajectories, PDDLego+ improves planning success and exhibits robustness against problem complexity compared to end-to-end approaches. We also show that the domain knowledge captured after a successful trial can benefit future tasks.
Unifying Inference-Time Planning Language Generation
Prabhu Prakash Kagitha | Bo Sun | Ishan Desai | Andrew Zhu | Cassie Huang | Manling Li | Ziyang Li | Li Zhang
Findings of the Association for Computational Linguistics: ACL 2026
Prabhu Prakash Kagitha | Bo Sun | Ishan Desai | Andrew Zhu | Cassie Huang | Manling Li | Ziyang Li | Li Zhang
Findings of the Association for Computational Linguistics: ACL 2026
A line of work in planning uses LLM not to generate a plan, but to generate a formal representation in some planning language, which can be input into a symbolic solver to deterministically find a plan. While showing improved trust and promising performance, dozens of recent publications have proposed scattered methods on a variety of benchmarks under different experimental settings. We attempt to unify the inference-time LLM-as-formalizer methodology for classical planning by proposing a unifying organizational framework based on intermediate representations. We thus systematically evaluate more than a dozen pipelines that subsume most existing work, while proposing novel ones that involve syntactically similar but high-resource intermediate languages (such as a Python wrapper of PDDL). We provide recipes for planning language generation pipelines, draw a series of conclusions showing the efficacy of their various components, and evidence their robustness against problem complexity.
Language Model as Planner and Formalizer under Constraints
Cassie Huang | Stuti Mohan | Ziyi Yang | Stefanie Tellex | Li Zhang
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Cassie Huang | Stuti Mohan | Ziyi Yang | Stefanie Tellex | Li Zhang
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
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 deterministically. However, both lines of work rely on standard benchmarks that include only generic and simplistic environmental specifications, leading to potential overestimation of the planning ability of LLMs and safety concerns in downstream tasks. We bridge this gap by augmenting widely used planning benchmarks with manually annotated, fine-grained, and rich natural language constraints spanning four formally defined categories. Over 4 state-of-the-art reasoning LLMs, 4 formal languages, and 4 datasets, we show that the introduction of one-sentence constraints consistently halves performance, indicating current LLMs’ lack of robustness and an avenue for future research.