wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
931 stars 91 forks source link

Issues in training after importing data into a new app #2627

Open aya-labiba opened 1 year ago

aya-labiba commented 1 year ago

Do you want to request a feature, report a bug, or ask a question about wit? bug

What is the current behavior? After exporting an existing app and importing it into a new one, the detected intents and entities are wrong and different from the original app.

Another issue that is happening that it is taking synonyms of the keywords, as separate keywords:

image

2 apps were exported each one was imported into 2 apps, and the same issues are happening on all 4 imported apps

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Below is a screenshot from the original app:

image This expression "ما جاني الرقم على الجوال المسجل في ابشر " It returns 'Registration_AR' Intent, and the below Entities: Common, More_AR, extra

This is a screenshot of what is being returned from the imported app:

image No Intent is being detected, and the entities are wrong.

Also, the below error is appearing in the imported app:

image

What is the expected behavior? The imported app to be the same as the original app

If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help. Original Apps Ids: En App: 2456049344704470 Ar App: 1532251193629758

Imported Apps Ids: En Apps: 263977492752397 256310857068345 Ar Apps: 928403475048138 939184170622870

aya-labiba commented 1 year ago

Hi Wit team, any update regarding this issue?