paper-with-me

Papers

Latent Planning Emerges with Scale

2026-04-14 · Michael Hanna, Emmanuel Ameisen arxiv

LLMs can perform seemingly planning-intensive tasks, like writing coherent stories or functioning code, without explicitly verbalizing a plan; however, the extent to which they implicitly plan is unknown. In this paper, we define latent planning as occurring when LLMs possess internal planning representations that (1) cause the generation of a specific future token or concept, and (2) shape preceding context to license said future token or concept. We study the Qwen-3 family (0.6B-14B) on simple planning tasks, finding that latent planning ability increases with scale. Models that plan possess features that represent a planned-for word like "accountant", and cause them to output "an" rather than "a"; moreover, even the less-successful Qwen-3 4B-8B have nascent planning mechanisms. On the more complex task of completing rhyming couplets, we find that models often identify a rhyme ahead of time, but even large models seldom plan far ahead. However, we can elicit some planning that increases with scale when steering models towards planned words in prose. In sum, we offer a framework for measuring planning and mechanistic evidence of how models' planning abilities grow with scale.

📄 PDF Abstract BibTeX arXiv:2604.12493

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning from Reward-Free Offline Data: A Case for Planning with Latent Dynamics Models

2025-02-20 · Vlad Sobal, Wancong Zhang, Kynghyun Cho, Randall Balestriero 외

A long-standing goal in AI is to build agents that can solve a variety of tasks across different environments, including previously unseen ones. Two dominant approaches tackle this challenge: (i) reinforcement learning (…

Reinforcement Learning (RL)Zero-shot Generalization

SCALE: State-Calibrated Latent Embeddings for JEPA Planning in the Right Geometry

2026-08-17 · Jiaming Hu, Yan Zheng, Tian Wang arxiv

Joint-embedding predictive world models plan by scoring predicted terminal embeddings against a goal embedding using a cost defined on the representation itself. Two prominent strategies for obtaining non-collapsed repre…

Scaling Value Iteration Networks to 5000 Layers for Extreme Long-Term Planning

2024-06-12 · Yuhui Wang, Qingyuan Wu, Weida Li, Dylan R. Ashley 외

The Value Iteration Network (VIN) is an end-to-end differentiable architecture that performs value iteration on a latent MDP for planning in reinforcement learning (RL). However, VINs struggle to scale to long-term and l…

Reinforcement Learning (RL)

LpWM: A Case for Sparse Representations in World Models

2026-08-24 · Yilun Kuang, Yash Dagade, Quentin Le Lidec, Lucas Maes 외 arxiv

Joint-embedding predictive architectures (JEPAs) learn latent dynamics for planning and avoid representation collapse by matching features to maximum-entropy distributions such as isotropic Gaussians, yielding dense repr…

Hierarchical Planning with Latent World Models

2026-04-03 · Wancong Zhang, Basile Terver, Artem Zholus, Soham Chitnis 외 arxiv

World models are a promising path to zero-shot embodied control through planning. However, existing world model planners struggle on long-horizon, multi-stage tasks: prediction errors compound and naive search is exponen…