Comparative study of summarization models - Abstractive and Extractive
Abstractive models:
- Pegasus
- T-5
Extractive models:
- Luhn
- Lexrank
Steps to run:
- Load the notebook into Google Colab platform or open using a Jupyter Notebook.
- Then click "Run all" under runtime ribbon.
- Enter the German news that you want to translate, when asked.
- You'll notice that the news has been translated and displayed.
- You will be asked to enter the reference translation of the same news.
- You'll be provided with the score of the translation.
- Following which you'll encounter the summarized news by the two varients of the Summarizers.
- You can look at the ROUGE scores that follow the above step.
- You can use this notebook to analyze the different types and models that are best suited for the process of news summarization.
- Incase the content helped you explore/learn something new; Do give it a star in GitHub.