16 lines
741 B
Markdown
16 lines
741 B
Markdown
# 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).
|