“Just Click and Get Some Poems”
2022.7
About

This game is a by-product of the AI Sci-Fi Story Solitaire project. It provides a new type of interaction between players and an AI poem generator. Players can write a 5-line poem by dragging the text they want into the bar at the right side of the screen. 

A sample video of writing a 5-line poem.

System

The AI is driven by GPT-2 and pre-trained on a poem dataset. The AI takes a blank input initially to generate the first line. After players select one line, the next line will be generated based on all previous lines they have selected. A bridge script was developed to connect the Unity3D-based game and the Pytoch-based GPT-2 poem generator.
Future Work

I would like to carry out research on this game in the future. I am curious about how players would interact with this game, including:
- their strategies for selecting the bubbles [by think-aloud protocol and content coding]
- their reactions to generated bubbles [by think-aloud protocol]
- the poem they write [by content coding and evaluation]
- their player model in the game [by think-aloud protocol and interview]

I also want to make the game more accessible through the website. 
Back to Top