Explore the foundational elements needed to train effective language models, from diverse text corpora to preprocessing techniques. Understand the essentials for creating robust language models.
Table of Contents
Question
You need to create a language model. What are the essential elements that you need to supply as data for your language model training?
Please select all that apply.
A. Verbs
B. Utterances
C. Intents
D. Subjects
E. Entities
F. Knowledge domains
Answer
B. Utterances
C. Intents
E. Entities
Explanation
For language model training, we need to provide the following key elements: Entities, Intents, and Utterance. We can achieve this by using the Azure Cognitive service LUIS portal.
- Entity is the word or phrase that is the focus of the utterance, as the word “light” in the utterance “Turn the lights on.”
- Intent is the action or task that the user wants to execute. It reflects in utterance as a goal or purpose. We can define intent as “TurnOn” in the utterance “Turn the lights on.”
- Utterance is the user’s input that your model needs to interpret, like “Turn the lights on” or “Turn on the lights”.
Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.