AI Navigate

BiT-MCTS: A Theme-based Bidirectional MCTS Approach to Chinese Fiction Generation

arXiv cs.CL / 3/17/2026

📰 NewsModels & Research

Key Points

  • BiT-MCTS introduces a theme-driven bidirectional MCTS framework for Chinese fiction generation that constructs a climax-first outline before expanding the plot in both directions.
  • The method uses Freytag's Pyramid to extract a core dramatic conflict and explicitly generate a climax, then expands backward (rising action, exposition) and forward (falling action, resolution) to form a structured outline.
  • Experiments on a Chinese theme corpus across three LLM backbones show improvements in narrative coherence, plot structure, and thematic depth versus strong baselines, according to automatic metrics and human judgments.
  • The work enables substantially longer, more coherent stories and offers a new paradigm for theme-driven AI storytelling in long-form generation.

Abstract

Generating long-form linear fiction from open-ended themes remains a major challenge for large language models, which frequently fail to guarantee global structure and narrative diversity when using premise-based or linear outlining approaches. We present BiT-MCTS, a theme-driven framework that operationalizes a "climax-first, bidirectional expansion" strategy motivated by Freytag's Pyramid. Given a theme, our method extracts a core dramatic conflict and generates an explicit climax, then employs a bidirectional Monte Carlo Tree Search (MCTS) to expand the plot backward (rising action, exposition) and forward (falling action, resolution) to produce a structured outline. A final generation stage realizes a complete narrative from the refined outline. We construct a Chinese theme corpus for evaluation and conduct extensive experiments across three contemporary LLM backbones. Results show that BiT-MCTS improves narrative coherence, plot structure, and thematic depth relative to strong baselines, while enabling substantially longer, more coherent stories according to automatic metrics and human judgments.