paper-with-me

Papers

RLVE: Scaling Up Reinforcement Learning for Language Models with Adaptive Verifiable Environments

2025-11-10 · Zhiyuan Zeng, Hamish Ivison, Yiping Wang, Lifan Yuan, Shuyue Stella Li, Zhuorui Ye, Siting Li, Jacqueline He, Runlong Zhou, Tong Chen, Chenyang Zhao, Yulia Tsvetkov, Simon Shaolei Du, Natasha Jaques, Hao Peng, Pang Wei Koh, Hannaneh Hajishirzi arxiv

We introduce Reinforcement Learning (RL) with Adaptive Verifiable Environments (RLVE), an approach using verifiable environments that procedurally generate problems and provide algorithmically verifiable rewards, to scale up RL for language models (LMs). RLVE enables each verifiable environment to dynamically adapt its problem difficulty distribution to the policy model's capabilities as training progresses. In contrast, static data distributions often lead to vanishing learning signals when problems are either too easy or too hard for the policy. To implement RLVE, we create RLVE-Gym, a large-scale suite of 400 verifiable environments carefully developed through manual environment engineering. Using RLVE-Gym, we show that environment scaling, i.e., expanding the collection of training environments, consistently improves generalizable reasoning capabilities. RLVE with joint training across all 400 environments in RLVE-Gym yields a 3.37% absolute average improvement across six reasoning benchmarks, starting from one of the strongest 1.5B reasoning LMs. By comparison, continuing this LM's original RL training yields only a 0.49% average absolute gain despite using over 3x more compute. We release our code publicly.

📄 PDF Abstract BibTeX arXiv:2511.07317

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RLVER: Reinforcement Learning with Verifiable Emotion Rewards for Empathetic Agents

2025-07-03 · Peisong Wang, Ruotian Ma, Bang Zhang, Xingyu Chen 외

Large language models (LLMs) excel at logical and algorithmic reasoning, yet their emotional intelligence (EQ) still lags far behind their cognitive prowess. While reinforcement learning from verifiable rewards (RLVR) ha…

Emotional Intelligencereinforcement-learningReinforcement Learning

Can You Break RLVER? Probing Adversarial Robustness of RL-Trained Empathetic Agents

2026-05-08 · Deeraj S K, Sadhana Devarajan, Krishna Mehra, Sudhakar Mishra arxiv

Reinforcement learning from verifiable emotion rewards RLVER has produced language models with strong empathetic performance, evaluated on benchmarks that assume cooperative, honest users. Yet real emotional interactions…

Adversarial RobustnessReinforcement Learning

HomeFlow: A Data Flywheel for Smart Home Agent Training with Verifiable Simulation

2026-05-31 · Yi Gu, Huacan Wang, Shuo Zhang, Yuqing Hou 외 arxiv

Large language model agents are moving beyond text-only interaction toward physical-world control, with smart homes as a representative domain. Real domestic interaction requires understanding ambiguous intents, operatin…

QuantumQA: Enhancing Scientific Reasoning via Physics-Consistent Dataset and Verification-Aware Reinforcement Learning

2026-04-20 · Songxin Qu, Tai-Ping Sun, Yun-Jie Wang, Huan-Yu Liu 외 arxiv

Large language models (LLMs) show strong capabilities in general reasoning but typically lack reliability in scientific domains like quantum mechanics, which demand strict adherence to physical constraints. This limitati…

Reinforcement Learning

Reinforcement Pre-Training

2025-06-09 · Qingxiu Dong, Li Dong, Yao Tang, Tianzhu Ye 외

In this work, we introduce Reinforcement Pre-Training (RPT) as a new scaling paradigm for large language models and reinforcement learning (RL). Specifically, we reframe next-token prediction as a reasoning task trained …

Language ModelingLanguage ModellingReinforcement Learning (RL)