#228 · Primary category: NLP Tools & Text Processing
text_summurization_abstractive_methods
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
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量