Reimplementation of the model as described in Extractive Summarization of Long Documents by Combining Global and Local Context
sudo bash get_data.sh
sudo bash install_dependencies.sh
Train the model with python3 train_model.py
Test the model with python3 test_model.py
Evaluate the model with the ROUGE metrics with python3 eval_rouge.py