JRC1995 / Abstractive-SummarizationLinks
Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.
☆166Updated 5 years ago
Alternatives and similar repositories for Abstractive-Summarization
Users that are interested in Abstractive-Summarization are comparing it to the libraries listed below
Sorting:
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆79Updated 6 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆151Updated 3 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆158Updated 6 years ago
- Tensorflow re-implementation of GAN for text summarization☆135Updated 5 years ago
- Text summarization using seq2seq in Keras☆292Updated 3 years ago
- BERT which stands for Bidirectional Encoder Representations from Transformations is the SOTA in Transfer Learning in NLP.☆56Updated 5 years ago
- Ranking Sentences for Extractive Summarization with Reinforcement Learning☆273Updated 5 years ago
- Abstractive summarisation using Bert as encoder and Transformer Decoder☆411Updated 2 years ago
- ☆177Updated 6 years ago
- Learning Framework for Neural Abstractive Text Summarization☆104Updated 5 years ago
- A sequence to sequence model for abstractive text summarization☆78Updated 7 years ago
- Code to obtain the CNN / Daily Mail dataset (non-anonymized) for summarization (Python3)☆144Updated 3 years ago
- A module for E-mail Summarization which uses clustering of skip-thought sentence embeddings.☆82Updated 6 years ago
- Text classification with Convolution Neural Networks on Yelp, IMDB & sentence polarity dataset v1.0☆119Updated 3 years ago
- Building QA system for Stanford Question Answering Dataset☆247Updated 6 years ago
- Text summarization starting from scratch.☆95Updated 9 months ago
- How to use ELMo embeddings in Keras with Tensorflow Hub☆259Updated 6 years ago
- News summarization using sequence to sequence model with attention in TensorFlow.☆188Updated 7 years ago
- A tutorial for Automatic Text Summarization using TextRank algorithm.☆179Updated 6 years ago
- Implementation of the paper -> https://arxiv.org/abs/1709.00155. For converting information present in the form of structured data into n…☆188Updated 6 years ago
- A seq2seq model that can generate summaries from fine food reviews on Amazon.☆234Updated 7 years ago
- ☆112Updated 5 years ago
- Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks" (Python3)☆315Updated 5 years ago
- Python Framework for Extractive Text Summarization☆113Updated 3 years ago
- ☆301Updated last month
- Lecture summarization with BERT☆152Updated 2 years ago
- ⚛️ It is keras based implementation of siamese architecture using lstm encoders to compute text similarity☆285Updated 2 years ago
- Keras and Tensorflow implementation of Siamese Recurrent Architectures for Learning Sentence Similarity☆47Updated 6 years ago
- Pytorch implementation for paper of "A DEEP REINFORCED MODEL FOR ABSTRACTIVE SUMMARIZATION". https://arxiv.org/abs/1705.04304☆158Updated 7 years ago
- Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization" paper and pointer generator network☆322Updated 5 years ago