extension to allow learning feedback loop at runtime.
Closed this issue · 3 comments
the current Learn option learns off a fixed set of data if i understand this ?
this is also at design time, which makes sense.
what about at runtime though where we have a HITL (Human in the loop).
With any learning algo, it can be helpful for the NLP to get feedback on how well it is learning from the user. This is more run time learning.
There are lots of subtle ways of getting that positive or negative feedback.
- if the user immediately pressed the back button after the result was given.
- ask the user with a thumb up or down occasionally.
- maybe some others
This is just an idea i have seen on other machine learning systems. Curious what you think.
Work is being made to implement this, as well as some performance improvements. Thanks for sharing your ideas! 👍
It's been so long since I touched this repo, this pkg is meant for pretty straight-forward/simple and predictable grammars, you can achieve more accurate results with machine learning from services like API.AI. All efforts on implmenting some kind on machine learning in this pkg have been left apart.