dmmiller612 / bert-extractive-summarizer

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

How to determine number of sentences in summary by sum of squares in clustering? #47

Closed saranthn closed 2 years ago

saranthn commented 4 years ago

Is it possible to remove ratio parameter and automatically determine the number of sentences in the summary using sum of squares of cluster

dmmiller612 commented 2 years ago

As of the current version, we have implemented elbow, which provides the optimal k value.