yashugupta786
commited on
Commit
·
1b19bb0
1
Parent(s):
934cc8b
Update README.md
Browse files
README.md
CHANGED
@@ -88,4 +88,8 @@ summarizer_pipe(conversation_data)
|
|
88 |
| test_rouge1 | 53.3059 |
|
89 |
| test_rouge2 | 28.355 |
|
90 |
| test_rougeL | 44.0953 |
|
91 |
-
| test_rougeLsum | 48.9246 |
|
|
|
|
|
|
|
|
|
|
88 |
| test_rouge1 | 53.3059 |
|
89 |
| test_rouge2 | 28.355 |
|
90 |
| test_rougeL | 44.0953 |
|
91 |
+
| test_rougeLsum | 48.9246 |
|
92 |
+
|
93 |
+
All the metric Rouge1,2,L are computed using precison and recall then computed the F measure for these
|
94 |
+
Rouge recall= no of overlaping words/total no of referenced humman annotated words
|
95 |
+
Rouge precision= no of overlaping words/total no of candidate machine predicted words
|