#228 · Primary category: NLP Tools & Text Processing

text_summurization_abstractive_methods

abstractive-text-summarization ai artificial-intelligence deep-learning deeplearning encoder-decoder google-colab google-colaboratory machine-learning machinelearning nlp pointer-generator policy-gradient reinforcement-learning rnn seq2seq tensorflow text-summarization word2vec

Multiple implementations for abstractive text summurization , using google colab

Project last updated:10/06/20

GitHub Stars

529

Forks

218

Contributors

2

License

Other

Why we included this project

Abstractive text summarization is a dense subject, and this repo makes it easier to approach by packing three different model designs into self-contained Colab notebooks. You get a sequence-to-sequence baseline with a bidirectional LSTM encoder and attention, a pointer-generator variant that cuts down repetitive output, and a reinforcement-learning version, all ready to run with data loaded from Google Drive. That matters if you want to experiment without owning a powerful GPU, since everything runs in Google's free environment. The examples also cover Hindi, Amharic, and Arabic in addition to English, which is handy for prototyping in less common languages. Each notebook is backed by tutorial posts and a published paper, so you can follow along while learning the underlying ideas.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category