English

EIPE-text: Evaluation-Guided Iterative Plan Extraction for Long-Form Narrative Text Generation

Computation and Language 2023-10-13 v1 Artificial Intelligence

Abstract

Plan-and-Write is a common hierarchical approach in long-form narrative text generation, which first creates a plan to guide the narrative writing. Following this approach, several studies rely on simply prompting large language models for planning, which often yields suboptimal results. In this paper, we propose a new framework called Evaluation-guided Iterative Plan Extraction for long-form narrative text generation (EIPE-text), which extracts plans from the corpus of narratives and utilizes the extracted plans to construct a better planner. EIPE-text has three stages: plan extraction, learning, and inference. In the plan extraction stage, it iteratively extracts and improves plans from the narrative corpus and constructs a plan corpus. We propose a question answer (QA) based evaluation mechanism to automatically evaluate the plans and generate detailed plan refinement instructions to guide the iterative improvement. In the learning stage, we build a better planner by fine-tuning with the plan corpus or in-context learning with examples in the plan corpus. Finally, we leverage a hierarchical approach to generate long-form narratives. We evaluate the effectiveness of EIPE-text in the domains of novels and storytelling. Both GPT-4-based evaluations and human evaluations demonstrate that our method can generate more coherent and relevant long-form narratives. Our code will be released in the future.

Keywords

Cite

@article{arxiv.2310.08185,
  title  = {EIPE-text: Evaluation-Guided Iterative Plan Extraction for Long-Form Narrative Text Generation},
  author = {Wang You and Wenshan Wu and Yaobo Liang and Shaoguang Mao and Chenfei Wu and Maosong Cao and Yuzhe Cai and Yiduo Guo and Yan Xia and Furu Wei and Nan Duan},
  journal= {arXiv preprint arXiv:2310.08185},
  year   = {2023}
}
R2 v1 2026-06-28T12:48:27.540Z