JRC1995 / Abstractive-Summarization
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
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆80Updated 6 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
- Tensorflow re-implementation of GAN for text summarization☆135Updated 5 years ago
- Abstractive summarisation using Bert as encoder and Transformer Decoder☆406Updated last year
- Text summarization using seq2seq in Keras☆291Updated 3 years ago
- Ranking Sentences for Extractive Summarization with Reinforcement Learning☆271Updated 4 years ago
- Text Generation using Bidirectional LSTM and Doc2Vec models☆62Updated 5 years ago
- Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization" paper and pointer generator network☆320Updated 5 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.☆172Updated 6 months ago
- BERT which stands for Bidirectional Encoder Representations from Transformations is the SOTA in Transfer Learning in NLP.☆56Updated 4 years ago
- ☆177Updated 6 years ago
- A module for E-mail Summarization which uses clustering of skip-thought sentence embeddings.☆82Updated 6 years ago
- A sequence to sequence model for abstractive text summarization☆77Updated 7 years ago
- Learning Framework for Neural Abstractive Text Summarization☆104Updated 4 years ago
- Text summarization starting from scratch.☆94Updated 6 months ago
- A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)☆154Updated 4 years ago
- Japanese Sentence Summarization with BERT☆49Updated last year
- Keras and Tensorflow implementation of Siamese Recurrent Architectures for Learning Sentence Similarity☆47Updated 5 years ago
- A simple python implementation of the Maximal Marginal Relevance (MMR) baseline system for text summarization.☆66Updated 8 years ago
- Concatenate word and character embeddings in Keras☆44Updated 3 years ago
- Code to obtain the CNN / Daily Mail dataset (non-anonymized) for summarization (Python3)☆142Updated 2 years ago
- BiLSTM-CNN-CRF architecture for sequence tagging using ELMo representations.☆387Updated 2 years ago
- BERT Question and Answer system meant and works well for only limited number of words summary like 1 to 2 paragraphs only. It can’t be ab…☆113Updated 3 years ago
- Code for the paper "Efficient Adaption of Pretrained Transformers for Abstractive Summarization"☆71Updated 5 years ago
- Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks" (Python3)☆312Updated 5 years ago
- This repository contains the implementation of paper "Hierarchical Attentional Hybrid Neural Networks for Document Classification"☆59Updated 3 years ago
- biLSTM/CNN based deep learning framework for Question Answer Selection.☆75Updated 6 years ago
- Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"☆623Updated 4 years ago
- An Attention Layer in Keras☆43Updated 5 years ago