paper-with-me

Papers

From Next Token Prediction to (STRIPS) World Models

2025-09-16 · Carlos Núñez-Molina, Vicenç Gómez, Hector Geffner arxiv

We study whether next-token prediction can yield world models that truly support planning, in a controlled symbolic setting where propositional STRIPS action models are learned from action traces alone and correctness can be evaluated exactly. We introduce two architectures. The first is the STRIPS Transformer, a symbolically aligned model grounded in theoretical results linking transformers and the formal language structure of STRIPS domains. The second is a standard transformer architecture without explicit symbolic structure built in, for which we study different positional encoding schemes and attention aggregation mechanisms. We evaluate both architectures on five classical planning domains, measuring training accuracy, generalization, and planning performance across domains and problem sizes. Interestingly, both approaches can be used to produce models that support planning with off-the-shelf STRIPS planners over exponentially many unseen initial states and goals. Although the STRIPS Transformer incorporates a strong symbolic inductive bias, it is harder to optimize and requires larger datasets to generalize reliably. In contrast, a standard transformer with stick-breaking attention achieves near-perfect training accuracy and strong generalization. Finally, standard transformers without stick-breaking attention do not generalize to long traces, whereas a symbolic STRIPS model extracted from a transformer trained on shorter traces does.

📄 PDF Abstract BibTeX arXiv:2509.13389

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Trajectory Supervision for Continual Tool-Use Learning in LLMs

2026-05-10 · Vishnu Vardhan Reddy, Sagnik Chatterjee, Soumik Bhatta arxiv

Most language-model training data shows final artifacts, not the process that produced them. We study a tractable version of this question in tool use: when a model learns a stream of new API domains, does keeping tool-u…

Next-Latent Prediction Transformers Learn Compact World Models

2025-11-08 · Jayden Teoh, Manan Tomar, Kwangjun Ahn, Edward S. Hu 외 arxiv

Transformers replace recurrence with a memory that grows with sequence length and self-attention that enables ad-hoc lookups over past tokens. Consequently, they lack an inherent incentive to compress history into compac…

Strips as Tokens: Artist Mesh Generation with Native UV Segmentation

2026-04-10 · Rui Xu, Dafei Qin, Kaichun Qiao, Qiujie Dong 외 arxiv

Recent advancements in autoregressive transformers have demonstrated remarkable potential for generating artist-quality meshes. However, the token ordering strategies employed by existing methods typically fail to meet p…

Humanoid Locomotion as Next Token Prediction

2024-02-29 · Ilija Radosavovic, Bike Zhang, Baifeng Shi, Jathushan Rajasegaran 외

We cast real-world humanoid control as a next token prediction problem, akin to predicting the next word in language. Our model is a causal transformer trained via autoregressive prediction of sensorimotor trajectories. …

Humanoid ControlPrediction

Learning Lifted Action Models From Traces of Incomplete Actions and States

2025-08-29 · Niklas Jansen, Jonas Gösgens, Hector Geffner arxiv

Consider the problem of learning a lifted STRIPS model of the sliding-tile puzzle from random state-action traces where the states represent the location of the tiles only, and the actions are the labels up, down, left, …