paper-with-me

홈 › Papers

Verifiable Rewards Beyond Math and Code: Lightweight Corpus-Grounded Process Supervision for Factual Question Answering

2026-05-28 · Shicheng Fan, Haochang Hao, Dehai Min, Weihao Liu, Philip S. Yu, Lu Cheng arxiv

Applying reinforcement learning to improve factual accuracy in knowledge-intensive question answering faces a reward design dilemma. Response-level rewards provide only coarse supervision and cannot distinguish correct from incorrect statements within a reasoning trace. Sentence-level alternatives offer finer-grained feedback, but typically rely on NLI verifiers, LLM judges, or knowledge-verification pipelines that are expensive to deploy at RL scale and often unreliable for rare-entity facts, where accurate reward signals are especially important. We propose CorVer (Corpus Verify), a lightweight, plug-in-ready process reward that replaces neural verifiers with a corpus-grounded signal derived from Wikipedia co-occurrence statistics. CorVer assigns sentence-level credit and maps it to token-level advantages via a simple alignment, requiring only a 0.5B extractor and a single corpus lookup per sentence. Across 30 (model, benchmark) cells spanning six instruction-tuned models (3B to 14B) and five QA benchmarks, CorVer improves over the raw baseline for every cell, with an average TriviaQA gain of +4.1 pp. It also outperforms four neural-verifier baselines in 18 of 20 cells under their feasible configurations, while training 4.8 to 8.4x faster.

📄 PDF Abstract BibTeX arXiv:2605.29648

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningQuestion Answering

Similar Papers 제목 키워드 기반

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

Rubrics as Rewards: Reinforcement Learning Beyond Verifiable Domains

2025-07-23 · Anisha Gunjal, Anthony Wang, Elaine Lau, Vaskar Nath 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for complex reasoning tasks with clear correctness signals such as math and coding. However, extending it to real-world reasoning tasks is challe…

Reinforcement Learning

Reinforcement Learning with Verifiable yet Noisy Rewards under Imperfect Verifiers

2025-10-01 · Xin-Qiang Cai, Wei Wang, Feng Liu, Tongliang Liu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) replaces costly human labeling with automated verifiers. To reduce verifier hacking, many RLVR systems binarize rewards to $\{0,1\}$, but imperfect verifiers inevitab…

Reinforcement Learning

Before the Model Learns the Bug:Fuzzing RLVR Verifiers

2026-05-31 · Jaideep Ray arxiv

Reinforcement learning with verifiable rewards (RLVR) replaces human preference labels with executable reward functions such as math answer checkers, JSON tool-call validators, and code unit-test harnesses. That makes th…

Reinforcement Learning

Beyond Outcome Verification: Verifiable Process Reward Models for Structured Reasoning

2026-01-23 · Massimiliano Pronesti, Anya Belz, Yufang Hou arxiv

Recent work on reinforcement learning with verifiable rewards (RLVR) has shown that large language models (LLMs) can be substantially improved using outcome-level verification signals, such as unit tests for code or exac…

Reinforcement Learning