| google-research/bigbird |
433 |
|
0 |
0 |
over 3 years ago |
0 |
|
25 |
apache-2.0 |
Python |
| Transformers for Longer Sequences |
| santhoshkolloju/Abstractive-Summarization-With-Transfer-Learning |
387 |
|
0 |
0 |
almost 3 years ago |
0 |
|
30 |
|
Python |
| Abstractive summarisation using Bert as encoder and Transformer Decoder |
| ymfa/seq2seq-summarizer |
259 |
|
0 |
0 |
almost 7 years ago |
0 |
|
10 |
mit |
Python |
| Pointer-generator reinforced seq2seq summarization in PyTorch |
| harpribot/deep-summarization |
126 |
|
0 |
0 |
over 8 years ago |
0 |
|
5 |
mit |
Python |
| Uses Recurrent Neural Network (LSTM/GRU/basic_RNN units) for summarization of amazon reviews |
| JRC1995/Abstractive-Summarization |
113 |
|
0 |
0 |
over 6 years ago |
0 |
|
1 |
mit |
Jupyter Notebook |
| Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention. |
| kedz/nnsum |
88 |
|
0 |
0 |
over 6 years ago |
0 |
|
7 |
|
Python |
| An extractive neural network text summarization library for the EMNLP 2018 paper "Content Selection in Deep Learning Models of Summarization" (https://arxiv.org/abs/1810.12343). |
| recitalAI/summarizing_summarization |
68 |
|
0 |
0 |
over 6 years ago |
0 |
|
0 |
|
|
| We summarize the summarization papers presented at major conferences (starting with ACL 2019) |
| ceshine/textrank_demo |
52 |
|
0 |
0 |
about 5 years ago |
0 |
|
0 |
mit |
HTML |
| A simple website demonstrating TextRank's extractive summarization capability. |
| DeepsMoseli/Bidirectiona-LSTM-for-text-summarization- |
49 |
|
0 |
0 |
over 7 years ago |
0 |
|
6 |
mit |
Python |
| A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project) |
| IwasakiYuuki/Bert-abstractive-text-summarization |
36 |
|
0 |
0 |
over 4 years ago |
0 |
|
9 |
|
Python |