boluoweifenda / werewolf

MIT License
16 stars 1 forks source link

Introduction

Open source datasets for paper Enhance Reasoning for Large Language Models in the Game Werewolf

Datasets

Links: download datasets

Usage

  1. Unzip and move files

    unzip werewolf_data.zip
    mv werewolf_data ./data
  2. Simulation games with human data

    python3 processor/check_data_en.py --path_processed data/werewolf_data
  3. Simulation games with demo data

    cd processor
    python3 check_data_en.py

Output

Werewolf game simulation video

TODO

  1. Preprocessing of the dataset
  2. Training script of the werewolf agent
  3. Translation from Chinese to English of speeches in the dataset

Example

demo