The preliminary results were presented at LMU's Undergraduate Research Symposium 2021 and This is Honors, under the title Mapping of exercise logs to a database using Neural Networks and data augmentation techniques. The full presentation can be found here.
For hyperparameter tunning install optuna and optuna dashboard.
Install NLP AUG, and related libraries (They can be found at the same github repo).
jsonnet [cofig_file] -o [output_file]
allennlp train [config_file] -s [results-dir]
allennlp predict [model_dir]/model.tar.gz [data_file_path].json --predictor [predictor_registered_name]
tensorboard --logdir=[log_dir]
tensorboard dev upload --logdir=[log_dir]
Run file containing optuna code: python hyperparam_optim.py
optuna-dashboard sqlite:[path-to-.db-file]
All the data, models and results are within this directory. For more information read the particular README for this directory.