Closed Tilana closed 7 years ago
Sequence-to-Sequence with Attention Model for Text Summarization: https://github.com/tensorflow/models/tree/master/textsum
Neural Summarization by Extracting Sentences and Words: Paper: https://arxiv.org/pdf/1603.07252.pdf Code: https://github.com/cheng6076/NeuralSum
Taming Recurrent Neural Networks for Better Summarization Blog: http://www.abigailsee.com/2017/04/16/taming-rnns-for-better-summarization.html Code: https://github.com/abisee/pointer-generator
How to Run Text Summarization with TensorFlow Blog: http://pavel.surmenok.com/2016/10/15/how-to-run-text-summarization-with-tensorflow/
From @Tilana on September 8, 2017 18:18
use summarization to extract most relevant sentences which are then used for sentence classification
Copied from original issue: Tilana/cnn#8