Created by: aCombray
Implement a rule based slot filler. It uses Levenshtein distance to extract the potential entities. We also provide two configurations that use this filler: gobot_my.json and gobot_simple.json. Both require wiki fasttext downloaded from fasttext wiki Use configuration gobot_my.json, the accuracy is
{"valid": {"examples_seen": 575, "metrics": {"per_item_dialog_accuracy": 0.530427954456223}, "time_spent": "0:02:14"}}
{"test": {"examples_seen": 576, "metrics": {"per_item_dialog_accuracy": 0.5310756205503175}, "time_spent": "0:02:00"}}
Use configuration gobot_simple.json, the accuracy is
{"valid": {"examples_seen": 575, "metrics": {"per_item_dialog_accuracy": 0.5231645072634472}, "time_spent": "0:01:54"}}
{"test": {"examples_seen": 576, "metrics": {"per_item_dialog_accuracy": 0.5320377140658072}, "time_spent": "0:01:52"}}