-
This repository contains an csv-file with the selected datasets from UniversalCEFR found @ .src/data/combined_cefr_data.csv
-
The predicted results from the respective probes of each LLM can be found in .src/results/*.csv
-
For a complete reproduction of results see the Reprouction Guide
- Embed data with chosen models and save cache with scripts/get_activations.py
- Fit probes to activations in both conditions with scripts/fit_probe_LOO_IID.py
- Fit XGBoost baseline-model with scripts/fit_XGB_surface.py
- Plot trendline and violin plots with scripts/plot_general.py
- Plot residual ridgeplots with scripts/plot_residuals.py
