TL;DR
LOOP introduces an iterative neuro-symbolic planning framework that enhances autonomous system reliability by enabling neural and symbolic components to collaboratively refine plans through continuous interaction.
Contribution
It presents a novel neuro-symbolic framework that treats planning as an iterative conversation, integrating neural features with symbolic feedback for improved accuracy and robustness.
Findings
Achieved 85.8% success rate on IPC benchmark domains.
Outperformed existing methods like LLM+P and Tree-of-Thoughts.
Built a causal knowledge base from execution traces.
Abstract
Planning is one of the most critical tasks in autonomous systems, where even a small error can lead to major failures or million-dollar losses. Current state-of-the-art neural planning approaches struggle with complex domains, producing plans with missing preconditions, inconsistent goals, and hallucinations. While classical planners provide logical guarantees, they lack the flexibility and natural language understanding capabilities needed for modern autonomous systems. Existing neuro-symbolic approaches use one-shot translation from natural language to formal plans, missing the opportunity for neural and symbolic components to work and refine solutions together. To address this gap, we develop LOOP -- a novel neuro-symbolic planning framework that treats planning as an iterative conversation between neural and symbolic components rather than simple translation. LOOP integrates 13…
Peer Reviews
Decision·ICLR 2026 Conference Withdrawn Submission
None. If there is anything that caught my eye, it is the idea of Cross-Domain Pattern Transfer; It effectively stores a macro-action as a policy, but in a way that generalizes the macro action with natural language semantics. This sounds new and interesting, but the paper in the current state cannot is not publishable.
The writing issue starts from the very first page of the paper. Having so many issues in the very face of the paper (= introduction) means that this paper has not be thoroughly proofread. Issues that are immediately spotted are - Many \cite / \citet / \citep command misuses in the introduction. - Many style inconsistency in the references, e.g., - ICAPS conference proceedings are sometimes with the number (Thirty-Fourth …) and sometimes not - Citations without venues (e.g
The proposed method achieves good performance on 6 domains.
1. The paper is poorly written and contains several unreasonable or problematic aspects: (1) The authors claim that their method can refine PDDL models, but the paper does not clearly explain how this refinement is actually performed. (2) The Related Work section lacks a sufficient discussion distinguishing the proposed approach from existing methods. (3) The Theoretical Foundation section fails to provide the necessary theoretical background or analysis to justify the effectiveness of the pr
- LOOP combines neural reasoning, symbolic validation, and causal learning into a cohesive iterative pipeline that addresses key limitations of one-shot LLM planning. - The neuro-symbolic interaction and causal trace learning offer a degree of transparency uncommon in LLM-integrated planners.
- It would be helpful to compare against PSALM [1], which reports higher success rates on the same IPC domains using environment feedback for action semantics induction. - The paper omits several relevant works from Kambhampati’s group, including Guan et al. [2] and others on feedback-guided planning and world-model construction, which should be cited and discussed for completeness. - Many tables are oversized and difficult to read in the current layout, consider splitting them across pages or r
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
