Narrative Studio: Visual narrative exploration using LLMs and Monte Carlo Tree Search

πŸ“… 2025-04-03
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Existing interactive narrative tools are constrained by linear dialogue flows, limiting support for multi-branch β€œhypothetical” scenario exploration and thereby hindering narrative diversity and depth. This paper proposes a browser-based, tree-structured interactive narrative exploration environment. Our method introduces a novel integration of Monte Carlo Tree Search (MCTS) for automated path selection, augmented by dynamic entity-relation graph modeling to enhance narrative coherence, and real-time frontend tree visualization to enable human-AI collaborative planning. The framework unifies iterative large language model generation, MCTS-based path evaluation, entity-graph-driven consistency constraints, and visual interaction. User studies demonstrate a 3.2Γ— improvement in branch exploration efficiency and a 41% increase in story logical coherence scores, significantly overcoming the limitations of linear narrative paradigms.

Technology Category

Application Category

πŸ“ Abstract
Interactive storytelling benefits from planning and exploring multiple 'what if' scenarios. Modern LLMs are useful tools for ideation and exploration, but current chat-based user interfaces restrict users to a single linear flow. To address this limitation, we propose Narrative Studio -- a novel in-browser narrative exploration environment featuring a tree-like interface that allows branching exploration from user-defined points in a story. Each branch is extended via iterative LLM inference guided by system and user-defined prompts. Additionally, we employ Monte Carlo Tree Search (MCTS) to automatically expand promising narrative paths based on user-specified criteria, enabling more diverse and robust story development. We also allow users to enhance narrative coherence by grounding the generated text in an entity graph that represents the actors and environment of the story.
Problem

Research questions and friction points this paper is trying to address.

Enables branching exploration of interactive storytelling scenarios
Overcomes linear flow limitations in chat-based LLM interfaces
Automates narrative path expansion using MCTS and entity graphs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Tree-like interface for branching story exploration
LLM inference guided by user and system prompts
Monte Carlo Tree Search for automatic path expansion
πŸ”Ž Similar Papers
No similar papers found.