LGCLOct 23, 2025

Every Question Has Its Own Value: Reinforcement Learning with Explicit Human Values

arXiv:2510.20187v11 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses aligning LLMs with human priorities, though it is incremental as it extends existing RLVR methods.

The paper tackles the problem that not all tasks are equally significant in reinforcement learning for large language models, proposing RLEV to incorporate human-defined value signals into rewards, which outperforms correctness-only baselines and learns value-sensitive termination policies.

We propose Reinforcement Learning with Explicit Human Values (RLEV), a method that aligns Large Language Model (LLM) optimization directly with quantifiable human value signals. While Reinforcement Learning with Verifiable Rewards (RLVR) effectively trains models in objective domains using binary correctness rewards, it overlooks that not all tasks are equally significant. RLEV extends this framework by incorporating human-defined value signals directly into the reward function. Using exam-style data with explicit ground-truth value labels, RLEV consistently outperforms correctness-only baselines across multiple RL algorithms and model scales. Crucially, RLEV policies not only improve value-weighted accuracy but also learn a value-sensitive termination policy: concise for low-value prompts, thorough for high-value ones. We demonstrate this behavior stems from value-weighted gradient amplification on end-of-sequence tokens. Ablation studies confirm the gain is causally linked to value alignment. RLEV remains robust under noisy value signals, such as difficulty-based labels, demonstrating that optimizing for an explicit utility function offers a practical path to aligning LLMs with human priorities.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes