All Projects → carpedm20 → Neural Summary Tensorflow

carpedm20 / Neural Summary Tensorflow

In progress

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].