paper-with-me

Papers

STORY2GAME: Generating (Almost) Everything in an Interactive Fiction Game

2025-05-06 · Eric Zhou, Shreyas Basavatia, Moontashir Siam, Zexin Chen, Mark O. Riedl

We introduce STORY2GAME, a novel approach to using Large Language Models to generate text-based interactive fiction games that starts by generating a story, populates the world, and builds the code for actions in a game engine that enables the story to play out interactively. Whereas a given set of hard-coded actions can artificially constrain story generation, the ability to generate actions means the story generation process can be more open-ended but still allow for experiences that are grounded in a game state. The key to successful action generation is to use LLM-generated preconditions and effects of actions in the stories as guides for what aspects of the game state must be tracked and changed by the game engine when a player performs an action. We also introduce a technique for dynamically generating new actions to accommodate the player's desire to perform actions that they think of that are not part of the story. Dynamic action generation may require on-the-fly updates to the game engine's state representation and revision of previously generated actions. We evaluate the success rate of action code generation with respect to whether a player can interactively play through the entire generated story.

📄 PDF Abstract BibTeX arXiv:2505.03547

Code (0)

등록된 구현이 없습니다.

Tasks

Action GenerationCode GenerationStory Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Hunyuan-GameCraft: High-dynamic Interactive Game Video Generation with Hybrid History Condition

2025-06-20 · Jiaqi Li, Junshu Tang, Zhiyong Xu, Longhuang Wu 외

Recent advances in diffusion-based and controllable video generation have enabled high-quality and temporally coherent video synthesis, laying the groundwork for immersive interactive gaming experiences. However, current…

Temporal SequencesVideo Generation

The Garden of Forking Paths: Narrative Arc-Conditioned Gameplay Planning

2026-05-02 · Yunge Wen, Chenliang Huang, Hangyu Zhou, Zhuo Zeng 외 arxiv

Narrative archetypes (e.g., Hero's Journey, Three-act structure) provide universal story structures that resonate across cultures and media and are important for video game storytelling, yet existing LLM-based methods la…

Synthetically Generating Human-like Data for Sequential Decision Making Tasks via Reward-Shaped Imitation Learning

2023-04-14 · Bryan Brandt, Prithviraj Dasgupta

We consider the problem of synthetically generating data that can closely resemble human decisions made in the context of an interactive human-AI system like a computer game. We propose a novel algorithm that can generat…

Decision MakingImitation LearningSequential Decision MakingSynthetic Data Generation

MedGame: Storytelling Gamification Empowered by Large Language Models for Medical Education

2026-07-23 · Qian Wu, Xinrong Zhou, Zizhan Ma, Kai Chen 외 arxiv

Large Language Models (LLMs) show promise for medical education, but most existing systems focus on localized interactions such as question answering or single-turn feedback, rather than organizing an entire clinical cas…

Question Answering

Interactive Fiction Games: A Colossal Adventure

2019-09-11 · Matthew Hausknecht, Prithviraj Ammanabrolu, Marc-Alexandre Côté, Xingdi Yuan

A hallmark of human intelligence is the ability to understand and communicate with language. Interactive Fiction games are fully text-based simulation environments where a player issues text commands to effect change in …