トークンから状態へ:LLMを世界モデルの特殊ケースとして捉え、その先の連続的な道筋を探る
From Tokens to States: LLMs as a Special Case of World Models and the Continuous Path Beyond
LLMは世界モデルの退化した特殊ケースであり、トークン予測からJEPAへ至る連続スペクトラムが存在することを論じ、その中間段階と課題を考察した理論論文。
著者: Paul Dubois
分類: cs.CL, cs.AI, cs.LG
原文アブストラクト
The AI community has framed the relationship between large language models (LLMs) and world models as a dichotomy: LLMs predict tokens; world models simulate reality. Yann LeCun argues in 2022 that reaching general intelligence requires abandoning autoregressive token prediction in favour of latent-space architectures. This framing is unnecessarily binary. Two claims will be defended. First, LLMs are a degenerate special case of world models: the state space is the set of all token sequences, the only action is appending one token, and world models are therefore a strict generalisation of LLMs, not a replacement. Second, there is a natural continuous spectrum from NTP to JEPA, with multi-token prediction, future-summary prediction, and next-latent prediction as intermediate stations already populated by current research. Moving along this spectrum relaxes the LLM constraints one by one. It also progressively surrenders the two practical advantages that make LLMs trainable at scale: internet-scale self-supervised data, and a transformer architecture co-designed for discrete token prediction. Both are examined as open research questions: the data question (the cliff from self-supervised text to instrumented action-labelled environments) and the architecture question (whether the transformer generalises to continuous-state prediction, or whether a new primitive is needed).