Variations of the Similarity Function of TextRank for Automated Summarization
Introduction
- TextRank is a graph-based extractive summarization algorithm.
Architecture
- Construct a graph of sentences where S[i][j] is a similarity between the 2 sentences.
- Compute Pagerank on top of this graph and return topk sentences as summary.
Results

Kaushik Rangadurai
Code. Learn. Explore