This repository contains experimental code, analysis scripts, and data for the Language and Abstraction Experiments presented at CogSci 2022.
It contains the following key subdirectories:
analysis
: This contains Jupyter notebooks containing analysis of the human experiments. These are annotated with visualizer links for viewing the notebook HTMLs directly from the browser.experiments
: This contains the human experiment code. See below (human experiments) for details on developing and running experiments.model
: This will contain the model.results
: This contains CSV results with the raw, cleaned, deanonymized data from human experiments. These are generated automatically by runningdownload_mongo_result.py
.stimuli
: This contains generation scripts for our stimuli. The drawing stimuli are generated at a separate repo, here.utils
: This contains helper functions for loading from the databases.