AI Flashcards

1
Q

Zero-Shot Prompting

A

technique involves asking the AI to perform a task without providing any examples or context. It’s useful for quick, general questions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

One-Shot Prompting

A

In this method, you provide a single example to guide the AI’s response. It helps the model understand the context better than zero-shot prompting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Few-Shot Prompting

A

Similar to one-shot, but with multiple examples. This technique helps the AI generate more accurate responses by providing a few guiding examples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Chain-of-Thought Prompting

A

This involves breaking down complex questions into a sequence of related prompts, guiding the AI through a step-by-step reasoning process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Information Retrieval Prompts

A

These treat AI models as search engines, asking highly specific questions for detailed answers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Template Prompting

A

This involves using standardized structures for prompts to elicit specific types of responses, ensuring organized outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the first step in the statistical analysis of terms in a text in the context of natural language processing (NLP)?

A

Removing stop words is the first step in the statistical analysis of terms used in a text in the context of NLP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which step is creating a vectorized model in statistical analysis?

A

Creating a vectorized model is not part of statistical analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the confidence score returned by the Azure AI Language detection service of natural language processing (NLP) for an unknown language name?

A

“NaN, or not a number, designates an unknown confidence score.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which two Azure AI Services features can be used to enable both text-to-text and speech-to-text between multiple languages?

A

the Speech service

the Translator service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which Azure AI Service for Language feature allows you to analyze written articles to extract information and concepts, such as people and locations, for classification purposes?

A

Named entity recognition can identify and categorize entities in unstructured text, such as people, places, organizations, and quantities, and is suitable to support the development of an article recommendation system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which feature of the Azure AI Language service includes functionality that returns links to external websites to disambiguate terms identified in a text?

A

Entity recognition includes the entity linking functionality that returns links to external websites to disambiguate terms (entities) identified in a text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

For which two scenarios is the Universal Language Model used by the speech-to-text API optimized?

A

conversational

dictation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which type of translation does the Azure AI Translator service support?

A

The Azure AI Translator service supports text-to-text translation, but it does not support speech-to-text, text-to-speech, or speech-to-speech translation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which three features are elements of the Azure AI Speech service?

A

Language identification, speaker recognition, and voice assistants are all elements of the Azure AI Speech service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which natural language processing (NLP) workload is used to generate closed caption text for live presentations?

A

Azure AI Speech provides speech-to-text and text-to-speech capabilities through speech recognition and synthesis. You can use prebuilt and custom Speech service models for a variety of tasks, from transcribing audio to text with high accuracy, to identifying speakers in conversations, creating custom voices, and more.