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, 5 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 31 times
YipingRuan
3 years, 4 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, 2 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, 2 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 10 times
...
Alan_CA
Most Recent 1 week, 5 days 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
1 month ago
Selected Answer: A
A is the right answer
upvoted 1 times
...
RajuTS
2 months, 1 week ago
Selected Answer: B
Th answer would be to add example utterances that trains the model to recognize similar phrases
upvoted 1 times
...
famco
3 months, 1 week 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
3 months, 1 week 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
3 months, 2 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 1 times
...
HVardhini
5 months, 3 weeks ago
Selected Answer: B
No. Find contacts in {Location} where location is an entity
upvoted 1 times
...
HaraTadahisa
5 months, 3 weeks ago
Selected Answer: A
I say A is correct! HipHop!
upvoted 1 times
...
fuck_india
5 months, 4 weeks ago
This issue is not working because everyone's opinion is 50-50. I don't know the correct answer, so I will be staring at MS Learn when this question comes up on the real exam.Examtopic should scrutinize and post the correct answer.
upvoted 2 times
...
fuck_india
5 months, 4 weeks ago
This issue is not working because everyone's opinion is 50-50. I don't know the correct answer, so I will be staring at MS Learn when this question comes up on the real exam.Examtopic should scrutinize and post the correct answer.
upvoted 1 times
...
ARM360
6 months ago
Selected Answer: B
While creating a pattern might seem like a solution, it's not the most suitable approach for this scenario. Here's why: Patterns: Patterns in Language Understanding (LUIS) are designed to capture specific structures in utterances and often involve labeling entities within those structures. They wouldn't be ideal for capturing synonyms or similar phrasings like "Find", "Who do I know", and "Search for". Phrase Lists: A better approach for this situation is to utilize Phrase Lists in LUIS. Phrase lists allow you to define a set of synonyms or related phrases that the LUIS model can recognize as equivalent when encountering them in user queries. Therefore, to implement the provided phrases effectively, you should create a Phrase List containing synonyms like "Find", "Who do I know", and "Search for" and associate it with the FindContact intent.
upvoted 3 times
...
anto69
6 months, 1 week ago
Selected Answer: A
ChatGPT says not enough, Copilot says yes. I stay with Copilot
upvoted 2 times
Moneybing
3 months, 3 weeks ago
copied entire question to Copilot, and Copilot says YES.
upvoted 1 times
...
...
nanaw770
6 months, 3 weeks ago
Selected Answer: A
It MUST be A.
upvoted 1 times
...
nanaw770
6 months, 3 weeks ago
After all, would you choose Yes or No to be correct?
upvoted 1 times
...
Murtuza
8 months, 1 week ago
Selected Answer: A
A is correct
upvoted 1 times
...
Murtuza
8 months, 2 weeks ago
Yes, creating a new pattern in the FindContact intent with the provided phrases can help train the Language Understanding model to better recognize when the user is trying to find contacts in a specific location. This would meet the goal of implementing the phrase list in Language Understanding.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago