The Reasoning-Creativity Trade-off: Toward Creativity-Driven Problem Solving
Max Ruiz Luyten, Mihaela van der Schaar
TL;DR
This work identifies a fundamental tension in large language model training: maximizing a single scalar objective tends to collapse the diversity of reasoning strategies, hindering creativity and generalization. It introduces Distributional Creative Reasoning (DCR), a variational framework that optimizes over the full distribution of solution traces and adds a Diversity Energy term $\mathcal{D}[p]=\alpha H[p]-\beta Q[p]$ to promote both breadth and semantic novelty. The authors prove a Diversity Decay Theorem showing algorithm‑specific collapse modes under scalar objectives, and they show that incorporating the DCR objective guarantees convergence to a unique, stable, and diverse interior equilibrium by shaping the policy with an entropy component and a kernel‑based diversity term focused on correct traces. They also outline a practical design space—the Creativity Kernel—for sculpting structured diversity and offer actionable recipes for tuning hyperparameters, enabling LLMs to be both correct and creative. The framework yields testable predictions and provides a principled path from theoretical insights to real‑world improvement in creative problem solving for LLMs.
Abstract
State-of-the-art large language model (LLM) pipelines rely on bootstrapped reasoning loops: sampling diverse chains of thought and reinforcing the highest-scoring ones, mainly optimizing correctness. We analyze how this design choice is sensitive to the collapse of the model's distribution over reasoning paths, slashing semantic entropy and undermining creative problem-solving. To analyze this failure, we introduce Distributional Creative Reasoning (DCR), a unified variational objective that casts training as gradient flow through probability measures on solution traces. STaR, GRPO, and DPO, as well as entropy bonuses, and other methods, all constitute special cases of the same loss. The framework delivers three core results: (i) the diversity decay theorem, describing how correctness-based objectives lead to distinct modes of diversity decay for STaR, GRPO, and DPO; (ii) designs that ensure convergence to a stable and diverse policy, effectively preventing collapse; and (iii) simple, actionable recipes to achieve this in practice. DCR thus offers the first principled recipe for LLMs that remain both correct and creative.
