aboutsummaryrefslogtreecommitdiffstats
path: root/model/nlu_engine.json
blob: 70b2fab2b8f2cf80b04b68bd78a0a685fb24046b (plain)
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
{
  "builtin_entity_parser": "builtin_entity_parser",
  "config": {
    "intent_parsers_configs": [
      {
        "ignore_stop_words": true,
        "unit_name": "lookup_intent_parser"
      },
      {
        "intent_classifier_config": {
          "data_augmentation_config": {
            "add_builtin_entities_examples": false,
            "max_unknown_words": null,
            "min_utterances": 20,
            "noise_factor": 5,
            "unknown_word_prob": 0.0,
            "unknown_words_replacement_string": null
          },
          "featurizer_config": {
            "added_cooccurrence_feature_ratio": 0.0,
            "cooccurrence_vectorizer_config": {
              "filter_stop_words": true,
              "keep_order": true,
              "unit_name": "cooccurrence_vectorizer",
              "unknown_words_replacement_string": null,
              "window_size": null
            },
            "pvalue_threshold": 0.4,
            "tfidf_vectorizer_config": {
              "unit_name": "tfidf_vectorizer",
              "use_stemming": false,
              "word_clusters_name": null
            },
            "unit_name": "featurizer"
          },
          "noise_reweight_factor": 1,
          "unit_name": "log_reg_intent_classifier"
        },
        "slot_filler_config": {
          "crf_args": {
            "algorithm": "lbfgs",
            "c1": 0.1,
            "c2": 0.1
          },
          "data_augmentation_config": {
            "add_builtin_entities_examples": true,
            "capitalization_ratio": 0.2,
            "min_utterances": 200
          },
          "feature_factory_configs": [
            {
              "args": {
                "common_words_gazetteer_name": "top_10000_words_stemmed",
                "n": 1,
                "use_stemming": true
              },
              "factory_name": "ngram",
              "offsets": [
                -2,
                -1,
                0,
                1,
                2
              ]
            },
            {
              "args": {
                "common_words_gazetteer_name": "top_10000_words_stemmed",
                "n": 2,
                "use_stemming": true
              },
              "factory_name": "ngram",
              "offsets": [
                -2,
                1
              ]
            },
            {
              "args": {},
              "factory_name": "is_digit",
              "offsets": [
                -1,
                0,
                1
              ]
            },
            {
              "args": {},
              "factory_name": "is_first",
              "offsets": [
                -2,
                -1,
                0
              ]
            },
            {
              "args": {},
              "factory_name": "is_last",
              "offsets": [
                0,
                1,
                2
              ]
            },
            {
              "args": {
                "n": 1
              },
              "factory_name": "shape_ngram",
              "offsets": [
                0
              ]
            },
            {
              "args": {
                "n": 2
              },
              "factory_name": "shape_ngram",
              "offsets": [
                -1,
                0
              ]
            },
            {
              "args": {
                "n": 3
              },
              "factory_name": "shape_ngram",
              "offsets": [
                -1
              ]
            },
            {
              "args": {
                "entity_filter": {
                  "automatically_extensible": false
                },
                "tagging_scheme_code": 2,
                "use_stemming": true
              },
              "factory_name": "entity_match",
              "offsets": [
                -2,
                -1,
                0
              ]
            },
            {
              "args": {
                "entity_filter": {
                  "automatically_extensible": true
                },
                "tagging_scheme_code": 2,
                "use_stemming": true
              },
              "drop_out": 0.5,
              "factory_name": "entity_match",
              "offsets": [
                -2,
                -1,
                0
              ]
            },
            {
              "args": {
                "tagging_scheme_code": 1
              },
              "factory_name": "builtin_entity_match",
              "offsets": [
                -2,
                -1,
                0
              ]
            },
            {
              "args": {
                "cluster_name": "brown_clusters",
                "use_stemming": false
              },
              "factory_name": "word_cluster",
              "offsets": [
                -2,
                -1,
                0,
                1
              ]
            }
          ],
          "tagging_scheme": 1,
          "unit_name": "crf_slot_filler"
        },
        "unit_name": "probabilistic_intent_parser"
      }
    ],
    "unit_name": "nlu_engine"
  },
  "custom_entity_parser": "custom_entity_parser",
  "dataset_metadata": {
    "entities": {
      "hvac_fan_speed_action": {
        "automatically_extensible": false
      },
      "hvac_temperature_action": {
        "automatically_extensible": false
      },
      "media_album": {
        "automatically_extensible": true
      },
      "media_artist": {
        "automatically_extensible": true
      },
      "media_control_action": {
        "automatically_extensible": false
      },
      "media_item": {
        "automatically_extensible": true
      },
      "numeric_value": {
        "automatically_extensible": false
      },
      "to_or_by": {
        "automatically_extensible": false
      },
      "volume_control_action": {
        "automatically_extensible": false
      }
    },
    "language_code": "en",
    "slot_name_mappings": {
      "HVACFanSpeed": {
        "hvac_fan_speed_action": "hvac_fan_speed_action",
        "numeric_value": "numeric_value",
        "to_or_by": "to_or_by"
      },
      "HVACTemperature": {
        "hvac_temperature_action": "hvac_temperature_action",
        "numeric_value": "numeric_value",
        "to_or_by": "to_or_by"
      },
      "MediaControl": {
        "media_album": "media_album",
        "media_artist": "media_artist",
        "media_control_action": "media_control_action",
        "media_item": "media_item"
      },
      "VolumeControl": {
        "numeric_value": "numeric_value",
        "to_or_by": "to_or_by",
        "volume_control_action": "volume_control_action"
      }
    }
  },
  "intent_parsers": [
    "lookup_intent_parser",
    "probabilistic_intent_parser"
  ],
  "model_version": "0.20.0",
  "training_package_version": "0.20.2",
  "unit_name": "nlu_engine"
}