RLAIF
Reinforcement Learning from AI Feedback — like RLHF but the preference labels come from another LLM instead of humans. Complements Constitutional AI; substantially cheaper than human labelling at the cost of inheriting the labeller model's biases.
Related terms
- RLHF
Reinforcement Learning from Human Feedback — a training method where human preferences over pairs of outputs are used to train a reward model, which in turn shapes the base LLM via RL (typically PPO or DPO). Central to aligning modern chat assistants.
- Constitutional AI
An Anthropic-authored alignment technique where a model is trained to critique and revise its own outputs against a written set of principles ("constitution") rather than pure human preference labels. Cheaper to scale than RLHF because much of the labelling comes from the model itself.
- Alignment
The general problem of making an AI system behave according to its designers' or operators' intent, especially as capability grows. Practical alignment work spans RLHF, Constitutional AI, red-teaming, evaluation, and interpretability research.
Related on this site
Where this fits
RLAIF is part of the AI Fundamentals vocabulary used in the Generative AI Maturity Framework. See the full glossary for the complete set of 149 defined terms, or take the free maturity assessment to see where your organisation stands.