Skip to content

A telegram bot that is able to extract the summary of news from Singapore's Straits Times.

Notifications You must be signed in to change notification settings

jaotheboss/NewsSummary-TeleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summarizing News via Telegram Bot

A telegram bot that is able to extract the summary of news from Singapore's Straits Times. Bot in Action

Objective:

To reduce the amount of lines to read the news. To do this, we only extract the essential and relevant sentences to the news.

Methodology:

Using extractive summarisation, we are able to rank the sentences in the article by cross referencing their relevance with each other. We then use this data to extract the essential and relevant sentences before churning them out as summaries for the news article. To understand extractive summarisation, I'd recommend taking a look at my Extractive Summariser repo

Changes Made:

After discovering the use of transformers, i embarked on a journey to use BERT encoding architecture to embed sentences into vectors. Using transformer encoders, i was able to generate vectors that took into account the context of the word in that particular sentence.

The new sentence ranking algorithm takes takes advantage of vectors that represent more contextual meaning of each sentence compared to simply a pattern of word vectors together.

with BERT

Notes:

  • Key kept in person GDrive

Releases

No releases published

Packages

No packages published

Languages