DeDeckerThomas
commited on
Commit
•
3ffb2cc
1
Parent(s):
20b80b3
Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,15 @@ model-index:
|
|
23 |
- type: F1@M (P)
|
24 |
value: 0.361
|
25 |
name: F1@M (P)
|
|
|
|
|
|
|
26 |
- type: F1@M (A)
|
27 |
value: 0.083
|
28 |
name: F1@M (A)
|
|
|
|
|
|
|
29 |
---
|
30 |
# 🔑 Keyphrase Generation model: KeyBART-inspec
|
31 |
Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it.
|
@@ -135,15 +141,15 @@ The model achieves the following results on the Inspec test set:
|
|
135 |
|
136 |
Extractive keyphrases
|
137 |
|
138 |
-
| Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M |
|
139 |
-
|
140 |
-
| Inspec Test Set | 0.40 | 0.37 | 0.35 | 0.20 | 0.37 | 0.24 | 0.42 | 0.37 | 0.36 |
|
141 |
|
142 |
Abstractive keyphrases
|
143 |
|
144 |
-
| Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M |
|
145 |
-
|
146 |
-
| Inspec Test Set | 0.07 | 0.12 | 0.08 | 0.03 | 0.12 | 0.05 | 0.08 | 0.12 | 0.08 |
|
147 |
|
148 |
|
149 |
For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
|
|
|
23 |
- type: F1@M (P)
|
24 |
value: 0.361
|
25 |
name: F1@M (P)
|
26 |
+
- type: F1@O (P)
|
27 |
+
value: 0.329
|
28 |
+
name: F1@O (P)
|
29 |
- type: F1@M (A)
|
30 |
value: 0.083
|
31 |
name: F1@M (A)
|
32 |
+
- type: F1@O (A)
|
33 |
+
value: 0.080
|
34 |
+
name: F1@O (A)
|
35 |
---
|
36 |
# 🔑 Keyphrase Generation model: KeyBART-inspec
|
37 |
Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it.
|
|
|
141 |
|
142 |
Extractive keyphrases
|
143 |
|
144 |
+
| Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M | P@O | R@O | F1@O |
|
145 |
+
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
146 |
+
| Inspec Test Set | 0.40 | 0.37 | 0.35 | 0.20 | 0.37 | 0.24 | 0.42 | 0.37 | 0.36 | 0.33 | 0.33 | 0.33 |
|
147 |
|
148 |
Abstractive keyphrases
|
149 |
|
150 |
+
| Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M | P@O | R@O | F1@O |
|
151 |
+
|:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
152 |
+
| Inspec Test Set | 0.07 | 0.12 | 0.08 | 0.03 | 0.12 | 0.05 | 0.08 | 0.12 | 0.08 | 0.08 | 0.12 | 0.08 |
|
153 |
|
154 |
|
155 |
For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
|