SCOPE: Language Models as One-Time Teacher for Hierarchical Planning in Text Environments
Haoye Lu, Pavan Seshadri, Kaheer Suleman

TL;DR
SCOPE introduces a one-shot hierarchical planning approach that pretrains a lightweight model using LLM-generated subgoals from example trajectories, significantly improving efficiency in text-based environments.
Contribution
The paper proposes SCOPE, a novel method that pretrains a hierarchical planner using LLM-derived subgoals at initialization, reducing reliance on costly LLM queries during inference.
Findings
Achieves a success rate of 0.56 on TextCraft environment.
Reduces inference time from 164.4 seconds to 3.0 seconds.
Demonstrates that suboptimal LLM-generated subgoals can still be effective.
Abstract
Long-term planning in complex, text-based environments presents significant challenges due to open-ended action spaces, ambiguous observations, and sparse feedback. Recent research suggests that large language models (LLMs) encode rich semantic knowledge about the world, which can be valuable for guiding agents in high-level reasoning and planning across both embodied and purely textual settings. However, existing approaches often depend heavily on querying LLMs during training and inference, making them computationally expensive and difficult to deploy efficiently. In addition, these methods typically employ a pretrained, unaltered LLM whose parameters remain fixed throughout training, providing no opportunity for adaptation to the target task. To address these limitations, we introduce SCOPE (Subgoal-COnditioned Pretraining for Efficient planning), a one-shot hierarchical planner that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Multimodal Machine Learning Applications · Reinforcement Learning in Robotics
