AI Flashcards

(18 cards)

1
Q

What does LLM means?

A

Large language models (LLMs) make up a class of foundation models that can process massive amounts of unstructured text and
learn the relationships between words or portions of words, known as tokens. This enables LLMs to generate natural-language text,
performing tasks such as summarization or knowledge extraction. Cohere Command is one type of LLM; LaMDA is the LLM behind
Bard.

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

What does GPT means?

A

Generative Pretrained Transformers

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

Is GPT a general purpose technology?

A

YES

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

What is the potential impact of GPT at labor market?

A

Hihg…
- 19% of jobs will have at least 50% of their tasks exposed when considering both current capabilities and anticipated tools to build upon them
- 80% of US workforce will have at least 10% of their tasks exposed
-ocupations with higher salaries will have higher exposure
roles heavily reliant on science and critical thinking skills will be less exposed while roles with skills like programming or writing will be more exposed
- per industry, information processing industries will be more exposed while manufacturing, agriculture, mining, etc. will be less

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

What does the term Singularity refers to?

A

to the moment when machines equals humans

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

What are the different types of ML?

A
  1. supervised Learning. Discriminative models that are capable of predicting some aspects of the data based on inputs
  2. Unsupervised Learning. Like generative AI, are capable of modeling some properties of the data creating new content (text, image, audio, video)
  3. Reinforcement Learning, capable of making decisions based on data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the main risks of AI?

A
  1. Biases, deep fakes and miss interpretation (data curation at scale is challenging)
  2. Hallucination, may block critical use cases beyond creative drafting
    (AI dont know how to say “I dont know” which might lead to invent)
  3. Costs, lots of energy and high end HW
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AI developed by layers…

A

FOUNDATIONAL MODELS (UPPER). Large and expensive AI models of general purpose (takes long time and $$). Hyper scalers best positioned

SPECIALIZED MODELS (MIDDLE). Developed industry vertical use cases based on the above level (less time and investment to develope)

APPS (BOTTOM). Via API, to provide specific services on top of the above

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

What is a strong use case for generative AI nowadays?

A

Simulators

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

Human-in-the-loop?

A

Still necessary for a long time

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

What is a Transformer?

A

A type of neuronal network that uses self-attention mechanisms to process large sequences of data

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

How to assess your company AI needs…

A
  1. Define the objective (with measurable outcomes)
  2. Evaluate current capabilities
  3. Identify the data needed
  4. Select the right AI system
  5. Monitor results and reassess
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Generative AI

A

Generative AI is a type of AI that can create new content (text, code, images, video) using patterns it has learned by training on extensive (public) data with machine learning (ML) techniques.

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

Foundation models (FMs)

A

Foundation models (FMs) are deep learning models trained on vast quantities of unstructured, unlabeled data that can be used for
a wide range of tasks out of the box or adapted to specific tasks through fine-tuning. Examples of these models are GPT-4, PaLM 2,
DALL·E 2, and Stable Diffusion

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

Fine-tuning

A

Fine-tuning is the process of adapting a pretrained foundation model to perform better in a specific task. This entails a relatively short
period of training on a labeled data set, which is much smaller than the data set the model was initially trained on. This additional training
allows the model to learn and adapt to the nuances, terminology, and specific patterns found in the smaller data set.

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

Prompt engineering

A

Prompt engineering refers to the process of designing, refining, and optimizing input prompts to guide a generative AI model toward
producing desired (that is, accurate) outputs.

17
Q

Hallucinations

A

…whereby the generative AI model presents an incorrect response based on the highest probability response; the accidental release of confidential personally identifiable information; inherent bias in the large data sets the models use; and high degrees of uncertainty related to intellectual property (IP).