Papers › LongRLVR: Long-Context Reinforcement Learning Requires Verifiable Context Rewards

LongRLVR: Long-Context Reinforcement Learning Requires Verifiable Context Rewards

2 Mar 2026ICLRarXiv:2603.02146added by Syntology

Guanzheng Chen, Michael Qizhe Shieh, Lidong Bing

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capabilities of Large Language Models (LLMs) by optimizing them against factual outcomes. However, this paradigm falters in long-context scenarios, as its reliance on internal parametric knowledge is ill-suited for tasks requiring contextual grounding--the ability to find and reason over externally provided information. We identify a key reason for this failure: a reward based solely on the final answer is too sparse to effectively guide the model for identifying relevant evidence. We formally prove that the outcome-only reward leads to significant vanishing gradients for the context grounding process, rendering learning intractable. To overcome this bottleneck, we introduce LongRLVR to augment the sparse answer reward with a dense and verifiable context reward. This auxiliary signal directly incentivizes the model for selecting the correct grounding information, providing a robust learning gradient that solves the underlying optimization challenge. We validate our method on challenging long-context benchmarks using Qwen and LLaMA models. LongRLVR consistently and significantly outperforms the standard RLVR across all models and benchmarks, e.g., boosting a 14B model's scores on RULER-QA from 73.17 to 88.90 and on LongBench v2 from 39.8 to 46.5. Our work demonstrates that explicitly rewarding the grounding process is a critical and effective strategy for unlocking the full reasoning potential of LLMs in long-context applications. Our code is available at https://github.com/real-absolute-AI/LongRLVR.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.02146")

Code

Syntology Ran 6 of 9 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 3 ran · our draft was wrong.

By repository: found in paper text by Syntology: 9 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

real-absolute-AI/LongRLVR found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 6 ran; 3 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
3ran · our draft was wrong
3unverified

Licence: 9 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from real-absolute-AI/LongRLVR. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_to_chunks real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 99ed4a6e1ca5d63f · report
evaluate_answer real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 626278e728097849 · report
extract_answer real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · b9fa0381260e409d · report
extract_binary_judgment_from_response real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 379dd5bdd5cfed02 · report
extract_used_context real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 216479f0298308c2 · report
union_numpy_dict real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2b80602a01145d03 · report
DataProto real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology unverified no licence file found · pointer only · be6ff037330b7987 · report
LongRLRewardManager real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology unverified no licence file found · pointer only · b2a17613aba4186f · report
collate_fn real-absolute-AI/LongRLVR/recipe/dapo/longrl_reward_manager.py found in paper text by Syntology unverified no licence file found · pointer only · 78baa936d52b4277 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.02146, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections