DeepsMoseli / Bidirectiona-LSTM-for-text-summarization-Links
A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)
☆79Updated 7 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
Sorting:
- Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.☆167Updated 5 years ago
- Text summarization using seq2seq in Keras☆292Updated 3 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆153Updated 3 years ago
- Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs☆368Updated 5 years ago
- Text Classification through CNN, RNN & HAN using Keras☆238Updated 6 years ago
- CNN-based model to realize aspect extraction of restaurant reviews based on pre-trained word embeddings and part-of-speech tagging☆103Updated 6 years ago
- A sequence to sequence model for abstractive text summarization☆78Updated 7 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆173Updated last year
- A seq2seq model that can generate summaries from fine food reviews on Amazon.☆233Updated 8 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆158Updated 6 years ago
- Accompanying code for the Medium article☆164Updated 6 years ago
- Keras and Tensorflow implementation of Siamese Recurrent Architectures for Learning Sentence Similarity☆47Updated 6 years ago
- Text Generation using Bidirectional LSTM and Doc2Vec models