Skip to content

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

Notifications You must be signed in to change notification settings

scott0123/extsumm-reimplementation

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published