Luminate

Structured Generation and Exploration of Design Space with Large Language Models for Human-AI Co-Creation

Sangho Suh*

UC San Diego

Meng Chen*

Univ of Notre Dame

Bryan Min

UC San Diego

Toby Jia-Jun Li

Univ of Notre Dame

Haijun Xia

UC San Diego

Paper Code Demo

"if you want to have good ideas, you must have lots of ideas
and learn to throw away the bad ones
"
- Linus Pauling -

Creative processes typically begin with generating and exploring multiple ideas rather than refining a single one. Without first exploring diverse ideas, one can hastily converge on a suboptimal idea and spend time iterating it without considering other options. This is known as fixation, a phenomenon that hinders creative processes.

Another key to success in creative processes is being able to think about the space of possible ideas — referred to as design space thinking.

Today, large language models (LLMs) offer an unprecedented opportunity to support these needs. Specifically, the capacity to instantly produce tens to hundreds of outputs empowers them to address fixation by offering users a set of ideas different from the current set of ideas. Moreover, they can generate diverse ideas to reveal the design space to users. However, current user interaction paradigms for LLMs do not fully harness this potential.


Prompting for Design Space
(Structured Multi-Output Approach)

The current interaction paradigm with LLMs — prompt engineering — constrains us to generating a single output and then iterating on it. This is illustrated in the figure above as the (A) Unstructured Single-Output approach. Another approach found in recent work that generates multiple outputs from a single prompt is referred to as the (B) Unstructured Multi-Output approach.

We propose the (C) Structured Multi-Output approach, where structured denotes the presence of dimensions relevant to the task/domain to guide the response generation and unstructured their absence.

What do we mean by dimensions and why do we need them?

The figure below provides an example that shows the benefits of exposing design space to users and how dimensions can assist this.

By generating relevant dimensions for a task or topic, we can inform users about many dimensions and [values] they can consider — e.g., plot complexity: [linear, twisting, ...], genre: [fantasy, adventure, ...]. If all the possible dimensions and values are used to generate responses, the responses will cover many sub-spaces within the overall design space and reveal to users a space of possible responses they can generate with LLMs.

We introduce Luminate, an interactive system that uses our Prompting for Design Space framework to enable structured generation and exploration of design space with LLMs.

Video Demo


Bibtex

 @inproceedings{suh2024luminate,
   title = {Luminate: Structured Generation and Exploration of Design Space with Large Language Models for Human-AI Co-Creation},
   author = {Suh, Sangho and Chen, Meng and Min, Bryan and Li, Toby Jia-Jun and Xia, Haijun},
   booktitle = {Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems},
   pages = {1--26},
   year = {2024},
   url = {https://doi.org/10.1145/3613904.3642400},
   doi = {10.1145/3613904.3642400}
 }