PageRank-based sentence weighting
forrestbao opened this issue · 0 comments
Original BERTScore uses IDF to weight tokens. When the pairwise similarity bumps to sentence-level, we need to weight sentences. So we need a new method.
The idea is similar to PageRank: the importance of a page is determined by the importance of pages that link to it.
Denote the document as
The importance of a sentence in the document
Intuition 1: A sentence is important if many other sentences can be related to it. Hence, the importance of a sentence
The importance of a sentence in the system summary
Intuition 1: The importance of a summary sentence is the weighted sum of its similarities to all document sentences weighted by the weights of document sentences computed above. Thus, the importance of the