mtomnet/tbd/README.md

17 lines
741 B
Markdown
Raw Permalink Normal View History

2025-01-10 15:39:20 +01:00
# TBD
# Data
The original code can be found [here](https://github.com/LifengFan/Triadic-Belief-Dynamics). The dataset is not directly available but must be requested using the link to the Google form provided in the [README](https://github.com/LifengFan/Triadic-Belief-Dynamics?tab=readme-ov-file#dataset).
## Installing Dependencies
Run `conda env create -f environment.yml`.
## Train
`source run_train.sh`.
## Test
`source run_test.sh`. **Make sure to use the same random seed used for training**, otherwise the splits will be different and you will likely have a data leakage.
## Visualisations
The plots are made using `utils/fb_scores_err.py` (false belief analysis) and `utils/similarity.py` (PCA of latent representations).