Topic 5 - Generative AI Flashcards

(28 cards)

1
Q

Generative AI (GenAI)

A

A type of artificial intelligence that creates new content based on patterns learned from existing data.

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

Training

A

The process by which a Generative AI model learns from existing content to create a statistical model.

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

Statistical Model

A

A model created during training that Generative AI uses to predict expected responses and generate new content.

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

Discriminative Models

A

Traditional machine learning models that classify or predict based on labelled data.

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

Generative Models

A

AI models that generate new data similar to their training data.

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

Large Language Model (LLM)

A

A statistical language model, typically based on deep learning architectures, trained on a massive amount of data for generating and translating text and performing NLP tasks.

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

Transformer

A

A deep learning architecture developed by Google in 2017, commonly used as the basis for LLMs.

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

Vector

A

A single-dimensional array used to represent data numerically for machine processing.

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

Tokenization

A

The process of breaking down input data into basic units called tokens.

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

Tokens

A

Basic units of data processed by LLMs, which can be words, subwords, or characters.

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

Context Length

A

The maximum number of tokens an LLM can accept as input and generate as output.

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

Embeddings

A

Tokens that have semantic context, representing the meaning and relationships between words and phrases.

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

Model Parameters

A

Settings that control the behaviour and output of a Generative AI model.

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

Max Output Tokens

A

Specifies the maximum number of tokens allowed in the model’s response.

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

Temperature

A

Controls the degree of randomness in token selection; lower values are more deterministic, higher values are more creative.

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

Hallucinations

A

Nonsensical or grammatically incorrect words or phrases generated by a model.

17
Q

TopK

A

A parameter that changes how the model selects tokens for output by considering the K most probable tokens.

18
Q

TopP

A

A parameter that changes how the model selects tokens for output by selecting from the most probable tokens until their cumulative probability reaches the specified P value.

19
Q

Stop Sequence

A

A sequence of characters that tells the model to stop generating text.

20
Q

Prompt Design

A

The process of creating effective prompts to elicit desired responses from language models.

21
Q

Prompt

A

A natural language request submitted to a language model.

22
Q

Zero-shot Prompting

A

A prompt that provides no examples.

23
Q

One-shot Prompting

A

A prompt that includes a single example.

24
Q

Few-shot Prompting

A

A prompt that includes multiple examples.

25
Text Classification
A task for models to categorize text into predefined classes (e.g., spam filtering, sentiment analysis).
26
Extraction Prompts
Prompts designed to extract specific information from text (e.g., Named Entity Recognition, Question Answering).
27
Summarization Tasks
Tasks that involve extracting the most important information from text to create a concise summary.
28
Content Generation
The task of generating new text content for articles, blogs, descriptions, etc.