Datasets:

Modalities:
Text
Libraries:
Datasets
dmahata commited on
Commit
b806181
·
1 Parent(s): 65e377a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -24,6 +24,14 @@ Original source of the data - []()
24
  | Train | 130 |
25
  | Test | 500 |
26
 
 
 
 
 
 
 
 
 
27
 
28
  ## Usage
29
 
 
24
  | Train | 130 |
25
  | Test | 500 |
26
 
27
+ Train
28
+
29
+ - Percentage of keyphrases that are named entities: 69.49% (named entities detected using scispacy - en-core-sci-lg model)
30
+ - Percentage of keyphrases that are noun phrases: 81.26% (noun phrases detected using spacy en-core-web-lg after removing determiners)
31
+
32
+ Test
33
+
34
+
35
 
36
  ## Usage
37