rlhf-pairwise-comparisons-form-one-batch

IN premisesummaries/2026/08/24/wiki-Reinforcement_learning_from_human_feedback-chunk-2.md

Created 2026-08-24T17:11:23+00:00

All C(K,2) pairwise comparisons derived from a single prompt's K ranked responses are used together as one training batch for the reward model

Summary

When a prompt has K ranked responses, every possible pair of those responses is grouped together and fed to the reward model as a single training step, rather than being split up or mixed with comparisons from other prompts. This means the model learns the full relative ordering from one prompt as a coherent unit, and the data pipeline must keep those pairs bundled together — you cannot shuffle them across batches without breaking the intended training signal.