Microsoft Certified Azure Fundamentals · Free Practice Question Medium
Question 13
Select the answer that correctly completes the sentence.
[Answer choice] refer(s) to the process of defining the structure and style of conversation between a user and a conversational AI system, including guidelines for behavior and tone.
Select only one answer.
-
A
Data augmentation
-
B
System messages
-
C
Tokenization
-
D
Contextual embeddings
Reveal correct answer
Correct answer: B
A.
Data augmentation is a technique used to expand training datasets by creating modified versions of existing data. It is unrelated to structuring conversational AI behavior.
B.
System messages are used to establish the behavior, tone, and style of a conversational AI system. For example, they can guide a generative AI model to adopt a formal or casual tone when responding to user queries. This is the correct answer.
C.
Tokenization is the process of breaking text into smaller units, such as words or subwords, for machine processing. While it plays a role in text preprocessing, it does not define the structure or style of conversational AI responses.
D.
Contextual embeddings capture semantic meaning within a given context for better understanding of text. While they are integral to language models, they do not define tone or style.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
