Plot Writing From Pre-Trained Language Models
Yiping Jin, Vishakha Kadam, Dittaya Wanvarie

TL;DR
This paper introduces ScratchPlot, a method that uses pre-trained language models to generate story plots and stories by combining content planning with ranking, resulting in more cohesive and content-rich narratives.
Contribution
It presents a novel approach to story generation that leverages off-the-shelf PLMs for content planning and story generation without fine-tuning, improving coherence and content quality.
Findings
Outperforms baselines in human evaluations.
Achieves superior automatic evaluation scores.
Effectively maintains story coherence and contentfulness.
Abstract
Pre-trained language models (PLMs) fail to generate long-form narrative text because they do not consider global structure. As a result, the generated texts are often incohesive, repetitive, or lack content. Recent work in story generation reintroduced explicit content planning in the form of prompts, keywords, or semantic frames. Trained on large parallel corpora, these models can generate more logical event sequences and thus more contentful stories. However, these intermediate representations are often not in natural language and cannot be utilized by PLMs without fine-tuning. We propose generating story plots using off-the-shelf PLMs while maintaining the benefit of content planning to generate cohesive and contentful stories. Our proposed method, ScratchPlot, first prompts a PLM to compose a content plan. Then, we generate the story's body and ending conditioned on the content…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
