Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 712 Bytes

ExtSumm-Reimplementation

Reimplementation of the model as described in Extractive Summarization of Long Documents by Combining Global and Local Context

Usage

Getting the data

sudo bash get_data.sh

Installing dependencies

sudo bash install_dependencies.sh

Running the Model

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

ExtSumm model Resources

GitHub Page

Paper PDF

Data source Resources

GitHub Page