Core Concepts
Narratives with related start and stop sentences provide a greater sense of closure and coherence compared to narratives with unrelated endpoints.
Abstract
The paper proposes RENARGEN, a framework for generating narratives with related start and stop sentences. This is motivated by the observation that human writers often bookend their writing with related beginning and ending sentences to compose a satisfying narrative.
The key components of RENARGEN are:
Endpoint Generator:
For language models (LMs), it generates a related stop sentence given the start sentence by using a Phrase Generator to extract salient words/phrases from the start, and a Stop Generator to generate the stop incorporating the phrase list.
For large language models (LLMs), it uses various methods to generate a related stop, such as prompting for semantic relatedness, erotetic closure, "matching ending", or entailment.
Story Infiller:
For LMs, it uses an interactive infilling approach that considers both left and right contexts to generate the middle sentences, rather than a simple left-to-right generation.
For LLMs, it generates all the middle sentences at once given the start and stop.
The authors conduct automatic and human evaluations to show that RENARGEN generates narratives with more related endpoints and better overall coherence and closure compared to baseline models.
Stats
"Human writers often bookend their writing with ending sentences that relate back to the beginning sentences in order to compose a satisfying narrative that "closes the loop.""
"Narrative closure is an important feature of satisfying narratives. Carroll (2007) defines narrative closure as "the phenomenological feeling of finality that is generated when all the questions saliently posed by the narrative are answered.""
"Automatic story generation has advanced significantly recently, but these approaches still struggle to generate satisfying and coherent stories with closure."
Quotes
"Narratives with related start and stop sentences provide a greater sense of closure and coherence compared to narratives with unrelated endpoints."
"Endpoint relatedness may be operationalized with various methods, the most common of which is semantic relatedness."
"Through piece-wise narrative generation, RENARGEN offers user interactivity. For example, for LMs the user can control the generated stop sentence by editing the phrase list."