paraphraser icon indicating copy to clipboard operation
paraphraser copied to clipboard

Find the different Intents

Open swebalaji opened this issue 3 years ago • 3 comments

Hi Can you please help to find out different intents that can be used to predict using the model.

Thanks in advance for the help.

swebalaji avatar Feb 28 '22 05:02 swebalaji

Thanks for the issue, @euklein will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

sara-tagger avatar Feb 28 '22 07:02 sara-tagger

Hi @swebalaji, the intents can be understood as user requests or business cases you want your bot to support. So, for example, for a banking bot you can define intents like check_my_account_balance or transfer_funds. So the question which intents should be defined is dependent on your application. In general, training data for each intent should contain typical user messages you expect your bot to receive for it. For example, for check_my_account_balance you can think of something like "I would like to check my account balance". Ideally, you should not freely invent the training data but base it on previous real user utterances.

Hope that helps!

ghost avatar Mar 01 '22 12:03 ghost

@euklein Thank you for your timely response :) Yes that helps But still curious if there are any pre defined intents already.

Thank you :)

swebalaji avatar Mar 02 '22 05:03 swebalaji