exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 3 question 1 discussion

Actual exam question from Microsoft's AI-102
Question #: 1
Topic #: 3
[All AI-102 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.
A conversational expert provides you with the following list of phrases to use for training.
✑ Find contacts in London.
✑ Who do I know in Seattle?
✑ Search for contacts in Ukraine.
You need to implement the phrase list in Language Understanding.
Solution: You create a new pattern in the FindContact intent.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
azurelearner666
Highly Voted 3 years, 11 months ago
Using a pattern could be a good solution IMHO... ✑ Find contacts in London. ✑ Who do I know in Seattle? ✑ Search for contacts in Ukraine. Like Where is {FormName}[?] Who authored {FormName}[?] {FormName} is published in French[?] (taken from https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-patterns) we could do: ✑ Find contacts in {CityOrCountry}. ✑ Who do I know in {CityOrCountry}[?] ✑ Search for contacts in {CityOrCountry}[?]. So, to me a pattern is a Solution (A)
upvoted 36 times
jiantao_john_pan
6 months ago
https://learn.microsoft.com/en-us/training/modules/build-language-understanding-model/4-use-patterns-differentiate-similar-utterances
upvoted 2 times
...
YipingRuan
3 years, 11 months ago
Agree, but Entity is also good https://docs.microsoft.com/bs-cyrl-ba/azure/cognitive-services/luis/luis-concept-intent#intent-compared-to-entity
upvoted 2 times
...
praticewizards
2 years, 9 months ago
I agree. The intent here is "search for contact", for example. The location is an entity type "location", as you can see in the example What's the weather like in Seattle tomorrow? on the link given by @YipingRuan
upvoted 1 times
...
...
STH
Highly Voted 2 years, 9 months ago
Selected Answer: A
According to MS learn, answer should be yes (A) https://learn.microsoft.com/en-us/training/modules/create-language-understanding-app/5-use-patterns-to-differentiate-similar-utterances This is a FindContact intent with a location entity pattern
upvoted 12 times
...
098ca78
Most Recent 6 days, 6 hours ago
Selected Answer: B
Explanation: Creating a pattern in the FindContact intent is not the correct way to incorporate multiple diverse user phrases for training. Patterns are used to define a specific sentence structure with parameterized parts (e.g., "Find contacts in {Location}"). They are more rigid and less flexible for general training of varied user utterances. To properly train the Language Understanding (LUIS) model, you should add the provided phrases as example utterances to the FindContact intent. This helps the model learn how users might express that intent in natural language. Correct Action: You should add the phrases like: "Find contacts in London" "Who do I know in Seattle?" "Search for contacts in Ukraine" as example utterances, not as a single pattern.
upvoted 1 times
...
qqaws
1 week, 5 days ago
Selected Answer: B
it is "No" 100%
upvoted 1 times
...
azuretrainer1
1 week, 6 days ago
Selected Answer: B
❌ No, this does not meet the goal. Creating a pattern in the FindContact intent is not the most appropriate way to implement the provided phrases for training a Language Understanding (LUIS) model. Here's why: The provided sentences are training utterances, not patterns. Training utterances help the model learn the variety of ways users may express an intent (in this case, FindContact). Patterns in LUIS are used when you need to define a specific structure with pattern.any entities or placeholders (e.g., "Find contacts in {location}"). ✅ Correct Approach: You should add the provided phrases as training utterances under the FindContact intent. This will help the model recognize the intent when users ask similar questions in different ways.
upvoted 1 times
...
SunilB
3 months, 1 week ago
Selected Answer: B
This should be utterances and not pattern
upvoted 1 times
...
syupwsh
3 months, 3 weeks ago
Selected Answer: A
https://learn.microsoft.com/en-us/training/modules/create-language-understanding-app/5-use-patterns-to-differentiate-similar-utterances Answer is Yes
upvoted 1 times
...
gyaansastra
3 months, 4 weeks ago
Selected Answer: B
Creating a new pattern in the FindContact intent alone does not fully meet the goal of implementing the phrase list in Language Understanding (LUIS). Instead, you should add these phrases as utterances under the FindContact intent. By adding them as utterances, the model will learn to recognize these specific phrases and similar variations when users are searching for contacts.
upvoted 1 times
...
BenALGuhl
5 months, 1 week ago
Selected Answer: B
In my opinion, example utterances are missing. The stated steps should provide a complete solution, which A does not. So it is B.
upvoted 1 times
...
pabsinaz
5 months, 3 weeks ago
Selected Answer: B
No, this solution does not fully meet the goal. Creating a new pattern in the FindContact intent is helpful, but it's not sufficient on its own for implementing the given phrase list effectively. To properly implement these phrases, you should add them as example utterances within the FindContact intent. This allows the Language Understanding (LUIS) service to learn from these specific examples and better understand the variations in the queries. In summary, you should: Add the given phrases as example utterances in the FindContact intent. Optionally, create patterns to handle similar phrases or variations more effectively.
upvoted 1 times
...
Alan_CA
6 months, 3 weeks ago
Selected Answer: B
Copilot says : The solution of creating a new pattern in the FindContact intent is not the most appropriate way to implement these training phrases. Instead, you should use these phrases as examples directly within the FindContact intent So I would say NO
upvoted 1 times
...
jolimon
7 months, 2 weeks ago
Selected Answer: A
A is the right answer
upvoted 2 times
...
RajuTS
8 months, 3 weeks ago
Selected Answer: B
Th answer would be to add example utterances that trains the model to recognize similar phrases
upvoted 2 times
...
famco
9 months, 3 weeks ago
Phrases are like synonyms. Here it is about entities (location to be specific) that is required along with the intent to do the action. Unless of course there are some hidden tricks to make people who know how it is used fail. This (certification) department in the dysfunctional microsoft is about making more money in that department (and missing the bigger picture). Intra company fights is microsoft
upvoted 1 times
famco
9 months, 3 weeks ago
Wait a minute, of course there is a catch. It is a trap. They do not talk about entities, which will come to mind. The question is formulated in a complex way I can't make out what breakfast the creator of this marvellous question ate. I have to say no because it is just creating the pattern, and not creating the phrase and in the phrase the pattern. But god knows what is the intent of this question. Microsoft !!
upvoted 1 times
...
...
testmaillo020
9 months, 4 weeks ago
Selected Answer: B
**Answer: B. No** Creating a new pattern in the FindContact intent is not the correct approach. Patterns in Language Understanding services are used to match specific sentence structures rather than training the model with example phrases. To properly implement the phrase list for training, you should add these phrases as example utterances within the FindContact intent. This way, the model learns to recognize different ways users might ask to find contacts. So, the correct approach would be to add these phrases as example utterances, not just creating a new pattern.
upvoted 2 times
...
HVardhini
1 year ago
Selected Answer: B
No. Find contacts in {Location} where location is an entity
upvoted 1 times
...
HaraTadahisa
1 year ago
Selected Answer: A
I say A is correct! HipHop!
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...