mercor

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/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:52 PM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

what is human data

raw material that teaches models how to think, reason, act

2
New cards

how is text broken down?

tokens

3
New cards

what are tokens

numerical chunks that models process mathematically

4
New cards

how does a model predict what will come next?

assigns probability to every possible next token

5
New cards

what is the probability scheme of models?

stochastic, draws from a probability distribution

6
New cards

what are the two phases of training

pre training, post training

7
New cards

what is pre training

trained on massive internet text

8
New cards

what is the objective and result of pre training

predict the next token, create vast knowledge and fluency

9
New cards

what is the post training

trained on targeted, human-designed signals

10
New cards

what is the objective and result of post training

answer this, prefer this, meet this criteria, then create a genuine assistant

11
New cards

what is a reward signal

a way to grade an output, eval

12
New cards

what is an eval

test for an AI system, give input, apply grading logic to measure success

13
New cards

what is the eval lifecycle

task, ai/agent, transcript, grader, score

14
New cards

what is a single run of 1 task

trial

15
New cards

what are the four ways to shape model behavior

  1. supervised fine-tuning

  2. preference labeling / RHLF

  3. rubric-based evaluation

    1. reinforcement learning environments


16
New cards

what is supervised fine-tuning

giving a student practice problems with correct answers — learning by what is right

17
New cards

what is preference labeling and RHLF

asking a teacher which of 2 essays is better, learning from comparison

18
New cards

what is rubric-based evaluation

giving a teacher a grading guide instead of a model answer, write criteria once, auto-grade thousands of responses

19
New cards

what is reinforcement learning environments

like a flight simulator for pilots — put in realistic environment and see if they can fly the plane

20
New cards

when do you use SFT

when there are clear, objective criteria (math, coding)

21
New cards

when do you use preference labeling?

when ‘better’ is hard to articulate (writing)

22
New cards

when do you use rubrics?

use when you can grade things on criteria

23
New cards

when do you use RL environments

when the model must take real actions (navigate website, book a flight)

24
New cards

what are the failures of SFT

wrong format, structure, steps

25
New cards

what are the failures of RL from human feedback?

capable but wrong tone, style, character

26
New cards

what are the failures of rubrics?

inconsistent quality on complex, subjective reasoning

27
New cards

what are the failures of RL environments

cannot interact with tools and systems beyond the chat box

28
New cards

which of the four methods requires no grader?

supervised fine-tuning

29
New cards

what kind of eval is preference?

automatic evaluator

30
New cards

what kind of eval is rubrics?

same artifact grades and trains

31
New cards

what kind of eval is RL environment?

an eval of end-state

32
New cards

what is a single-turn?

one prompt, one response, one grade

33
New cards

what is multi-turn?

back and forth conversation

34
New cards

what is an agent?

using tools across many turns

35
New cards

how does this affect a projct?

the complexity of a project sets the scope, cost and staffing

36
New cards

what is pass@k?

capability, probability of success in k tries, increases with more attempts

37
New cards

what is pas^k

reliability, probability all k trials succeed, goes down with more k

38
New cards

what is the hill climbing loop?

train, measure, find weaknesses, generate new ideas, repeat

39
New cards

APEX (Mercor)

AI productivity index, can frontier models do high-value knowledge work, tests economically relevant capability

40
New cards

GDPval (openAI)

real-world, economically valuable tasks across 44 occupations in the 9 largest US GDP sectors

41
New cards

SWE-bench verified (openAI)

resolve real github issues — given a repo and issue, generate a patch that passes the test suite

42
New cards

humanity’s last exam (scaleAI)

a massive, extremely hard benchmark probing whether models surpass human-level on high-stakes tasks

43
New cards

HealthBench (openAI)

medical questions, diagnosis, and healthcare reasoning grounded in clinical relevance and safety

44
New cards

tau-bench (multi-turn)

simulated conversational agents in retail and airline settings - a second LLM plays the user