GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
Summary
GoLongRL presents an open-source approach for long-context reinforcement learning with diverse reward optimization through capability-oriented data construction and TMN-Reweight methodology.
View Cached Full Text
Cached at: 05/20/26, 06:37 AM
Paper page - GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
Source: https://huggingface.co/papers/2605.19577 Published on May 19
·
Submitted byhttps://huggingface.co/Suu
suuon May 20
#1 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
GoLongRL presents an open-source approach for long-context reinforcement learning with diverse reward optimization through capability-oriented data construction and TMN-Reweight methodology.
We present GoLongRL, a fully open-source, capability-orientedpost-training recipeforlong-contextreinforcement learningwithverifiable rewards(RLVR). Existinglong-contextRL methods often treat data construction as a matter of designing increasingly complex retrieval paths, leading to homogeneous task coverage and reward formulations that inadequately reflect practicallong-contextrequirements. Our work offers two contributions. (1) Capability-oriented data construction with full open release. We openly release a dataset of 23KRLVRsamples, the complete construction pipeline, and all training code. Guided by a taxonomy oflong-contextcapabilities, the dataset spans 9 task types, each paired with its natural evaluation metric. It comprises curated open-source samples from established corpora and synthetic samples whose QA pairs are generated from real source documents such as books, academic papers, and multi-turn dialogues. Under the same vanillaGRPOsetup, our dataset alone outperforms the closed-source QwenLong-L1.5 dataset. Moreover, our Qwen3-30B-A3B model trained on this data deliverslong-contextperformance comparable to DeepSeek-R1-0528 and Qwen3-235B-A22B-Thinking-2507, suggesting that broader coverage and greater reward diversity substantially benefitlong-contextcapability improvement. (2) TMN-Reweight for heterogeneous multitask optimization. To address optimization challenges from heterogeneous rewards, we propose TMN-Reweight, which combinestask-level mean normalizationfor cross-task reward scale alignment withdifficulty-adaptive weightingfor more reliableadvantage estimation. TMN-Reweight further improves average performance over vanillaGRPO, with general capabilities preserved or improved across reported evaluations.
View arXiv pageView PDFProject pageGitHub7Add to collection
Models citing this paper2
#### Kwai-Klear/GoLongRL-4B 4B• Updatedabout 1 hour ago • 4
#### Kwai-Klear/GoLongRL-30B-A3B 31B• Updatedabout 1 hour ago • 4
Datasets citing this paper1
#### Kwai-Klear/GoLongRL Viewer• Updatedabout 1 hour ago • 23k • 3
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.19577 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Context-Aware RL for Agentic and Multimodal LLMs
Introduces ContextRL, a reinforcement learning approach that teaches LLMs to identify which context supports an answer, achieving gains on agentic and multimodal benchmarks.
Boosting Deepresearch and LongContext Ability with Self-Generated Deepresearch Rollouts Traces
The paper proposes a method called DLD-RL to enhance deep research and long-context abilities in AI agents by repurposing reinforcement learning trajectories into long-context QA data, showing significant performance improvements on benchmarks.
Beyond Reward Engineering: A Data Recipe for Long-Context Reinforcement Learning
This paper shows that a carefully crafted data recipe for long-context reinforcement learning, using minimal outcome-based GRPO, significantly improves reasoning across multiple models and benchmarks, and transfers to agentic tasks like GAIA and BrowseComp.
LongAct: Harnessing Intrinsic Activation Patterns for Long-Context Reinforcement Learning
LongAct proposes a saliency-guided sparse update strategy for improving long-context reasoning in LLMs by selectively updating weights associated with high-magnitude activations in query and key vectors, achieving ~8% improvement on LongBench v2.
Learning Agent-Compatible Context Management for Long-Horizon Tasks
Introduces AdaCoM, an external LLM-based context manager for frozen agents, using reinforcement learning to improve long-horizon task performance by preserving task constraints and pruning stale content, with experiments on web search and deep research benchmarks.