ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
While post-training improves the capabilities of large language models (LLMs), it generally lowers their output diversity and creativity, negatively impacting tasks that explicitly require creativity (e.g., story generation) as well as those that require it implicitly, e.g., reinforcement learning (RL). We instead propose CreativeInstruct, a scalable instruction-tuning method that teaches LLMs to balance creative, base-model-like generations with the quality of post-trained models, by learning to inject special [StartCreativity] spans that bias generation toward creativity. Furthermore, we introduce a structural diversity metric based on graph edit distance, which captures narrative level variation missed by purely lexical and semantic metrics. On narrative generation, CreativeInstruct matches or exceeds the diversity of both multi-model baselines and distilled variants of their outputs, without sacrificing quality or requiring multiple models at inference time. These results are mirrored in our human evaluation, where we find that annotators rate CreativeInstruct generations as more creative than the post-trained LLMs' generations in 70.3% of cases. We also show the benefits of creative models as a substrate for RL: GRPO applied to a CreativeInstruct checkpoint improves by ~4% on AMC and ~5% points on MATH over the same training applied to the post-trained checkpoint.
Post-training of large language models (LLMs) typically improves their quality on benchmarks but often reduces output diversity and creativity. This is problematic for tasks that explicitly require creativity, such as story generation, and also for implicit creative tasks like reinforcement learning (RL), where diverse exploration is crucial. CreativeInstruct addresses this critical trade-off by teaching LLMs to balance creativity and quality through a simple yet effective instruction-tuning approach.
The paper's significance lies in its scalability and practicality. Unlike methods that require multiple models at inference time or complex distillation, CreativeInstruct uses a single model with special [StartCreativity] spans, making it easy to integrate into existing pipelines. The introduction of a structural diversity metric based on graph edit distance also provides a more nuanced evaluation of narrative variation, which is often missed by lexical and semantic metrics.
CreativeInstruct matches or exceeds the diversity of multi-model baselines and distilled variants without sacrificing quality. In human evaluation, annotators rated CreativeInstruct generations as more creative than post-trained LLM generations in 70.3% of cases. When used as a substrate for RL, GRPO applied to a CreativeInstruct checkpoint improved by ~4% on AMC and ~5% points on MATH over the same training applied to the post-trained checkpoint. These results highlight the method's effectiveness in restoring creativity while maintaining quality.
The broader impact of CreativeInstruct is substantial. It offers a practical solution to the creativity-diversity trade-off in LLMs, which is a known limitation of post-training. This could enable more creative AI applications, from storytelling to content generation, and also improve RL by providing more diverse exploration. The structural diversity metric also provides a better tool for evaluating generative models, potentially influencing future research on diversity metrics. Overall, CreativeInstruct paves the way for more balanced and versatile LLMs.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba