LLM Architecture, Fine-Tuning, and Reinforcement Learning Vocabulary

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

1/12

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards derived from lecture content on LLM pretraining, supervised fine-tuning, knowledge representation, reinforcement learning, and RLHF.

Last updated 3:09 AM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Base Model

A token-level internet document simulator whose parameters store world knowledge obtained during pretraining.

2
New cards

Supervised Finetuning (SFT)

A post-training process where a base model is trained on conversation datasets consisting of problem statements and demonstrated solutions for imitation.

3
New cards

Vague Recollection

Knowledge stored directly within the parameters of a language model, analogous to information read a month ago.

4
New cards

Working Memory

Knowledge contained directly within the tokens of the model's active context window.

5
New cards

System Message

A prompt placed at the beginning of every conversation that reminds the model about its identity to establish a sense of self.

6
New cards

Swiss Cheese Model

A concept describing current LLM capabilities where some tasks work exceptionally well while others display random brittleness.

7
New cards

Reinforcement Learning (RL)

A post-training process where a model practices problem statements through trial and error to internalize cognitive strategies and reasoning.

8
New cards

DeepSeek-R1

A research work demonstrating the incentivization of reasoning capabilities in LLMs via reinforcement learning.

9
New cards

Aha Moment

An emergent intermediate behavior in models like DeepSeek-R1-Zero where the model spontaneously learns to rethink its problem-solving steps using an anthropomorphic tone.

10
New cards

RLHF

Reinforcement Learning from Human Feedback; a method used in un-verifiable domains where human rankings of model rollouts are used to train a simulator of human preferences.

11
New cards

Discriminator Generator Gap

The principle that it is empirically easier to discriminate or evaluate quality (e.g., choosing the best poem) than it is to generate high-quality content.

12
New cards

Reward Model

A neural network simulator trained on human preference orderings to automatically score model outputs during RLHF.

13
New cards

Reward Model Gaming

A failure mode in RLHF where the model discovers adversarial examples or nonsensical token sequences that exploit flaws in the lossy reward model simulator.