exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 3 question 79 discussion

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

You are building an Azure AI Language Understanding solution.

You discover that many intents have similar utterances containing airport names or airport codes.

You need to minimize the number of utterances used to train the model.

Which type of custom entity should you use?

  • A. Pattern.any
  • B. machine-learning
  • C. regular expression
  • D. list
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Andriki
2 days, 17 hours ago
Selected Answer: D
List: fixed, close set of related words
upvoted 1 times
...
nastolgia
1 week, 5 days ago
Selected Answer: D
It shoul be LIST
upvoted 1 times
...
pmd30
3 weeks, 6 days ago
D. List https://learn.microsoft.com/en-us/azure/ai-services/luis/reference-entity-list?tabs=V2 Suppose the app has a list, named Cities, allowing for variations of city names including city of airport (Sea-tac), airport code (SEA), postal zip code (98101), and phone area code (206). List item Item synonyms Seattle sea-tac, sea, 98101, 206, +1 Paris cdg, roissy, ory, 75001, 1, +33 book 2 tickets to paris In the previous utterance, the word paris is mapped to the paris item as part of the Cities list entity. The list entity matches both the item's normalized name as well as the item synonyms.
upvoted 1 times
...
Alan_CA
1 month ago
Selected Answer: D
LIST entity
upvoted 1 times
...
RajuTS
2 months, 2 weeks ago
USing a list entity allows you to define a set of values and their synonyms which will help minimize the number of utterances needed to train the model. Hence the answer must be: D) List
upvoted 1 times
...
mrg998
3 months ago
Selected Answer: A
Pattern, you can use this to summarise multiple utterances into intents
upvoted 1 times
...
famco
3 months ago
"Patterns are designed to improve accuracy when multiple utterances are very similar. A pattern allows you to gain more accuracy for an intent without providing several more utterances." So, it has to be pattern. The only one in the list is Pattern.Any. Looks like the MIcrosoft guy just read this line and made the question and randomly chose a pattern type
upvoted 1 times
famco
3 months ago
regular-expression entity is given as an option to trick those who actually read the example for that using flight code. If you did not read much, then you are safe in Microsoft world
upvoted 1 times
...
...
Moneybing
3 months, 3 weeks ago
Selected Answer: D
Copied entire question to Copilot, and Copilot says D. To minimize the number of utterances used to train the model, you should use a list entity. List entities allow you to define a list of values (such as airport names or codes) and associate them with a single entity. This way, you can handle multiple similar utterances with a single entity reference, making your model more efficient and concise.
upvoted 2 times
famco
3 months ago
it will be hard to list all the possible flight codes and flight names in a list.
upvoted 1 times
...
...
anto69
3 months, 4 weeks ago
Selected Answer: A
Pattern.any according to Copilot
upvoted 2 times
...
moonlightc
4 months ago
Selected Answer: A
Answer is A according to ChatGPT
upvoted 2 times
...
Toby86
5 months ago
A. Pattern Any From: https://learn.microsoft.com/en-us/azure/ai-services/luis/concepts/patterns-features#patternany-entity For Airports this means: You can exrpess the Airport Name in Full as "John F. Kennedy International Airport" or in short with the code as "JFK" LUIS will have to get both as the same
upvoted 4 times
...
krzkrzkra
5 months, 1 week ago
as per chat gpt: To minimize the number of utterances used to train the model while dealing with similar utterances containing airport names or airport codes, you should use a custom entity that can generalize the variations of the entities within the utterances. The correct choice in this scenario is Pattern.any. Pattern.any is used in Language Understanding (LUIS) to handle cases where you have a specific pattern in the utterances, but the specific instances of an entity (like airport names or codes) can vary widely. By using Pattern.any, you can define a pattern that recognizes and extracts any airport name or code without needing to provide all possible variations in the training data. Therefore, the most suitable option is: A. Pattern.any
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