日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
言語生成arXiv:2601.17094

口は脳ではない:エネルギー基準世界モデルと言語生成の橋渡し

The Mouth is Not the Brain: Bridging Energy-Based World Models and Language Generation

シェア:XThreadsFacebookLINEはてブBluesky

世界モデルと言語モデルを分離するアーキテクチャを提案し、消費者レビュー生成において世界モデル条件付けが高品質なテキスト生成と因果的整合性を実現することを示した。

著者: Junichiro Niimi

分類: cs.LG, cs.AI, cs.CL

原文アブストラクト

Large Language Models (LLMs) generate fluent text, yet whether they truly understand the world or merely produce plausible texts about it remains contested. We propose an architectural principle, the mouth is not the brain, that explicitly separates world models from language models. Our architecture comprises three components: a DBM that captures domain structure as an energy-based world model, an adapter that projects latent belief states into embedding space, and a frozen GPT-2 that provides linguistic competence without domain knowledge. We instantiate this framework in the consumer review domain using Amazon smartphone reviews. Experiments demonstrate that (1) world model conditioning achieves lower cross-entropy loss and higher semantic similarity than architectural baselines including direct projection and full fine-tuning, while qualitative analysis reveals that soft prompt conditioning resolves a trade-off that prompt-based approaches cannot: simple prompts lack expressiveness while detailed prompts cause output collapse in small LLMs; (2) the DBM's energy function distinguishes coherent from incoherent market configurations, assigning higher energy to implausible brand-price combinations; and (3) interventions on specific attributes propagate causally to generated text with intervened outputs exhibiting distributions statistically consistent with naturally occurring samples sharing the target configuration. These findings suggest that even small-scale language models can achieve consistent, controllable generation when connected to an appropriate world model, providing empirical support for separating linguistic competence from world understanding.