Learning to communicate about shared procedural abstractions
September 14, 2023 ยท View on GitHub
See tutorial for a pedagogical walkthrough of our analysis and modeling pipeline.
Paired building task
Tasks
- Paired building experiment:
tasks/paired_building - Annotation task to tag referring expressions:
tasks/annotation
Model
- Library learning component:
model/lib_learning - Convention formation component:
model/convention_formation
See ./model/README.md for more details
To run analysis scripts
- 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