reward-model-embodies-surviving-pretrain-finetune-paradigm

IN derived (depth 3)

Created 2026-06-21T10:20:46+00:00 · Reviewed 2026-06-21T14:41:08+00:00

The RLHF reward model — a pretrained language model with its final layer replaced by a regression head — is itself an instance of BERT's surviving pretrain-finetune paradigm, meaning the decoder-only era's core alignment component is architecturally defined by an encoder-era methodology that outlived the architecture it was designed for.

Summary

The reward model that steers RLHF training is, under the hood, just a pretrained language model with its final layer swapped for a simple scoring head, which means the pretrain-then-finetune recipe BERT popularized still defines the core alignment component of the system even though BERT's encoder architecture lost the scaling race to decoder-only models. In practical terms, the part of the pipeline that makes the model helpful and safe is architecturally specified by a method from the era that was superseded, showing that a methodological contribution can outlast the architecture that introduced it.

Justifications

SL — The reward model is the pretrain-finetune paradigm applied to alignment, showing how deeply BERT's methodology permeates even post-BERT systems

Antecedents (all must be IN):

  • IN rlhf-reward-model-is-modified-pretrained-lm — The RLHF reward model is architecturally a pretrained language model with only its final layer replaced by a scalar regression head, sharing ancestry with the policy model it will later train.
  • IN bert-paradigm-survived-its-own-architectural-obsolescence — BERT's pretrain-then-fine-tune paradigm persisted even as decoder-only models superseded encoder-only architectures in the scaling race — the methodology that BERT proved was inherited by the very architecture class that replaced it, demonstrating that methodological contributions can outlast the architectures that introduce them.

Dependents

These beliefs depend on this one: