Skip to content

TensorFlow implementation of "A Neural Attention Model for Abstractive Summarization" (in progress)

Notifications You must be signed in to change notification settings

minghongtao/neural-summary-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

About

TensorFlow implementation of "A Neural Attention Model for Abstractive Summarization" (in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%