MBM Final

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:27 AM on 4/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Tokenizers

A fundamental tool in Natural Language Processing (NLP) that breaks down raw text into smaller, manageable units called tokens. It determines what LLMs “see”

2
New cards

How are tokenizers made?

Byte pair encoding (BPE)

  • Make every character its own token

  • Find the most frequent pair of tokens and merge to create a new token.

  • Repeat over and over until you reach a vocabulary of a predetermined size.

3
New cards

arguments against concepts being in an metric space

How to determine if something is in a metric space

  1. Distance is symmetric: d(x, y) = d(y,x)

“Motels are like hotels” - “Hotels are like motels” ≠ 0

“Dogs are like wolves” - “Wolves are like dogs” ≠ 0

  1. Triangle inequality: Any three points make a triangle. Every line between each point is the shortest distance between two points. d(x,z) ≤ d(x,y) + d(y,z)

d(king, woman) ≤ d(king, man) + d(man, woman) is not true

↳ But, maybe concepts are vectors.

4
New cards

loss functions

5
New cards

the pareidolia argument against LLMs (17)

6
New cards

idea of intelligence as innovation and recombination knowledge on rapid timescales (17)

7
New cards

What is ARC and why do people like it? (17)

8
New cards

Be able to articulate an opinion on AI as stochastic parrots! (17)

9
New cards

language models as agent models

10
New cards

foundation models of behavior (Centaur)

11
New cards

transformer architecture

  • tokens

  • embeddings

  • keys (what I know)

  • queries (what I need)

  • values (my information)

12
New cards

compositionality in transformers

13
New cards

word learning in transformers (and limitations)

14
New cards

digital twin studies (including object and social behavior + criticisms)

15
New cards

AGI through deep learning is intractable

16
New cards

examples of deep learning models learning shortcuts

17
New cards

What makes a model good?

18
New cards

Idea that good model fits don’t imply that DNNs are like the brain