DeDeckerThomas commited on
Commit
4dd1f60
1 Parent(s): c3487d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  name: openkp
25
  metrics:
26
  - type: seqeval
27
- value: 0.0
28
  name: F1-score
29
  ---
30
  ** Work in progress **
@@ -112,9 +112,9 @@ print(keyphrases)
112
  ```
113
 
114
  ## 📚 Training Dataset
115
- OpenKP is a keyphrase extraction/generation dataset consisting of
116
 
117
- You can find more information here: https://huggingface.co/datasets/midas/openkp
118
 
119
  ## 👷‍♂️ Training procedure
120
  For more in detail information, you can take a look at the training notebook (link incoming).
@@ -205,7 +205,7 @@ The model achieves the following results on the OpenKP test set:
205
 
206
  | Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M |
207
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
208
- | OpenKP Test Set | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
209
 
210
  For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
211
 
 
24
  name: openkp
25
  metrics:
26
  - type: seqeval
27
+ value: 0.430
28
  name: F1-score
29
  ---
30
  ** Work in progress **
 
112
  ```
113
 
114
  ## 📚 Training Dataset
115
+ OpenKP is a large-scale, open-domain keyphrase extraction dataset with 148,124 real-world web documents along with 1-3 most relevant human-annotated keyphrases.
116
 
117
+ You can find more information here: https://github.com/microsoft/OpenKP
118
 
119
  ## 👷‍♂️ Training procedure
120
  For more in detail information, you can take a look at the training notebook (link incoming).
 
205
 
206
  | Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M |
207
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|
208
+ | OpenKP Test Set | 0.12 | 0.33 | 0.17 | 0.06 | 0.33 | 0.10 | 0.35 | 0.33 | 0.31 |
209
 
210
  For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
211