Following some customer requests, we added the ability to provide EVA with a feedback on its parsed results using a regular API call.
This feature offers users the ability to tell EVA that a particular API response was good, bad or partial, which in turn contributes to EVA's learning process and helps it improve faster.
The feedback is provided by adding a parameter, surprisingly called "feedback" with possible values of 0 - incorrect parse, 1 - partial parse, or 2 - good parse. Lets say you sent the text "fly to booohoooo" and think the result was not what you expected and is completely wrong - you should send an API call in the following format:
http://evature.com/api/v1.0?input_text=fly+to+booohoooo&rid=1234&site_code=example&locale=UK&feedback=0
If on the other hand you think the response was good, you would send the following feedback call:
http://evature.com/api/v1.0?input_text=fly+to+booohoooo&rid=1234&site_code=example&locale=UK&feedback=2
We also added the ability to provide us with comments which we can later analyze during EVA's supervised learning phase. Comments are added via a "comments" parameter:
http://evature.com/api/v1.0?input_text=fly+to+booohoooo&rid=1234&site_code=example&locale=UK&feedback=2&comments=booohooo+is+not+realy+a+location+so+well+done
Let us know what you think at info@evature.com
Happy holidays!
Interesting post! Thanks!
ReplyDelete