DeepsMoseli / Bidirectiona-LSTM-for-text-summarization-
A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)
☆80Updated 6 years ago
Alternatives and similar repositories for Bidirectiona-LSTM-for-text-summarization-:
Users that are interested in Bidirectiona-LSTM-for-text-summarization- are comparing it to the libraries listed below
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆166Updated 5 years ago
- Text summarization using seq2seq in Keras☆291Updated 3 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆158Updated 6 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆151Updated 3 years ago
- This repository contains the implementation of paper "Hierarchical Attentional Hybrid Neural Networks for Document Classification"☆59Updated 3 years ago
- A sequence to sequence model for abstractive text summarization☆77Updated 7 years ago
- Tensorflow re-implementation of GAN for text summarization☆135Updated 5 years ago
- Tensorflow implementation of Attention-based Bidirectional RNN text classification.☆26Updated 6 years ago
- A seq2seq model that can generate summaries from fine food reviews on Amazon.☆232Updated 7 years ago
- Text Classification through CNN, RNN & HAN using Keras