Generative AI Flashcards

1
Q

Generative AI

A

AI that can produce high-quality content, including text, images, video, sound, synthetic data, etc.

Subset of Deep Learning, along with LLMs.

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

How LLMs Work

A

Use Supervised Learning to repeatedly predict the next word in the sequence.

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

Large Language Model

Key Tasks an LLM Can Carry Out

A
  1. Reading
  2. Writing
  3. Chatting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Common Use Cases for an LLM

A
  • Brainstorming
  • Drafting
  • Proofreading
  • Summarizing
  • Analysis
  • Sentiment
  • Specialized Chatbots
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to Deploy Chatbots

A
  1. Deploy internally first
  2. Deploy externally with human-in-the-loop
  3. After deemed safe, allow chatbot to communicate directly with customers

May not be practical to have humans check every message.

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

Hallucination

Hallucination

A

When the LLM generates new content that is not accurate, factual, or relevant.

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

Causes of Hallucination

A

Causes:

  • Ambiguous Input: if the user input is vague or unclear, the LLM might struggle to generate a relevant response, causing it to create content.
  • Training Data: insufficient, biased, or otherwise flawed training data.
  • Limitations of the model.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Context Window

A

Amount of input data or tokens (words, characters, or other elements) that a model can process or “remember” at once. Determines how much of the preceding information the model can use to understand the current input. If the context window is too small, the model might miss long-range dependencies or context that could be crucial for accurate predictions, especially in tasks like language translation or summarization.

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

Structured vs. Unstructured Data

A

Generative AI works better with unstructured versus structured (e.g., tabular) data.

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

GPT Stands For

A

“Generative Pre-trained Transformer”

  • Generative refers to generating new data in the form of text, images, etc.
  • Pre-training is where the model learns from training data to generate probability distributions, usually with a combination of supervised and unsupervised ML techniques.
  • Transformers are machine learning models built with neural networks that carry out the pre-training in a computationally effective manner.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Sentiment Analysis

A

Process that uses natural language processing and machine learning techniques to identify opinions expressed in text input. Determines whether the attitude towards a particular topic, product, or service is positive, negative, or neutral.

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