paper-with-me

Papers

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

2026-03-15 · Zhaoyi Li, Xu Zhang, Xiaojun Wan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.14410

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MCTS: A Multi-Reference Chinese Text Simplification Dataset

2023-06-05 · Ruining Chong, Luming Lu, Liner Yang, Jinran Nie 외

Text simplification aims to make the text easier to understand by applying rewriting transformations. There has been very little research on Chinese text simplification for a long time. The lack of generic evaluation dat…

Machine TranslationText Simplification

FastMCTS: A Simple Sampling Strategy for Data Synthesis

2025-02-17 · Peiji Li, Kai Lv, Yunfan Shao, Yichuan Ma 외

Synthetic high-quality multi-step reasoning data can significantly enhance the performance of large language models on various tasks. However, most existing methods rely on rejection sampling, which generates trajectorie…

Doubly Robust Monte Carlo Tree Search

2025-02-01 · Manqing Liu, Andrew L. Beam

We present Doubly Robust Monte Carlo Tree Search (DR-MCTS), a novel algorithm that integrates Doubly Robust (DR) off-policy estimation into Monte Carlo Tree Search (MCTS) to enhance sample efficiency and decision quality…

Decision Making

Accelerating Monte-Carlo Tree Search with Optimized Posterior Policies

2026-01-03 · Keith Frankston, Benjamin Howard arxiv

We introduce a recursive AlphaZero-style Monte--Carlo tree search algorithm, "RMCTS". The advantage of RMCTS over AlphaZero's MCTS-UCB is speed. In RMCTS, the search tree is explored in a breadth-first manner, so that ne…

Towards Understanding the Effects of Evolving the MCTS UCT Selection Policy

2023-02-07 · Fred Valdez Ameneyro, Edgar Galvan

Monte Carlo Tree Search (MCTS) is a sampling best-first method to search for optimal decisions. The success of MCTS depends heavily on how the MCTS statistical tree is built and the selection policy plays a fundamental r…