Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DeepPavlov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DeepPavlov
  • DeepPavlov
  • Merge requests
  • !175

Dialog

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Glinskii requested to merge github/fork/aCombray/dialog into simple_slot_filler Apr 06, 2018
  • Overview 9
  • Commits 13
  • Pipelines 0
  • Changes 108

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"}}
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/aCombray/dialog