Refining a language service setup

Green, Jim 75 Reputation points
2025-03-11T21:44:26.3+00:00

Trying to setup my first CLU model. I am using Language Studio, not LUIS.My application has an object called an Eligibility that a user can define. An eligibility consists of either an age and service pair, or a single "points" value. For the former, a user might say "Create an eligibility of 55 and 10" (age=55; service=10). For the latter, it would be "Create an eligibility of 80 points" (points=80). I have defined entities for Age, Service, and Points and the above utterances for each (with Age, Service, and Points marked appropriately). When I test the model deployment on "Create an eligibility of 80 points", it shows both Service and Points with a value of 80 and confidence of 100%.Is there a way to provide training data that indicates that the appearance of the word "points" indicates a point value?

AI suggested that I create a "pattern" like "Create an eligibility of {Points} points". Where in Language Studio do I define this? I've seen no mention of patterns in Language Studio so far.

Thanks.

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
472 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-03-11T21:44:26.33+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In Language Studio, you can define patterns to improve the accuracy of your model's intent predictions. However, the specific mention of patterns is not detailed in the context provided. It is important to note that patterns are typically used in LUIS, which is being retired, and the focus is shifting towards conversational language understanding.

    To address your issue with the model interpreting "points" incorrectly, you may want to explore the possibility of using entity roles or refining your training examples to clarify the context in which "points" is used. Unfortunately, the context does not provide specific instructions on where to define patterns in Language Studio.

    For the most accurate guidance, I recommend checking the official documentation for Language Studio or reaching out to support for assistance with defining patterns in your specific setup.


    References:

    0 comments No comments

  2. Green, Jim 75 Reputation points
    2025-03-12T16:12:26.9+00:00

    Thanks for the quick response.

    Utterances: so it would be helpful to add more utterances containing "## points" even if the phrasing is not what users would use?

    Phrase List: could you point me to where I would find Custom Features in Language Studio? I don't see it anywhere.

    0 comments No comments

Your answer

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