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