Share via

Wrong intent CLU score

Anonymous
2023-09-26T13:29:04.8+00:00

Hi Team,

We could you see CLU intent score changes with out training and deploying the model. E.X when we train and deploy the model for search term "ABC" we get

	"kind": "ConversationResult",
    "result": {
        "query": "ABC",
        "prediction": {
            "topIntent": "PQR",
            "projectKind": "Conversation",
            "intents": [
                {
                    "category": "PQR",
                    "confidenceScore": 0.7999847
                },


please suggest us on the issue.

Thanks,

Manoj M.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

1 answer

Sort by: Most helpful
  1. Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
    2023-09-27T10:26:03.67+00:00

    @Anonymous Are you trying to test the model with random data?

    I would recommend using queries that contain at least more than one word. In the above case, you are trying to use "ABC" which actually does not match a natural language utterance for the model to match against the intents you have defined.

    If you are trying out the service for the first time, I would recommend going through this learn course which has an exercise to create a test CLU project with couple of intents and utterances. This will help you map your scenario and add relevant data in your project to train the model. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.