Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wit.AI API does not return correct intent even after validating couple of times. #1010

Closed
sagarmali3489 opened this issue Mar 20, 2018 · 20 comments

Comments

@sagarmali3489
Copy link

sagarmali3489 commented Mar 20, 2018

I have created an app with WIT.AI where i have defined a trait / intent as "ViewPrepaidBalance" under which i have added expression and validated all the expression with entity intent mapped to ViewPrepaidBalance.

Current Behaviour:
But when i hit the API / view the output on click of API preview it always return the "greeting" intent which i created very first when i created app. Same is happening with all the other intents and expression where its always returning the first intent created even all expressions are pointing to different intent.

Steps to reproduce:

  1. Create the App.
  2. Create first intent "greeting" and define couple of expressions. Validate all the expression.
  3. Create another intent "ViewPrepaidBalance" and define different expressions. Validate all the expressions.
  4. Either check the API preview for expressions defined under ViewPrepaidBalance OR Hit the API with expression of ViewPrepaidBalance, it always return entity intent as "greeting".

Expected behavior:
Either check the API preview for expressions defined under ViewPrepaidBalance OR Hit the API with expression of ViewPrepaidBalance, it should return entity intent as "ViewPrepaidBalance".

image

@vietanhtran16
Copy link

I have similar issue as well. My app was working fine but I wanted to try something different so I export the data as a back up. After playing around, I delete the app and created a new one with the back up. Now wit does not recognise any intent

@patapizza
Copy link
Member

Thanks for reporting, we're investigating this.

@vietanhtran16
Copy link

vietanhtran16 commented Mar 21, 2018 via email

@herrspiess
Copy link

Hey everybody, for me it isn't working again. I am not able to add any new expressions / training examples to an intent. I have trained one particular expression about 6 oder 7 times today, the training status even changed to training, but with no effect: The expression is still not being recognized.

@ensargunesdogdu
Copy link

Hey Everybody,

How much time does it take train whole data? Do you have any idea?

@patapizza
Copy link
Member

We're still on this. In the meantime try validating more examples to kick start a new training.

@91ns
Copy link

91ns commented Mar 23, 2018

Hello everyone,
We are having the same issue as well, the training doesn't take affect most of the time.

@nirmaljosep
Copy link

same issue here, my app id 5aba14c0-f06e-4346-8fcb-4bff155823da

@l5t
Copy link

l5t commented Mar 28, 2018

#1021 (comment)

@l5t l5t closed this as completed Mar 28, 2018
@sagarmali3489
Copy link
Author

Few observation:

All the training data created gets updated and worked on next day, almost after 20+ hours. I have observed it with 3 app i created with WitAI.

@blandinw
Copy link
Contributor

This is due to delay in processing the training data. We are aware of the issue and are working to prevent that from happening again.

@herrspiess
Copy link

Why is this issue closed? It's still not fixed yet. We can't train new examples here for about two weeks now.

@blandinw
Copy link
Contributor

blandinw commented Apr 1, 2018

@herrspiess can you provide a repro? or specific time windows where the issue happens?
A script with API calls would be ideal.

@herrspiess
Copy link

The project is https://wit.ai/mj0bst/ts_bot_dev_1

We‘re having the issue for almost two weeks now, consistently. Unfortunately I can‘t provide a script, but the issue can be experienced right within wit.ai. I am training an expression for a certain intent repeatedly, but with no effect: The intent is not being recognized, even days after the training.

@blandinw
Copy link
Contributor

blandinw commented Apr 2, 2018

duplicates #1021

@tadas-subonis
Copy link

I can confirm the same - whenever I pick trait type for intent it stops working or works in a semi-broken manner.

@stopachka
Copy link
Contributor

Hey @tadas-subonis, this could happen for multiple reasons.

The best thing would be to make an issue, with your app-id and an example sentence you want parsed, which is failing to parse. There you can go deep on what kind of errors you are experiencing, and we ca n take a look at your app.

@tadas-subonis
Copy link

tadas-subonis commented Jun 12, 2018 via email

@patapizza
Copy link
Member

Hi @tadas-subonis,

I fixed your app:

screen shot 2018-06-15 at 5 17 25 pm

You had many samples validated of the form "kur yra..." "Kur yra..." or "kur rasti...", "kur man rasti..." without the intent entity, which confused the model.

@tadas-subonis
Copy link

Thanks. I was under impression that I deleted all the old entities, and I've started from scratch. I must have missed something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests