Skip to content
/ HER Public

Paper Reading Like {HER}: Human Reading Inspired Extractive Summarization

Notifications You must be signed in to change notification settings

LLluoling/HER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HER - EMNLP2019

Reading Like {HER}: Human Reading Inspired Extractive Summarization

This is a Pytorch implementation of Reading Like {HER}: Human Reading Inspired Extractive Summarization".

0. Enviroment

python 2.7
pytorch 1.3
pyrouge 0.1.3

1. Prepare Dataset

We evaluate our models on three datasets: the CNN, the DailyMail and the com- bined CNN/DailyMail (Hermann et al., 2015; Nallapati et al., 2016). You can download dataset from here.

We use the bandit settings and pretrained vocab embeddings provided by Dong et al. (2018). and you can download here.

Put all the downloaded files under folder data.

2. Preprocessing

python dataLoader.py

3. Train / Test

python main.py / python evaluate.py --std_rouge

About

Paper Reading Like {HER}: Human Reading Inspired Extractive Summarization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages