Task 1 - Outsourced intelligence Flashcards

1
Q

Amara’s law

Brooks (2017)

A

We tend to overestimate the effect of technology in the short run and underestimate the effect in the long run

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

Clark’s 3rd law

Brooks (2017)

A

Any sufficiently advanced technology is indistinguishable from magic

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

Artifical General Intelligence

A

Refers to a type of artificial intelligence that possesses human-like cognitive abilities, allowing it to understand, learn, and apply knowledge across a wide range of tasks at a human or superhuman level

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

Suitcase words

Brooks (2017)

A

Words that carry a variety of meaning (for example, using the word learning for AI; can create false expectations)

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

Exponentialism

Brooks (2017)

A

People assume that if tech has developed at an exponential rate, it will also do so in the future (but at some point there is a limit)

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

Large Language Model (LLM)

A
  • A type of AI trained on vast amounts of text data to understand and generate human-like language using deep learning
  • Basically predicts the next word/sentence given an input
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Machine learning

A

A branch of AI that enables computers to learn patterns from data and make predictions or decisions without being explicitly programmed.

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

Artificial Neural Network

A

A computational model inspired by biological neural networks used for tasks such as pattern recognition, classification and prediction

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

Transformer architecture

A
  • Used by most LLMs
  • Processes entire sequences at once rather than one word at a time (faster)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How are LLMs trained?

(Pre-Training)

A
  • Model is neural network with many parameters (settings) the model uses to make predictions
  • In training, words in a sentence are seen as predictors (x in regression equation) and the missing word(s) as the outcome (y)
  • After guessing, it compares to actual word and then updates parameters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Backpropagation

A

Mathematical technique that LLMs use after making an error, where it traces through network and determining how much each paramter contributed to error

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

Fine-tuning

A

A process that involves giving the pre-trained LLM new and more specific
training data to adjust the model’s parameters for a specific task

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

Prompt-tuning

A

Prompt tuning (or in-context learning) is the practice of adjusting the input prompt given to a pre-trained model to guide its responses in a desired direction, without changing the model’s internal parameters

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

Representational harms

A

Arise when the LLM represents some social groups in a less favorable light than others, demeans them, or fails to recognize their existence altogether

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

Allocational harms

A

Arise when AI algorithms differentially allocate resources (e.g. loans) or opportunities (e.g. therapy) to different social groups based on historically
biased decision patterns represented in the data, such as biased diagnoses or biased assignment to therapy treatment.

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

Probing

A
  • Probing in the context of AI and large language models (LLMs) refers to analyzing or testing what a model has learned by examining its internal representations.
  • Used to understand whether and how specific types of knowledge are encoded in the model’s hidden layers.
17
Q

ELIZA

A

A computer program from the 1966 that was the first simulation of a psychotherapist, designed to imitate the empathic communication style of Carl Rogers.

18
Q

PARRY

A
  • A program from the 1970s that simulated a person with paranoid schizophrenia and could converse with others.
  • PARRY is the first program to pass the Turing Test
19
Q

Super clinician

A

Integrated AI technologies can provide a simulated practitioner which could have better capabilities than those of human practitioners

20
Q

Expert systems

A

A computer program designed to incorporate the knowledge & ability of an expert in a particular domain.

21
Q

Cognitive modeling

A
  • Cognitive modeling is the process of creating computational models that simulate human thought processes.
  • These models aim to understand and replicate how people perceive, reason, learn, remember, and make decisions
22
Q

Moore’s law

A

Says that the complexity in computer circuits doubles every two years

23
Q

Singularity principle

A

A hypothetical future point when artificial intelligence (AI) or other technologies advance to the point that they surpass human intelligence.

24
Q

Temperature parameter

A
  • Controls the randomness of the model’s output by adjusting the probability distribution over possible next words.
  • It influences how deterministic or creative the model’s responses are
25
Deep reinforcement learning
Type of machine learning that combines reinforcement learning (RL) with deep learning (neural networks) (was used for AlphaGo)
26
AlphaGo
* AlphaGo is an artificial intelligence (AI) program developed by DeepMind * Famous for defeating human champions in the ancient board game Go. * Breakthrough in deep reinforcement learning
27
Alignment Problem
Challenge of ensuring that an artificial intelligence (AI) system’s goals, values, and behaviors align with human intentions, ethics, and well-being.