DeDeckerThomas
commited on
Commit
•
cc0e6da
1
Parent(s):
7a5a2f4
Update README.md
Browse files
README.md
CHANGED
@@ -229,6 +229,7 @@ def extract_keyphrases(examples):
|
|
229 |
## 📝 Evaluation Results
|
230 |
|
231 |
Traditional evaluation methods are the precision, recall and F1-score @k,m where k is the number that stands for the first k predicted keyphrases and m for the average amount of predicted keyphrases. In keyphrase generation you also look at F1@O where O stands for the number of ground truth keyphrases.
|
|
|
232 |
The model achieves the following results on the Inspec test set:
|
233 |
|
234 |
|
|
|
229 |
## 📝 Evaluation Results
|
230 |
|
231 |
Traditional evaluation methods are the precision, recall and F1-score @k,m where k is the number that stands for the first k predicted keyphrases and m for the average amount of predicted keyphrases. In keyphrase generation you also look at F1@O where O stands for the number of ground truth keyphrases.
|
232 |
+
|
233 |
The model achieves the following results on the Inspec test set:
|
234 |
|
235 |
|