uber-archive / plato-research-dialogue-system

This is the Plato Research Dialogue System, a flexible platform for developing conversational AI agents.
Apache License 2.0
979 stars 191 forks source link

Rule based modules #17

Open HarshitaSahai opened 3 years ago

HarshitaSahai commented 3 years ago

I'm facing issue with rule-based modules I have done the following things:

  1. Listed ontology and database path in plato-research-dialogue-system/plato/agent/component/nlu/slot_filling_nlu.py
  2. Made some changes with reference to my data.

Queries:

  1. How can I run that and see if it's working fine? (Do I have to make changes in all other files and then only I can see?)
  2. Is the way I specified is right? If not then what should I do?

Thank you

al3xpapangelis commented 3 years ago

Hi, sorry for the delay, what kind of changes did you make? If it is a new domain, then yes you would have to update the other components too (DST, NLG, etc.). You'll also need to create a config file for your application, I'd recommend replicating the 'cambridge restaurants' application with yours and making the necessary changes