Skip to content

carpedm20/neural-summary-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention-Based Summarization

Tensorflow implementation of A Neural Attention Model for Abstractive Summarization. The original code of author can be found here.

model_demo

Prerequisites

Usage

To train a model with duc2013 dataset:

$ python main.py --dataset duc2013

To test an existing model:

$ python main.py --dataset duc2014 --forward_only True

(This is still in progress and currently have no access to summarization dataset)

References

Author

Taehoon Kim / @carpedm20

Releases

No releases published

Packages

 
 
 

Languages