ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 42 - AI-102 discussion

Report
Export

You are building a Language Understanding model for an e-commerce platform.

You need to construct an entity to capture billing addresses.

Which entity type should you use for the billing address?

A.
machine learned
Answers
A.
machine learned
B.
Regex
Answers
B.
Regex
C.
geographyV2
Answers
C.
geographyV2
D.
Pattern, any
Answers
D.
Pattern, any
E.
list
Answers
E.
list
Suggested answer: B

Explanation:

A regular expression entity extracts an entity based on a regular expression pattern you provide. It ignores case and ignores cultural variant. Regular expression is best for structured text or a predefined sequence of alphanumeric values that are expected in a certain format. For example:

Incorrect Answers:

C: The prebuilt geographyV2 entity detects places. Because this entity is already trained, you do not need to add example utterances containing GeographyV2 to the application intents. GeographyV2 entity is supported in English culture.

The geographical locations have subtypes:

D: Pattern.any is a variable-length placeholder used only in a pattern's template utterance to mark where the entity begins and ends.

E: A list entity represents a fixed, closed set of related words along with their synonyms. You can use list entities to recognize multiple synonyms or variations and extract a normalized output for them. Use the recommend option to see suggestions for new words based on the current list.

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types

asked 26/09/2024
bijay ghimire
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first