File size: 973 Bytes
f52c105 4046808 f52c105 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
configs:
- config_name: secretmafia
data_files:
- split: train
path: data/secretmafia-train.parquet
- config_name: colonelblotto
data_files:
- split: train
path: data/colonelblotto-train.parquet
- config_name: codenames
data_files:
- split: train
path: data/codenames-train.parquet
- config_name: threeplayeripd
data_files:
- split: train
path: data/threeplayeripd-train.parquet
---
# MindGamesChallenge 2025
Multi-game dataset for SecretMafia, ColonelBlotto, Codenames, and ThreePlayerIPD.
## Configs
- `secretmafia`: SecretMafia game rollouts (4,716 examples)
- `colonelblotto`: ColonelBlotto game rollouts (18,193 examples)
- `codenames`: Codenames game rollouts (18,915 examples)
- `threeplayeripd`: ThreePlayerIPD game rollouts (22,665 examples)
## Usage
```python
from datasets import load_dataset
# Load specific config
ds = load_dataset("bobbycxy/MGC2025", "secretmafia")
```
|