feature extraction with intent recognition

#2
by Vinitrajputt - opened

can we extract parameter of query with intent using bert?

Hi @Vinitrajputt , the model is trained to receive bunch of texts or sentences as inputs and give outputs of predicted intents based on the parameters it has been trained with. So, for your training, you may decide to pass the parameters as a list for the input and define what the intent labels as well as parameters and do your pretraining on your own dataset.

Hope this helps!!!

Nah I want like play Coldplay on Spotify. So it gives me output like intent: open app, parameters[ app: Spotify, songname: Coldplay] is it possible?

If you give me more details of what you want to achieve, I could help.

I am building a virtual assistant
Can you share your dc or something so we can better communicate

Sign up or log in to comment