Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 408 Bytes

Abstractive Sentence Summarization

This repository is built upon pcyin/pytorch_nmt.

To train the model, please follow the steps:

Step 1. run vocab.sh to obtain vocab file

Step 2. run train.sh to train the model

To test the trained model, please:

run test.sh

More details can be found in our COLING 2018 paper