paper-with-me

Papers

Extending RLVR to Open-Ended Tasks via Verifiable Multiple-Choice Reformulation

2025-11-04 · Mengyu Zhang, Siyu Ding, Weichong Yin, Yu Sun, Hua Wu arxiv

Reinforcement Learning with Verifiable Rewards(RLVR) has demonstrated great potential in enhancing the reasoning capabilities of large language models (LLMs). However, its success has thus far been largely confined to the mathematical and programming domains with clear and automatically checkable outcomes. Reinforcement learning on open-ended tasks (e.g., creative writing and subjective Q&A) continues to rely on reward models due to the absence of verifiable solutions. This raises a key question: how can we extend RLVR to strengthen reasoning in open-ended tasks regardless of the absence of the unambiguous ground truth? To overcome this challenge, we introduce Verifiable Multiple-Choice Reformulation for Reinforcement Learning from Verifiable Rewards (VMR-RLVR), a novel training strategy that restructures open-ended data into verifiable multiple-choice formats, enabling effective training even in the absence of explicit ground truth. Experimental results on multiple benchmarks validate the effectiveness of our method in improving LLM performance on open-ended tasks. Notably, across seven open-ended benchmarks, our VMR-RLVR training delivers an average gain of 3.29 points over the RL with reward model.

📄 PDF Abstract BibTeX arXiv:2511.02463

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

From Verifiable Dot to Reward Chain: Harnessing Verifiable Reference-based Rewards for Reinforcement Learning of Open-ended Generation

2026-01-26 · Yuxin Jiang, Yufei Wang, Qiyuan Zhang, Xingshan Zeng 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) succeeds in reasoning tasks (e.g., math and code) by checking the final verifiable answer (i.e., a verifiable dot signal). However, extending this paradigm to open-en…

Reinforcement Learning

From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement

2026-07-26 · Qinsi Wang, Jing Shi, Huazheng Wang, Kun Wan 외 hf

Reinforcement Learning with Verifiable Rewards (RLVR) has driven recent progress in reasoning-oriented large language models (LLMs) by enabling large-scale optimization. However, its applicability remains largely limited…

Self-Supervised LearningReinforcement LearningMathematical ReasoningText Summarization

QUBRIC: Co-Designing Queries and Rubrics for RL Beyond Verifiable Rewards

2026-06-02 · Rongzhi Zhang, Rui Feng, Zhihan Zhang, Jingfeng Yang 외 arxiv

Rubric-based RL is a promising route for extending reinforcement learning beyond verifiable rewards, yet existing methods optimize rubrics while treating the query distribution as fixed. We identify a structural bottlene…

Reinforcement Learning

Reinforcement Learning with Rubric Anchors

2025-08-18 · Zenan Huang, Yihong Zhuang, Guoshan Lu, Zeyu Qin 외 arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) has emerged as a powerful paradigm for enhancing Large Language Models (LLMs), exemplified by the success of OpenAI's o-series. In RLVR, rewards are derived from veri…

Reinforcement LearningMathematical ReasoningCode Generation

Writing-Zero: Bridge the Gap Between Non-verifiable Tasks and Verifiable Rewards

2025-05-30 · Ruipeng Jia, Yunyi Yang, Yongbo Gai, Kai Luo 외

Reinforcement learning with verifiable rewards (RLVR) has enabled large language models (LLMs) to achieve remarkable breakthroughs in reasoning tasks with objective ground-truth answers, such as mathematics and code gene…

Code Generation