See tutorial for a pedagogical walkthrough of our analysis and modeling pipeline.
- Paired building experiment:
tasks/paired_building - Annotation task to tag referring expressions:
tasks/annotation
- Library learning component:
model/lib_learning - Convention formation component:
model/convention_formation
See ./model/README.md for more details
- Clone this repo.
- Setup virtualenv
- Create a virtual env:
python3 -m venv comp_abs - Activate it:
source comp_abs/bin/activate - Install dependencies:
pip install -r requirements.txt - Install new kernel for jupyter notebook
python -m ipykernel install --user --name=comp_abs - In the directory for this project run
jupyter notebook> change kernel tocomp_abs.
- Create a virtual env:
- Open /analysis/paired_building/analyses.ipynb
