Skip to content

Commit fa67243

Browse files
committed
2 parents c126363 + 517923f commit fa67243

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22

33
This repository contains Python implementations of various text summarization models. Text summarization is the process of generating a shorter version of a longer text while preserving its most important information. It has many practical applications, such as summarizing news articles or academic papers, and can be used to save time and improve comprehension.
44

5+
## Evaluation
6+
To evaluate the performance of the models, we have used the ROUGE metric (Recall-Oriented Understudy for Gisting Evaluation), which is commonly used for evaluating the quality of automatic summarization.
57

8+
## Models
69

7-
## Usage
8-
9-
The repository contains several different text summarization models, including:
10-
11-
`TextRank`
12-
`LexRank`
13-
`LSA (Latent Semantic Analysis)`
14-
`Luhn Algorithm`
15-
Each of these models has its own Python module containing the necessary code to run the model.
10+
The repository contains several different text summarization models, and these are the scores that wer achieved:
1611

17-
## Evaluation
18-
To evaluate the performance of the models, we have used the ROUGE metric (Recall-Oriented Understudy for Gisting Evaluation), which is commonly used for evaluating the quality of automatic summarization.
12+
![alt text](https://github.com/Tuhin-SnapD/Text-Summarization-Models/blob/main/Existing%20Scores.jpg?raw=true)
1913

2014
## Contributing
2115
Contributions to this repository are welcome! If you have an idea for a new summarization model or an improvement to an existing one, feel free to create a pull request.

0 commit comments

Comments
 (0)