Materials for the tutorials and collaborative tasks at our workshop on Using Artificial Neural Networks for Studying Human Language Learning and Processing (ILLC, 10-12 June 2024)
To ensure you will be able to use the materials for the entropy-based probing tutorial by Henry Conklin, please follow these steps (you will need to have git and conda installed:
- Clone this repository:
git clone git@github.com:ANN-HumLang/ANN-HumLang-tutorials.git
- Navigate to the entropy directory:
cd ANN-HumLang-tutorials/entropy
- Run the following command:
bash setup.sh
This should take you to a jupyterlab environment in your browser, where you will be able to access and run the notebooks.
We recommend running the notebook on grammaticality judgment evaluation with pythia models through Google Colab (please create a copy in your own Drive). If you would like to run it locally, find instructions in the README of the pythia subfolder.