CLLGMar 21, 2025

Modifying Large Language Model Post-Training for Diverse Creative Writing

arXiv:2503.17126v133 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the need for more varied creative outputs from LLMs, though it is incremental as it builds on existing methods like DPO and ORPO.

The paper tackles the problem of low output diversity in large language models for creative writing by incorporating deviation into post-training objectives, achieving on-par diversity with human-created datasets while maintaining quality similar to top models like GPT-4o and DeepSeek-R1.

As creative writing tasks do not have singular correct answers, large language models (LLMs) trained to perform these tasks should be able to generate diverse valid outputs. However, LLM post-training often focuses on improving generation quality but neglects to facilitate output diversity. Hence, in creative writing generation, we investigate post-training approaches to promote both output diversity and quality. Our core idea is to include deviation -- the degree of difference between a training sample and all other samples with the same prompt -- in the training objective to facilitate learning from rare high-quality instances. By adopting our approach to direct preference optimization (DPO) and odds ratio preference optimization (ORPO), we demonstrate that we can promote the output diversity of trained models while minimally decreasing quality. Our best model with 8B parameters could achieve on-par diversity as a human-created dataset while having output quality similar to the best instruction-tuned models we examined, GPT-4o and DeepSeek-R1. We further validate our approaches with a human evaluation, an ablation, and a comparison to an existing diversification approach, DivPO.

Code Implementations1 repo
Foundations

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

Your Notes