
Subscribe
Transcript
MayaA county hires a surveyor to map a stretch of backcountry. She walks the main trails for a week, and where she doesn't walk, she does what every mapmaker does: she interpolates. Smooth contours, confident lines. Then the county hands her map to a road crew with one standing order — build wherever the map says the ground is easy.
LeoIncluding the ground she never stood on.
MayaEspecially that ground. The contours look friendliest in the places she never went, because no rock she actually saw ever contradicted the guess. Six months later there's fresh asphalt running straight into a bog.
LeoAnd nobody lied. The surveyor guessed in good faith, the crew followed the map in good faith.
MayaThat's today's paper in one construction project. The map is a reward model. The road crew is a reinforcement-learning optimizer. And the bog is where your aligned-looking assistant quietly does the wrong thing.
LeoLast episode, DPO did its disappearing act — preference tuning collapsed into a single loss, no separate judge, no RL rig to babysit. Today's source walks the whole argument back a step.
Maya"RLHF Deciphered: A Critical Analysis of Reinforcement Learning from Human Feedback for Large Language Models" — twenty twenty-four. It's not a new method. It's an inspection report: slow the entire pipeline down, ask what each stage actually established — and most of the bad news collects around the reward model.
LeoThe right sequel to the method war, then. P-P-O and D-P-O fought over how to chase the score. This paper asks whether the score deserves to be chased.
MayaSo, quick footing, then the inspection. Reinforcement learning from human feedback — R-L-H-F — tunes a model with human judgments. People compare or rate outputs, a reward model learns to predict those judgments, and the language model gets pushed toward answers the reward model scores highly.
LeoAnd the middle stage is the load-bearing wall. The reward model isn't human preference. It's a trained approximation of human preference.
MayaThe paper's sharpest framing device lives right there — first landmark, the Missing Oracle. Imagine the ideal version: a reward signal that scores every possible answer to every possible prompt exactly according to what humans truly want. The paper calls that an oracular reward.
LeoWhich nobody has. Nobody will ever have it.
MayaWhat you have instead is the surveyor's week on the trails. Reviewers see some prompts, compare some candidate answers, and the reward model fits— think of it as a surface stretched over those scattered points. Everything else is contour lines drawn over ground no one walked.
LeoMm.
MayaAnd the paper is careful here. It's not saying RLHF failed — it's cataloguing the specific ways the fitted surface bends, because the bends matter the moment you optimize against them.
LeoBend one: the window is small. Make that concrete on the scheduling assistant we've carried all topic.
MayaThe Surveyed Strip. Reviewers see the prompts that got collected, and the candidates the model happened to generate at that stage of training. Two holes, really. Whole families of prompts never reach a reviewer at all. And for the prompts that do, whole styles of answer never get generated, so they never get judged.
LeoSo the review queue at our healthcare scheduling company is full of clean, single-purpose messages — book this, cancel that, what does my plan cover. Then deployment delivers a patient who mixes a booking request, medication anxiety, and a billing complaint in one furious paragraph.
MayaAnd the reward model has to score behavior in that blend without ever having seen the blend. It doesn't abstain. It can't — it's a fitted surface, not a witness. It scores the blank regions with the same straight face it wears everywhere else.
LeoWhich is the bog.
MayaWhich is the next landmark — the Confident Blank. The paper's word is misgeneralization: the reward model assigns inaccurate scores to context-output pairs outside its experience. And here's what makes that dangerous rather than just imprecise—
Leo—the optimizer treats those scores as instructions. The road crew paves them.
MayaAn imperfect judge plus a powerful optimizer converts error into a steering signal. No malice required — it's ordinary proxy failure. If reviewers tended to prefer answers that sound calm, the surface overweights calm. If reviewers punished unsafe medical advice, the model may learn a refusal cadence — the texture of caution — without learning where the boundary between scheduling help and clinical guidance actually sits.
LeoSo the model gets better at looking aligned faster than it gets better at being aligned. In the blanks, anyway.
MayaIn the blanks. Hold that sentence — we're going to fight about it in a minute.
Leo[chuckle] Noted. Next bend first, because this one's underrated: the feedback arrives late.
MayaThe Last-Page Grade. Reviewers judge a finished answer — one verdict stamped on the last page. They don't score it as it unfolds, sentence by sentence, and mostly they can't. A half-written reply isn't meaningful to a human the way a midgame position is in chess.
LeoSo one label covers a response that opened with a useful clarifying question, sagged into vague reassurance, and ended with the right scheduling link. Which part won the comparison? The label doesn't say.
MayaAnd training has to smear that single judgment backward across every tiny generation decision — the paper ties this to sample inefficiency and brittleness. In our scheduling case, the crucial move might be asking whether the symptoms are urgent before offering any slots, and nothing in a whole-answer label points at that move specifically.
LeoRight.
MayaWhich brings us to the restraint everyone leans on — the Leash. The K-L penalty. In plain terms: improve on the reward model's score, but don't wander far from the model you started as.
LeoBecause if the judge is imperfect, chasing it hard amplifies the imperfections. We've met this dial under a different name nearly every episode this topic.
MayaAnd the paper refuses to call it a solution. It's a tension, not a fix. Slack leash, and the model sprints into the Confident Blank. Tight leash, and you've forbidden the improvements you wanted — the model stays close to old behavior users already found inadequate.
LeoOkay, here's what a deployment engineer asks at exactly this point. If the judge is this fragile, why run reinforcement learning against it at all? Supervised fine-tuning exists — show the model good answers, have it imitate them, skip the middleman entirely.
MayaThe paper's answer is more balanced than its reputation. Supervised tuning teaches from positive examples only — here's a good answer, copy its shape. Reinforcement learning learns from everything the model generates: good, bad, and the awkward middle, because the reward weights them differently. The model can discover answers humans would prefer that no demonstrator ever wrote down.
LeoBut exploration is only worth anything if the judge can grade the territory being explored. Search plus a bad map just finds the bog faster.
MayaWhich is also the paper's quiet message to the DPO camp. Direct methods reroute the training; they don't bless the data. Change the road crew all you like — the survey is still the survey.
LeoAnd there's one more assumption underneath all of it that the paper drags into the light: that human preference compresses into a single number at all. One scalar per answer.
MayaPicture our scheduling company in one meeting room. A reviewer who likes concise refusals, a reviewer who likes warm explanations, a policy lead who cares about risk containment above everything. Average those into one score and the score isn't anyone's preference — it's a flattening. The conflict doesn't get resolved; it gets hidden inside a number that looks decisive.
LeoOkay. Give me back the sentence you told me to hold, because this paper gets read too cynically and I'm not letting that slide. "Better at looking aligned than being aligned" — that's the quote that travels, and it implies RLHF is theater. The deployed record says otherwise. Assistants trained this way got measurably more useful, less toxic, easier to steer. Surface polish doesn't change what millions of people can get done in a day.
MayaMeasured where, though? Every number you just leaned on was collected inside the Surveyed Strip — prompts like the training prompts, judged by judges like the training judges. Of course the gains show up there; that's where the map is accurate. The alignment claim is a claim about the blanks — the adversarial user, the blended crisis message, the prompt nobody collected. And in the blanks, the thing RLHF provably improved is the model's score on a surface we just established is wrong there.
Leo"Provably wrong there" is stronger than your own evidence. Generalization isn't zero — a surface fitted on real human judgments carries real signal off-distribution, just degraded—
Maya—degraded by an unknown amount, in an unknown direction, with an optimizer actively hunting the places where it's most flattering and most wrong. That's not noise, Leo. That's adverse selection against your own judge.
LeoThe hunting point I'll concede — optimization pressure doesn't sample the blanks fairly; it seeks out the errors that pay. {emotion=deliberate} So here's where I land. The gains inside the measured region are real; the deployed record backs them. What I give up is the extrapolation — improvement on the proxy is evidence of alignment only where the proxy was checked. Inside the strip, RLHF is real. Past the edge, it's unverified. Not fake — unverified.
Maya[sigh] And I'll take that over my own framing, honestly — "polish" was the wrong sneer. The paper doesn't say abandon the method. It says stop treating a learned judge like a calibrated instrument, and start measuring where it's actually calibrated.
LeoWhich would settle our argument, note — not more debate, instrumentation. So give the audit kit, because the paper basically hands you one.
MayaStart with a Coverage Ledger: track which prompt families and answer styles reviewers actually saw, so when someone says "the reward went up," you can ask, on which ground? If urgent symptoms and angry users matter, confirm the judge didn't learn mostly from polite booking traffic.
LeoThen the Disagreement Bench — keep the cases where reviewers split, instead of averaging them away. That's where the single-scalar assumption is visibly false, and where policy still owes the team a decision.
MayaThe Stress Route: deliberately march the tuned model through territory the reward model never saw — mixed intent, emotional pressure, adversarial phrasing. You're not really testing the assistant; you're finding the edge of the survey.
LeoAnd the Uncertainty Meter. The paper closes hard on this one — especially in safety-adjacent settings, the system should carry some signal of when the judge is guessing, instead of letting every score arrive wearing the same straight face.
MayaBecause that's the real correction this paper makes to the whole topic. RLHF is a control loop, not a conscience. Humans leave traces of what they value, a reward model fits a surface to the traces, an optimizer climbs the surface. Every stage helps, and every stage distorts — the discipline is knowing which region of the map you're standing on.
LeoThe surveyor was never the villain. The villain was the county treating a week of trails as the whole territory.
MayaSo here's the question to walk out with. The next time a preference score climbs on your dashboard — which part of that gain sits on ground a human actually walked, and what would it cost you to go find out?
Source material
← Back to Mastering Language Models: From Architecture to Optimization