BiLSTM.pycontains the bidirecional LSTM model designed for the prediction task.train.pyincludes all functions to train, evaluate, predict with the BiLSTM Modelgenerate_dataset.pyreads the raw data and generate dataset with "text" and "score" for the prediction task.split_dataset.pyis a utility function to split the dataset into training and testing set with a given percentage.tokenize_word_embed.pyis a testing script for developing tokenizers and check embedding coverage on tokenized text.create_embed.pygenerates a embedding pickle file that indexes vocab of a given corpus and appends GloVe embedding to each word.
EdTeKLA/ComprehensionScorePredictor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|