Reinforcement Learning from Meta-Evaluation: Aligning Language Models Without Ground-Truth Labels
Micah Rentschler, Jesse Roberts
TL;DR
RLME offers a scalable route to align language models without ground-truth labels by using natural-language meta-evaluations as rewards. It combines assessment prompting with a GRPO/CISPO-based learning loop to adjust the generator according to evaluator-provided signals. The experiments show RLME can approach label-based RL performance in verifiable tasks, enables multi-objective control, and generalizes to open-domain settings, while revealing vulnerabilities to reward hacking and mitigation strategies. Overall, RLME complements RL-based alignment methods, expanding the domains where such approaches are feasible.
Abstract
Most reinforcement learning (RL) methods for training large language models (LLMs) require ground-truth labels or task-specific verifiers, limiting scalability when correctness is ambiguous or expensive to obtain. We introduce Reinforcement Learning from Meta-Evaluation (RLME), which optimizes a generator using reward derived from an evaluator's answers to natural-language meta-questions (e.g., "Is the answer correct?" or "Is the reasoning logically consistent?"). RLME treats the evaluator's probability of a positive judgment as a reward and updates the generator via group-relative policy optimization, enabling learning without labels. Across a suite of experiments, we show that RLME achieves accuracy and sample efficiency comparable to label-based training, enables controllable trade-offs among multiple objectives, steers models toward reliable reasoning patterns rather than post-hoc rationalization, and generalizes to open-domain settings where ground-truth labels are unavailable, broadening the domains in which LLMs may be trained with RL.
