DeDeckerThomas commited on
Commit
de20ee2
1 Parent(s): d876c89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -227,7 +227,7 @@ def extract_keyphrases(examples):
227
 
228
  ## 📝 Evaluation Results
229
 
230
- One of the traditional evaluation methods is 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.
231
  The model achieves the following results on the Inspec test set:
232
 
233
 
 
227
 
228
  ## 📝 Evaluation Results
229
 
230
+ 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.
231
  The model achieves the following results on the Inspec test set:
232
 
233