This folder encapsulates the sliding window approach from out presentation where we attempt to classify whether a pair of sentences is fallacious. This folder contains the trained model and the notebook used in training the model. To run the notebook follow the following steps:
- Unzip the dataset file.
- Replace "/data/notebook_files/datasets/" in load labeled passages function with the location of the unzipped dataset.
- Make sure you have access to an Nvidia GPU (otherwise the training will fail, or you will need to change the code).
- You are now able to run the notebook.
This folder encapsulates Part 2 of our presentation and is essentially our attempt at the SI task from Semeval 2020 Task 11. This folder contains already preprocessed data and the model files. In order to run the notebook, follow the following steps:
- Open the notebook on Google Colab
- Make sure the runtime used is GPU (CPU can be used but the model trains faster on a GPU)
- Upload
train.txt,val.txtandvocabulary.pklto the runtime (which can be found in the folder). - You are all set! Feel free to simply click
Run All