ORBiS Tree

ORBiS TREE · ENGLISH DOCUMENT

Concepts →

RLHF

Reinforcement Learning from Human Feedback, a method for aligning model behavior with human preferences.

한국어 English
English updated 8월 29, 2026 Source article updated 8월 29, 2026 2 sources
This English page is a curated translation layer linked to the Korean source article. Community changes are currently made on the Korean source, where the full revision history and anonymous edit trail are preserved.
RLHF is a family of training methods that uses human judgments to shape model behavior. It became widely associated with instruction-following language models and conversational systems.

How it works

A common pipeline first collects preference comparisons between model outputs, trains a reward or preference model, and then optimizes the language model to produce outputs that score better under that learned signal. Implementations vary and newer preference-optimization methods may avoid some traditional RL steps.

Why it matters

RLHF can improve helpfulness and instruction following, but human feedback is not a perfect measure of truth or safety. Dataset design, annotator incentives, and optimization choices can introduce their own biases.

Related concepts

SOURCES

Sources

  1. Open source ↗
  2. Open source ↗