English

Improving Pacing in Long-Form Story Planning

Computation and Language 2023-11-09 v1 Artificial Intelligence

Abstract

Existing LLM-based systems for writing long-form stories or story outlines frequently suffer from unnatural pacing, whether glossing over important events or over-elaborating on insignificant details, resulting in a jarring experience for the reader. We propose a CONCrete Outline ConTrol (CONCOCT) system to improve pacing when automatically generating story outlines. We first train a concreteness evaluator to judge which of two events is more concrete (low-level-detailed). This evaluator can then be used to control pacing in hierarchical outline generation; in this work, we explore a vaguest-first expansion procedure that aims for uniform pacing. We further use the evaluator to filter new outline items based on predicted concreteness. Compared to a baseline hierarchical outline generator, humans judge CONCOCT's pacing to be more consistent over 57% of the time across multiple outline lengths; the gains also translate to downstream stories. All code, data, and models are open-sourced.

Keywords

Cite

@article{arxiv.2311.04459,
  title  = {Improving Pacing in Long-Form Story Planning},
  author = {Yichen Wang and Kevin Yang and Xiaoming Liu and Dan Klein},
  journal= {arXiv preprint arXiv:2311.04459},
  year   = {2023}
}

Comments

EMNLP Findings 2023

R2 v1 2026-06-28T13:14:47.389Z