hrlinlp / entail_sum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 99.0%Language:Shell 1.0%