paper-with-me

홈 › Papers

Thinking Forward and Backward: Effective Backward Planning with Large Language Models

2024-11-04 · Allen Z. Ren, Brian Ichter, Anirudha Majumdar

Large language models (LLMs) have exhibited remarkable reasoning and planning capabilities. Most prior work in this area has used LLMs to reason through steps from an initial to a goal state or criterion, thereby effectively reasoning in a forward direction. Nonetheless, many planning problems exhibit an inherent asymmetry such that planning backward from the goal is significantly easier -- for example, if there are bottlenecks close to the goal. We take inspiration from this observation and demonstrate that this bias holds for LLM planning as well: planning performance in one direction correlates with the planning complexity of the problem in that direction. However, our experiments also reveal systematic biases which lead to poor planning in the backward direction. With this knowledge, we propose a backward planning algorithm for LLMs that first flips the problem and then plans forward in the flipped problem. This helps avoid the backward bias, generate more diverse candidate plans, and exploit asymmetries between the forward and backward directions in planning problems -- we find that combining planning in both directions with self-verification improves the overall planning success rates by 4-24% in three planning domains.

📄 PDF Abstract BibTeX arXiv:2411.01790

Code (1)

irom-princeton/llm-backward 공식 구현

Similar Papers 제목 키워드 기반

Reverse Thinking Makes LLMs Stronger Reasoners

2024-11-29 · Justin Chih-Yao Chen, Zifeng Wang, Hamid Palangi, Rujun Han 외

Reverse thinking plays a crucial role in human reasoning. Humans can reason not only from a problem to a solution but also in reverse, i.e., start from the solution and reason towards the problem. This often enhances ove…

Data AugmentationKnowledge DistillationLogical ReasoningMath+1

Backward-Forward Search for Manipulation Planning

2016-04-12 · Caelan Reed Garrett, Tomas Lozano-Perez, Leslie Pack Kaelbling

In this paper we address planning problems in high-dimensional hybrid configuration spaces, with a particular focus on manipulation planning problems involving many objects. We present the hybrid backward-forward (HBF) p…

Backwards State-space Reduction for Planning in Dynamic Knowledge Bases

2014-07-30 · Valerio Senni, Michele Stawowy

In this paper we address the problem of planning in rich domains, where knowledge representation is a key aspect for managing the complexity and size of the planning domain. We follow the approach of Description Logic (D…

HyRRT-Connect: Bidirectional Motion Planning for Hybrid Dynamical Systems

2025-04-14 · Nan Wang, Ricardo G. Sanfelice

This paper proposes a bidirectional rapidly-exploring random trees (RRT) algorithm to solve the motion planning problem for hybrid systems. The proposed algorithm, called HyRRT-Connect, propagates in both forward and bac…

Motion Planning

Scaling up and Stabilizing Differentiable Planning with Implicit Differentiation

2022-10-24 · Linfeng Zhao, Huazhe Xu, Lawson L. S. Wong

Differentiable planning promises end-to-end differentiability and adaptivity. However, an issue prevents it from scaling up to larger-scale problems: they need to differentiate through forward iteration layers to compute…

Visual Navigation