paper-with-me

홈 › Papers

GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment

2026-05-19 · Minxuan Lv, Tiehua Mei, Tanlong Du, Junmin Chen, Zhenpeng Su, Ziyang Chen, Ziqi Wang, Zhennan Wu, Ruotong Pan, jian Liang, Ruiming Tang, Han Li arxiv

We present GoLongRL, a fully open-source, capability-oriented post-training recipe for long-context reinforcement learning with verifiable rewards (RLVR). Existing long-context RL 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 practical long-context requirements. Our work offers two contributions. (1) Capability-oriented data construction with full open release. We openly release a dataset of 23K RLVR samples, the complete construction pipeline, and all training code. Guided by a taxonomy of long-context capabilities, 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 vanilla GRPO setup, our dataset alone outperforms the closed-source QwenLong-L1.5 dataset. Moreover, our Qwen3-30B-A3B model trained on this data delivers long-context performance comparable to DeepSeek-R1-0528 and Qwen3-235B-A22B-Thinking-2507, suggesting that broader coverage and greater reward diversity substantially benefit long-context capability improvement. (2) TMN-Reweight for heterogeneous multitask optimization. To address optimization challenges from heterogeneous rewards, we propose TMN-Reweight, which combines task-level mean normalization for cross-task reward scale alignment with difficulty-adaptive weighting for more reliable advantage estimation. TMN-Reweight further improves average performance over vanilla GRPO, with general capabilities preserved or improved across reported evaluations.

📄 PDF Abstract BibTeX arXiv:2605.19577

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

UniICL: Systematizing Unified Multimodal In-context Learning through a Capability-Oriented Taxonomy

2026-03-25 · Yicheng Xu, Jiangning Zhang, Zhucun Xue, Teng Hu 외 arxiv

In-context learning (ICL) enables fast task adaptation from demonstrations without per-task parameter updates but remains highly sensitive to example selection and formatting. In unified multimodal models spanning unders…

CoBA-RL: Capability-Oriented Budget Allocation for Reinforcement Learning in LLMs

2026-02-03 · Zhiyuan Yao, Yi-Kai Zhang, Yuxin Chen, Yueqing Sun 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a key approach for enhancing LLM reasoning. However, standard frameworks like Group Relative Policy Optimization (GRPO) typically employ a uniform roll…

Reinforcement Learning

Dialogue Learning with Human Teaching and Feedback in End-to-End Trainable Task-Oriented Dialogue Systems

2018-04-18 · NAACL 2018 6 · Bing Liu, Gokhan Tur, Dilek Hakkani-Tur, Pararth Shah 외

In this work, we present a hybrid learning method for training task-oriented dialogue systems through online user interactions. Popular methods for learning task-oriented dialogues include applying reinforcement learning…

Dialogue State TrackingImitation Learningreinforcement-learningReinforcement Learning+2

How to Solve Contextual Goal-Oriented Problems with Offline Datasets?

2024-08-14 · Ying Fan, Jingling Li, Adith Swaminathan, Aditya Modi 외

We present a novel method, Contextual goal-Oriented Data Augmentation (CODA), which uses commonly available unlabeled trajectories and context-goal pairs to solve Contextual Goal-Oriented (CGO) problems. By carefully con…

Data Augmentation

Context-Aware Language Modeling for Goal-Oriented Dialogue Systems

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Goal-oriented dialogue systems has long faced the trade-off between fluent language generation and task-specific control. While supervised learning with large language models are capable of producing realistic responses,…

Data AugmentationGoal-Oriented Dialogue SystemsLanguage ModelingLanguage Modelling+3