Capturing Classic Authorial Style in Long-Form Story Generation with GRPO Fine-Tuning
Jinlong Liu, Mohammed Bahja, Venelin Kovatchev, Mark Lee
TL;DR
The paper tackles controlling classic-author voice in long-form story generation, proposing a GRPO-based framework guided by an AV-derived style reward and supplemented by content and completeness signals.A robust reward design and a controlled data pipeline enable effective style alignment while mitigating narrative drift, demonstrated through a Twain/Huckleberry Finn case study with an 8B model achieving strong AV-style metrics.Key contributions include a novel reward-model construction, a high-quality style-controlled dataset via masking/refill, and an empirical analysis of model choices for agentic training, highlighting the viability of moderate-size models for stylistic control.The work suggests promising directions for scalable, evaluator-backed stylistic generation, albeit with acknowledged challenges in long-range coherence and broader generalization across authors.
Abstract
Recent advances in large language models (LLMs) show impressive performance in open-ended story generation, but fine-grained stylistic control remains limited. Existing methods often rely on shallow cues (e.g., names or topics) to simulate authorial style, without robust evaluation. In this work, we present a training framework for style-conditioned story generation using Group Relative Policy Optimization (GRPO) and a custom multi-reward setup. The style reward is derived from a fine-tuned sentence transformer using authorship verification (AV) signals, combined with content and completeness scores to stabilize long-form narrative generation. We conduct experiments using fiction by Mark Twain, a prominent 19th-century American author, with The Adventures of Huckleberry Finn serving as the reference style exemplar. Our 8B model outperforms larger baselines such as GPT-4o and Claude Sonnet 4 in AV-style metrics, achieving a style score of 0.628 and competitive content quality. Results demonstrate the feasibility of agentic stylistic generation with moderate model size and task-specific training. While the output is clearly style-aligned, narrative completeness remains a challenge, indicating future work is needed to better model global coherence and story resolution.
