LLM Discussion: Enhancing the Creativity of Large Language Models via Discussion Framework and Role-Play
Li-Chun Lu, Shou-Jen Chen, Tsung-Min Pai, Chan-Hung Yu, Hung-yi Lee, Shao-Hua Sun
TL;DR
This work addresses the creativity gap in large language models by introducing LLM Discussion, a three-phase framework (initiation, discussion, convergence) that fosters collective creativity through multi-turn, diverging-converging exchanges. To counteract homogeneity across models, it employs role-playing with diverse personas via Six Thinking Hats, enabling richer perspectives during discussion rounds. Evaluations across four creativity benchmarks (AUT, Instances, Similarities, Scientific Creativity Test) show that LLM Discussion surpasses single-agent and prior multi-agent baselines in Originality and Elaboration, with human assessments corroborating the gains. The framework, along with prompts, role sets, and evaluation protocols, demonstrates practical potential for enhancing LLM-generated creativity and lays groundwork for future explorations in human-LLM collaborative creativity; code and data are available at the referenced GitHub repository.
Abstract
Large language models (LLMs) have shown exceptional proficiency in natural language processing but often fall short of generating creative and original responses to open-ended questions. To enhance LLM creativity, our key insight is to emulate the human process of inducing collective creativity through engaging discussions with participants from diverse backgrounds and perspectives. To this end, we propose LLM Discussion, a three-phase discussion framework that facilitates vigorous and diverging idea exchanges and ensures convergence to creative answers. Moreover, we adopt a role-playing technique by assigning distinct roles to LLMs to combat the homogeneity of LLMs. We evaluate the efficacy of the proposed framework with the Alternative Uses Test, Similarities Test, Instances Test, and Scientific Creativity Test through both LLM evaluation and human study. The results show that our proposed framework outperforms single-LLM approaches and existing multi-LLM frameworks across various creativity metrics. The code is available at https://github.com/lawraa/LLM-Discussion.
