AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Reinforcement Learning from Human Feedback (RLHF) is a method used to fine-tune large language models so their outputs align better with human values and expectations. It typically involves three steps: collecting human preference data, training a separate reward model based on this data, and then using reinforcement learning (often Proximal Policy Optimization) to adjust the main model to maximize the reward predicted by the model. This results in more helpful, honest, and harmless responses.

Summary

RLHF is a technique that aligns AI models with human preferences by using human feedback to train a reward model for reinforcement learning.

Key Concepts

Use Cases