Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 95% Match Research Paper AI Researchers,LLM Developers,AI Ethicists,NLP Engineers 2 weeks ago

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

large-language-models › alignment
📄 Abstract

Abstract: 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.
Authors (6)
Dian Yu
Yulai Zhao
Kishan Panaganti
Linfeng Song
Haitao Mi
Dong Yu
Submitted
October 23, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

Introduces RLEV, a method to align LLM optimization directly with quantifiable human value signals, extending RLVR. RLEV incorporates human-defined values into the reward function, leading to improved value-weighted accuracy and a value-sensitive termination policy (concise for low-value, thorough for high-value prompts).

Business Value

Enables the development of more responsible and user-aligned AI systems, improving user trust and satisfaction in applications like chatbots, content generation, and AI assistants.