Learning from human preferences
Summary
OpenAI presents a method for training AI agents using human preference feedback, where an agent learns reward functions from human comparisons of behavior trajectories and uses reinforcement learning to optimize for the inferred goals. The approach demonstrates strong sample efficiency, requiring less than 1000 bits of human feedback to train an agent to perform a backflip.
View Cached Full Text
Cached at: 04/20/26, 02:56 PM
Similar Articles
Gathering human feedback
OpenAI releases RL-Teacher, an open-source tool for training AI systems through human feedback instead of hand-crafted reward functions, with applications to safe AI development and complex reinforcement learning problems.
Learning to summarize with human feedback
OpenAI demonstrates a technique for improving language model summarization by training a reward model on human preferences and fine-tuning models with reinforcement learning, achieving significant quality improvements that generalize across datasets. This work advances model alignment through human feedback at scale, with applications beyond summarization.
Learning Safe Agent Behaviour from Human Preferences and Justifications via World Models
This paper introduces DROPJ, a human-centred method for safely training and deploying agent policies by learning a world model from real-world trajectories, then eliciting human preferences with justifications to train a reward model for model predictive control. Experiments show that using human-generated simulated trajectories and justifications improves safety and reduces computational cost.
Human-AI Agent Interaction as a Neuroplastic Training Environment
This paper proposes that the iterative loop of human-AI agent interaction (request, response, appraisal, revision) is a high-frequency neuroplastic training environment that can reinforce negative psychological patterns through repetition, and suggests it can be leveraged for beneficial cognitive training.
Building a feedback memory layer for AI agents that learn from every human approval and rejection
This article proposes a feedback memory layer for AI agents that learns from every human approval or rejection, enabling continuous improvement from user interactions.