Lecture 1 Flashcards

1
Q

norbert wiener:

what distinguished human communication from the communication of most other animals

A
  1. the delicacy and complexity of the code used
  2. the high degree of arbitrariness of this code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

syntax

A

rules and principles that govern the structure of sentences in a language

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

part of speech (POS)

A

labels that indicate the grammatical category of a word

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

morphology

A

form and structure of words

  • how words are created, how they can change form, and how these forms contribute to their meaning
  • ‘is’ is a form of ‘be’ in the 3rd person singular, present tense
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

semantics

A

meaning of words and the sentence as a whole

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

discourse

A

considers the sentence within the context of larger communication

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

natural language processing

definition + process

A

giving computers the ability to understand text and spoken words in much the same way humans can

  1. representing input
  2. generating output
  3. computational modeling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NLP: representing input

A

represent language in a way that a computer can process it

e.g., tokenization, stemming, lemmatization

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

NLP: generating output

A

process language in a way that is useful for humans

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

NLP: computational modeling

A

understanding language structure and language use

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

gap of 4-5 orders of magnitude between the amount of inputs LLMs receive compared to humans

A

LLMs are trained on datasets that are much larger than the amount of language input humans receive over a similar timespan

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

different scenarios for understanding and developing human-scale and LLM-scale intelligence

A
  1. innate (nativist) - humans
  2. grounding (multimodal) - both
  3. active/social (constructivist) - LLMs
  4. evaluation (humans and LLMs are fundamentally misaligned) - LLMs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

stochastic parrot

A

The term “stochastic parrot” is used metaphorically to describe a model that generates text by probabilistically selecting words based on learned patterns, much like how a parrot might repeat phrases without understanding their meaning.

In NLP, probabilistic models use statistical methods to predict the likelihood of word sequences. They rely on large amounts of data to learn these probabilities and generate coherent text.

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