dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.38k stars 305 forks source link

Retrieve ranking of the sentences #102

Open kgarg8 opened 3 years ago

kgarg8 commented 3 years ago

Can we get the ranking of ALL sentences from the summarizer according to their relevance in the final summary?

dwlmt commented 3 years ago

Is this now enabled? I want to use a recent extractive summarization method as a baseline for a task that uses ranking evaluation (MAP) as well as ROUGE type metrics. This requires a score that can be used as an ordinal ranking as well as just an output summary.

enayet-hossain commented 1 year ago

Hi Derek, Thank you for your efforts. I had a question. Is there a way to get the rank or score of each of the sentences which are given as inputs? Thanks.