次回の更新記事:AIエージェントで論文内容を再現するワークフロー(…(公開予定日:2026年04月30日)
AIDB Daily Papers

CASCADE:低コストで制御可能な創発性を持つ社会協調のためのカスケード型アーキテクチャ

原題: CASCADE: A Cascading Architecture for Social Coordination with Controllable Emergence at Low Cost
著者: Yizhi Xu
公開日: 2026-04-03 | 分野: LLM ゲーム エージェント 行動 シミュレーション アーキテクチャ ゲーム開発 人工知能

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 大規模でリアルなゲーム社会を構築するため、CASCADEという3層アーキテクチャを提案しました。
  • 既存手法の効率性とLLMの豊かな社会性を両立し、低コストで制御可能な社会シミュレーションを実現します。
  • マクロイベントから多様で論理的なNPCの行動を生成し、オープンワールドのオーサリングツール基盤を構築しました。

Abstract

Creating scalable and believable game societies requires balancing authorial control with computational cost. Existing scripted NPC systems scale efficiently but are often rigid, whereas fully LLM-driven agents can produce richer social behavior at a much higher runtime cost. We present CASCADE, a three-layer architecture for low-cost, controllable social coordination in sandbox-style game worlds. A Macro State Director (Level 1) maintains discrete-time world-state variables and macro-level causal updates, while a modular Coordination Hub decomposes state changes through domain-specific components (e.g., professional and social coordination) and routes the resulting directives to tag-defined groups. Then Tag-Driven NPCs (Level 3) execute responses through behavior trees and local state/utility functions, invoking large language models only for on-demand player-facing interactions. We evaluate CASCADE through multiple micro-scenario prototypes and trace-based analysis, showing how a shared macro event can produce differentiated yet logically constrained NPC behaviors without per-agent prompting in the main simulation loop. CASCADE provides a modular foundation for scalable social simulation and future open-world authoring tools.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事