Rasa X - annotate new data - doubles
See original GitHub issueRasa version: 1.0.1
Rasa X version: 0.19.0
Python version: 3.6.7
Operating system (windows, osx, …): Windows 10
Issue:
Hello,
Imagine the following flow:
- I talk to the bot through Interactive learning and save a couple of stories
- I go to Training => NLU Training => Annotate new data
- I want to add new sentences I generated in interactive learning to my NLU training data
Issue: the sentences I used in interactive learning, are added twice. Once for the NLU prediction, once for the intent that I set through interactive learning.
You will see for example, the first sentence: “Am I talking to a chatbot?” This was wrongly classified as “goodbye”. So I manually changed it to “ask_isbot” in interactive learning.
In my opinion, if both the NLU predicted intent, and the intent I set through interactive learning are the same, it shouldn’t be added twice to the annotate screen.
Thanks for looking into this.
Cheers, Philippe
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Rasa X - Annotate New data not auto-populating from New ...
This part is working fine and the conversations are being imported correctly to the Conversations page. But the intents from the conversations ...
Read more >NLP for Developers: Annotating Language Data | Rasa
In this video, Rasa Developer Advocate Rachael will talk about what data annotation is, why it's a necessary part of NLP development and ......
Read more >THE RASA MASTERCLASS HANDBOOK - HubSpot
dialogue management, and Rasa X. You'll also install Rasa and create your ... Finally, under the Annotate new data tab, you'll see the...
Read more >How To Use RasaX To Create An AI Chatbot. - SmatBot
After you log in to rasa x in the left side panel, below training, select NLU training and click the '+' icon in...
Read more >RasaBasicSetup. A basic rasa setup that can be built…
Rasa Core learns by observing patterns in conversational data between users and an assistant. 3. Rasa X. Rasa X is a toolset for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think if you correct something in interactive learning, it should be added to the training data and shouldn’t be shown in the inbox at all.
Thanks for raising this issue – we’ll look into fixing it for the next release