CLAIDec 16, 2021

Goal-Directed Story Generation: Augmenting Generative Language Models with Reinforcement Learning

arXiv:2112.08593v126 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of controllable story generation for applications in creative writing or interactive narratives, though it is incremental as it builds on existing reinforcement learning and language model techniques.

The authors tackled the problem of directing language models to generate stories that reach specific goal events, achieving improved goal attainment and human-rated coherence and quality compared to baselines.

The advent of large pre-trained generative language models has provided a common framework for AI story generation via sampling the model to create sequences that continue the story. However, sampling alone is insufficient for story generation. In particular, it is hard to direct a language model to create stories to reach a specific goal event. We present two automated techniques grounded in deep reinforcement learning and reward shaping to control the plot of computer-generated stories. The first utilizes proximal policy optimization to fine-tune an existing transformer-based language model to generate text continuations but also be goal-seeking. The second extracts a knowledge graph from the unfolding story, which is used by a policy network with graph attention to select a candidate continuation generated by a language model. We report on automated metrics pertaining to how often stories achieve a given goal event as well as human participant rankings of coherence and overall story quality compared to baselines and ablations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes