Make LLMs more creative by running multi‑round role‑played discussions instead of single prompts

May 10, 20248 min

Overview

Decision SnapshotNeeds Validation

The method demonstrates consistent gains in originality and elaboration on multiple benchmarks and human studies, but it requires more API calls (cost) and careful prompt/role design; LLM‑based evaluators align with human averages for originality.

Citations6

Evidence Strength0.80

Confidence0.86

Risk Signals11

Trust Signals

Findings with numeric evidence: 5/5

Findings with evidence refs: 5/5

Results with explicit delta: 3/5

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 35%

Production readiness: 60%

Novelty: 65%

Authors

Li-Chun Lu, Shou-Jen Chen, Tsung-Min Pai, Chan-Hung Yu, Hung-yi Lee, Shao-Hua Sun

Links

Abstract / PDF / Code / Data

Why It Matters For Business

A structured multi‑agent, role‑played discussion can produce noticeably more original and detailed ideas than single prompts, useful for ideation, product concepts, and creative marketing at modest engineering cost.

Who Should Care

Summary TLDR

Authors introduce LLM Discussion: a three‑phase multi‑agent framework (initiation, discussion, convergence) that assigns distinct roles to LLMs. Evaluated on four creativity tests (AUT, Instances, Similarities, Scientific) with both LLM and human scoring, the method raises originality and elaboration scores versus single‑agent and debate baselines. Best settings: four agents, five rounds, role prompts + 3‑phase flow. Code released on GitHub.

Problem Statement

Large LLMs often give safe, homogeneous answers on open‑ended creative tasks. Can structured multi‑agent discussion plus role‑play push models to generate more novel, detailed ideas?

Main Contribution

LLM Discussion: a 3‑phase (initiation, discussion, convergence) multi‑LLM procedure that forces agents to build on each other's ideas.

Role‑play mechanism: automatically generated role prompts (e.g., Futurist, Environmentalist) to diversify agent viewpoints.

Key Findings

LLM Discussion increases originality on AUT compared to single‑agent baseline

NumbersOriginality mean 4.44 vs 3.47 (LLM eval, AUT, Table 2)

Practical UseIf you need more novel ideas for open‑ended prompts, run a small multi‑agent discussion rather than one prompt; expect a roughly +0.9 point lift on the AUT originality scale in their setup.

Evidence RefTable 2 (LLM evaluation, AUT)

LLM Discussion increases elaboration on AUT compared to single‑agent baseline

NumbersElaboration mean 4.22 vs 3.08 (LLM eval, AUT, Table 2)

Practical UseFor richer, more detailed responses, the framework produced ~+1.1 points in elaboration; use the convergence phase prompt to extract final, detailed outputs.

Evidence RefTable 2 (LLM evaluation, AUT)

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
AUT Originality (LLM evaluation)LLM Discussion mean 4.44 vs Single Agent 3.47Single Agent (zero-shot)+0.97AUT (Table 2)Table 2 (LLM evaluation AUT)Table 2
AUT Elaboration (LLM evaluation)LLM Discussion mean 4.22 vs Single Agent 3.08Single Agent (zero-shot)+1.14AUT (Table 2)Table 2 (LLM evaluation AUT)Table 2

What To Try In 7 Days

Prototype a 4‑agent discussion (different role prompts) using gpt‑3.5/gpt‑4 on 5 creative prompts.

Use 5 rounds: initiation, 3 discussion rounds, convergence; compare originality/elaboration vs single prompts.

Automate role generation (few role types) and keep roles fixed per run to diversify outputs.

Agent Features

Memory
short-term conversational context passed between roundsno long-term retrieval memory reported
Planning
3-phase planning (initiation, discussion, convergence)multi-round iterative updates
Tool Use
role prompts for persona simulationGPT-4 used to auto‑generate role descriptions
Frameworks
LLM Discussion
Is Agentic

Yes

Architectures
multi-agent LLM discussion
Collaboration
agents read other agents' previous outputs and build on themrole declaration to make speaker identity explicit

Reproducibility

Code AvailableYes
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

Higher API cost and latency from running multiple agents and rounds.

Creativity gains depend on prompt/role quality; role set here is not claimed optimal.

When Not To Use

When the task is closed‑ended or factual—LLM Debate or verifier pipelines are better.

When low latency or low cost is required (multi‑agent rounds increase cost).

Failure Modes

Agents converge to repetitive or verbose ideas if roles or prompts are weak.

High temperature produces nonsense; length can inflate human elaboration scores.

Core Entities

Models

gpt-3.5-turbo-0125GPT-4

Metrics

OriginalityElaborationFluencyFlexibility

Datasets

AUT (Alternative Uses Test)INSTANCES (Instances Test)SIMILARITIES (Similarities Test)SCIENTIFIC (Scientific Creativity Test)Augmented task sets generated with GPT-4 (30 tasks per benchmark)

Benchmarks

Wallach-Kogan Creativity Tests (AUT, INSTANCES, SIMILARITIES)Scientific Creativity Test (Hu & Adey, 2002)