Skip to content

The "Haunted House" task is designed as a text-based game where players navigate a grid-like map representing the rooms of a haunted house. The players must move from the starting point room to room using simple commands. The goal is to find an escape route while avoiding the ghost, which can end the game if encountered.

Notifications You must be signed in to change notification settings

Paul-HenryP/Haunted-house-a-text-based-horror-game-as-a-benchmark-for-comparing-human-and-LLM-performance-in-m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haunted house – a text-based horror game as a benchmark for comparing human and LLM performance in model-based reasoning

In this project we aim to measure model-based reasoning. For that we created a novel task in the form of a text-based horror game. We chose text-based format over pictures to avoid task format acting as a confounding variable (e.g. LLM doesn’t read information from the pictures correctly, which causes it to err). Also because text-based format forces players to generate an internal map of the environment instead of relying on the visual input. In the game, players have to blindly navigate in a house with 9 rooms (3x3 grid), find the key, and get outside of the house. All this while avoiding being in the same room with the ghost. They are informed about the size and layout of the house but they are unaware of the contents of the rooms and have to solve the task with the help of verbal clues they get when entering a new room. We plan to program this game and collect data from at least 20 human participants and compare their performance to different LLM models. This allows us to judge whether such tasks can be useful benchmarks for comparing artificial and natural intelligence. (Puppart, 2024)

The "Haunted House" task is designed as a text-based game where players navigate a grid-like map representing the rooms of a haunted house. The players must move from the starting point (C1) room to room using simple commands (e.g., up or down). The goal is to find an escape route while avoiding the ghost, which can end the game if encountered. The game collects data locally such as final time taken and number of moves to complete the task.

In depth explanation of the game:

Objectives:

(1) Find the key and get out of the house.

(2) avoid the room with the ghost. There’s only one ghost in the house and it doesn’t move unless described otherwise.

The layout of the house is a grid composed of 9 rooms in 3 rows and 3 columns. You start from the room that is in the first row and the third column. The door outside of the house is in your starting room.

Every room has a unique code. The codes are marked as follows: the rows are indicated by numbers from 1-3, where the top row corresponds with the number 1, the middle row with the number 2, and the bottom row with the number 3. The columns are marked by letters A-B-C, where the first column from the left is marked by the letter A, the middle B, and the right one C. You will have to tell the code of the room that you want to move to. Each time you enter a new room, you might get a message, which you must keep in mind. The following messages can be displayed when you enter a new room:

M1 “There’s a ghost nearby” – one of the doors from this room leads to the ghost.

M2 “There’s a ghost and a key nearby” – you get this message when one of the doors from the room that you are in leads to the key and another one to the ghost. The key and the ghost are never in the same room. Keep in mind, you only get this message when both the key and the ghost are nearby.

M3 “You found the key” – this means you found the key.

M4 “Game over” – you went into the room with the ghost.

M5 Other – throughout the game, you can get other messages that you need to keep in mind.

Rules

  1. The player cannot move to rooms diagonally.
  2. The player can only move one room at a time.
  3. The ghost and the key are never in the same room.

Current bugs:

  • none

About

The "Haunted House" task is designed as a text-based game where players navigate a grid-like map representing the rooms of a haunted house. The players must move from the starting point room to room using simple commands. The goal is to find an escape route while avoiding the ghost, which can end the game if encountered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published