for keeping track of experiments done with ExplanaBoard
src/process_wmt21reports.py
: organize the json reports from explainaboard into data points with metrics, also calculated URIEL distancessrc/process_wmt21train.py
: organize the training data from WMT21 into data points with data size, type token ratio, ttr distance, and subword tokenization (subword not implemented yet).src/linear_regression.py
: helper functions for linear regression.
src/generate_reports.sh
: generates reports from explainaboard from a given input directorysample_data
: for now, I have a pkl
of a data frame to be used for regression related models.notebooks/linear-regression-analysis.ipynb
: notebook containing results/plots/analysis so far, related to regression models. mostly linear regression was explored, but I tried out SVM and GPR as non-linear examples.