Divergent-Convergent Thinking in Large Language Models for Creative Problem Generation
Manh Hung Nguyen, Adish Singla
TL;DR
This work addresses the lack of diversity in LLM-generated educational problems caused by the Artificial Hivemind by introducing CreativeDC, a two-phase prompting framework that imposes divergent thinking followed by convergent thinking to expand the ideation space before constraint satisfaction. By incorporating persona simulation, CreativeDC further broadens perspective and output variety. Empirical evaluation across 20 contexts shows that CreativeDC substantially improves lexical and semantic diversity and novelty while maintaining high utility, with the Vendi score indicating a larger effective number of distinct problems as K grows. The approach demonstrates scalable gains and has potential applicability beyond programming problems to other creative domains, offering a practical method to counteract premature convergence in LLM reasoning.
Abstract
Large language models (LLMs) have significant potential for generating educational questions and problems, enabling educators to create large-scale learning materials. However, LLMs are fundamentally limited by the ``Artificial Hivemind'' effect, where they generate similar responses within the same model and produce homogeneous outputs across different models. As a consequence, students may be exposed to overly similar and repetitive LLM-generated problems, which harms diversity of thought. Drawing inspiration from Wallas's theory of creativity and Guilford's framework of divergent-convergent thinking, we propose CreativeDC, a two-phase prompting method that explicitly scaffolds the LLM's reasoning into distinct phases. By decoupling creative exploration from constraint satisfaction, our method enables LLMs to explore a broader space of ideas before committing to a final problem. We evaluate CreativeDC for creative problem generation using a comprehensive set of metrics that capture diversity, novelty, and utility. The results show that CreativeDC achieves significantly higher diversity and novelty compared to baselines while maintaining high utility. Moreover, scaling analysis shows that CreativeDC generates a larger effective number of distinct problems as more are sampled, increasing at a faster rate than baseline methods.
