Planning Beyond Text: Graph-based Reasoning for Complex Narrative Generation

arXiv cs.CL / 4/24/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that current LLM-based narrative generation often fails to keep global coherence, logical consistency, and character continuity, leading to repetitive or structurally broken scripts.
  • It introduces PLOTTER, a framework that performs narrative planning using graph-based representations (an event graph and a character graph) rather than planning directly over sequential text.
  • PLOTTER applies an Evaluate–Plan–Revise loop to diagnose and repair problems in graph topology under strict logical constraints, optimizing causality and the narrative skeleton before generating full context.
  • Experiments show that PLOTTER significantly outperforms multiple baseline methods across varied narrative scenarios, supporting the idea that structural graph planning improves long-context reasoning for complex storytelling.

Abstract

While LLMs demonstrate remarkable fluency in narrative generation, existing methods struggle to maintain global narrative coherence, contextual logical consistency, and smooth character development, often producing monotonous scripts with structural fractures. To this end, we introduce PLOTTER, a framework that performs narrative planning on structural graph representations instead of the direct sequential text representations used in existing work. Specifically, PLOTTER executes the Evaluate-Plan-Revise cycle on the event graph and character graph. By diagnosing and repairing issues of the graph topology under rigorous logical constraints, the model optimizes the causality and narrative skeleton before complete context generation. Experiments demonstrate that PLOTTER significantly outperforms representative baselines across diverse narrative scenarios. These findings verify that planning narratives on structural graph representations-rather than directly on text-is crucial to enhance the long context reasoning of LLMs in complex narrative generation.