Direct Preference Optimization on top of the
SFT model,
using
UltraFeedback
(prompt/chosen/rejected) with TRL's
DPOTrainer.
DPO raised the reward margin (chosen preferred at ~0.63) and shifted the style
toward
longer, more elaborate, "more assistant-like" responses — the known
UltraFeedback length/verbosity preference. But at 124M, that extra length is
capacity the model doesn't have, so it often fills the space with confident
hallucination, and on some factual prompts it
regressed vs. the SFT model.
A small, honest demonstration of the reward-vs-truth gap / alignment tax. For a
cleaner toy assistant, prefer the
SFT model.
Same Alpaca prompt format and usage as the SFT model.