/Abstractive_text_summerization

Abstractive Text Summarization with T5, assessed using the ROUGE metrics 🌟📊

Primary LanguageJupyter Notebook

Abstractive_text_summerization

Abstractive summarization is the task of generating a short summary that captures the salient ideas of the source text. The generated summaries potentially contain new phrases and sentences that may not appear in the source text. This differs from extractive summarization, which selects the most important sentences from the original text without modifying them.

Meet the T5 Transformer

T5 stands for Text-to-Text Transfer Transformer, which is a neural network model that can handle various natural language processing tasks by converting both the input and the output into text. For example, T5 can perform translation by taking a sentence in one language as input and producing a sentence in another language as output. Similarly, T5 can perform abstractive summarization by taking a long document as input and producing a summary as output.

The complete article with code and results can be found on Medium

Project Snapshots

image

image