File size: 3,136 Bytes
13ee2e1
 
 
ce96244
13ee2e1
cb74416
13ee2e1
 
 
ce96244
 
13ee2e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ce96244
 
 
 
 
 
 
 
 
 
 
 
13ee2e1
 
ce96244
dd01874
cb74416
ce96244
 
dd01874
ce96244
 
 
 
13ee2e1
 
ce96244
 
cb74416
ce96244
 
dd01874
ce96244
 
 
 
13ee2e1
 
ce96244
 
cb74416
ce96244
 
dd01874
ce96244
 
 
 
13ee2e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "lang":"en",
  "name":"skillner",
  "version":"3.7.1",
  "description":"A Named Entity Recognition (NER) model to extract SKILL, EXPERIENCE and BENEFIT from job adverts.",
  "author":"nestauk",
  "email":"contact@explosion.ai",
  "url":"https://explosion.ai",
  "license":"MIT",
  "spacy_version":">=3.7.4,<3.8.0",
  "spacy_git_version":"bd2c17e20",
  "vectors":{
    "width":300,
    "vectors":514157,
    "keys":514157,
    "name":null
  },
  "labels":{
    "ner":[
      "SKILL",
      "EXPERIENCE",
      "BENEFIT"
    ]
  },
  "pipeline":[
    "tok2vec",
    "tagger",
    "parser",
    "attribute_ruler",
    "lemmatizer",
    "ner"
  ],
  "components":[
    "tok2vec",
    "tagger",
    "parser",
    "senter",
    "attribute_ruler",
    "lemmatizer",
    "ner"
  ],
  "disabled":[
    "senter"
  ],
  "performance":{
    "ents_p":0.5919354839,
    "ents_r":0.5758368201,
    "ents_f":0.5837751856,
    "skill_p":0.721858249,
    "skill_r":0.7261833433,
    "skill_f":0.7240143369,
    "experience_p":0.5214285714,
    "experience_r":0.4147727273,
    "experience_f":0.4620253165,
    "benefit_p":0.756097561,
    "benefit_r":0.4626865672,
    "benefit_f":0.5740740741,
    "ents_per_type":{
      "SKILL":{
        "correct":1212,
        "incorrect":32,
        "partial":0,
        "missed":425,
        "spurious":435,
        "possible":1669,
        "actual":1679,
        "precision":0.721858249,
        "recall":0.7261833433,
        "f1":0.7240143369
      },
      "EXPERIENCE":{
        "correct":73,
        "incorrect":39,
        "partial":0,
        "missed":64,
        "spurious":28,
        "possible":176,
        "actual":140,
        "precision":0.5214285714,
        "recall":0.4147727273,
        "f1":0.4620253165
      },
      "BENEFIT":{
        "correct":31,
        "incorrect":4,
        "partial":0,
        "missed":32,
        "spurious":6,
        "possible":67,
        "actual":41,
        "precision":0.756097561,
        "recall":0.4626865672,
        "f1":0.5740740741
      }
    }
  },
  "sources":[
    {
      "name":"OntoNotes 5",
      "url":"https://catalog.ldc.upenn.edu/LDC2013T19",
      "license":"commercial (licensed by Explosion)",
      "author":"Ralph Weischedel, Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti, Robert Belvin, Ann Houston"
    },
    {
      "name":"ClearNLP Constituent-to-Dependency Conversion",
      "url":"https://github.com/clir/clearnlp-guidelines/blob/master/md/components/dependency_conversion.md",
      "license":"Citation provided for reference, no code packaged with model",
      "author":"Emory University"
    },
    {
      "name":"WordNet 3.0",
      "url":"https://wordnet.princeton.edu/",
      "author":"Princeton University",
      "license":"WordNet 3.0 License"
    },
    {
      "name":"Explosion Vectors (OSCAR 2109 + Wikipedia + OpenSubtitles + WMT News Crawl)",
      "url":"https://github.com/explosion/spacy-vectors-builder",
      "license":"CC0",
      "author":"Explosion"
    }
  ],
  "requirements":[

  ]
}