Skip to content

Abstractive Text Summarization with T5, assessed using the ROUGE metrics πŸŒŸπŸ“Š

Notifications You must be signed in to change notification settings

stha1122/Abstractive_text_summerization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Abstractive Text Summarization with T5, assessed using the ROUGE metrics πŸŒŸπŸ“Š

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published