Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.
☆168Dec 30, 2019Updated 6 years ago
Alternatives and similar repositories for Abstractive-Summarization
Users that are interested in Abstractive-Summarization are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An experimental custom seq-2-seq model with both layer-wise (inter-layer), and intra-layer attention (attention to previous hidden states…☆10Nov 30, 2017Updated 8 years ago
- Abstractive summarisation using Bert as encoder and Transformer Decoder☆412May 30, 2023Updated 2 years ago
- [Recurrent Weighted Average](https://arxiv.org/abs/1703.01253) [Jared Ostmeyer et.al, 2017] heavily based on https://gist.github.com/sham…☆10May 18, 2017Updated 8 years ago
- Tensorflow seq2seq Implementation of Text Summarization.☆646Nov 20, 2022Updated 3 years ago
- A sequence to sequence model for abstractive text summarization☆78Nov 23, 2017Updated 8 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆153Feb 8, 2022Updated 4 years ago
- A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)☆81Oct 22, 2018Updated 7 years ago
- Deep Reinforcement Learning For Sequence to Sequence Models☆768Mar 24, 2023Updated 2 years ago
- ☆387Jan 25, 2018Updated 8 years ago
- Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"