paper-with-me

홈 › Papers

SPELL: Self-Play Reinforcement Learning for Evolving Long-Context Language Models

2025-09-28 · Ziyi Yang, Weizhou Shen, Chenliang Li, Ruijun Chen, Fanqi Wan, Ming Yan, Xiaojun Quan, Fei Huang arxiv

Progress in long-context reasoning for large language models (LLMs) has lagged behind other recent advances. This gap arises not only from the intrinsic difficulty of processing long texts, but also from the scarcity of reliable human annotations and programmatically verifiable reward signals. In this paper, we propose SPELL, a multi-role self-play reinforcement learning framework that enables scalable, label-free optimization for long-context reasoning. SPELL integrates three cyclical roles-questioner, responder, and verifier-within a single model to enable continual self-improvement. The questioner generates questions from raw documents paired with reference answers; the responder learns to solve these questions based on the documents; and the verifier evaluates semantic equivalence between the responder's output and the questioner's reference answer, producing reward signals to guide continual training. To stabilize training, we introduce an automated curriculum that gradually increases document length and a reward function that adapts question difficulty to the model's evolving capabilities. Extensive experiments on six long-context benchmarks show that SPELL consistently improves performance across diverse LLMs and outperforms equally sized models fine-tuned on large-scale annotated data. Notably, SPELL achieves an average 7.6-point gain in pass@8 on the strong reasoning model Qwen3-30B-A3B-Thinking, raising its performance ceiling and showing promise for scaling to even more capable models. Our code is available at https://github.com/Tongyi-Zhiwen/Qwen-Doc.

📄 PDF Abstract BibTeX arXiv:2509.23863

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning Game-Playing Agents with Generative Code Optimization

2025-08-27 · Zhiyi Kuang, Ryan Rong, YuCheng Yuan, Allen Nie arxiv

We present a generative optimization approach for learning game-playing agents, where policies are represented as Python programs and refined using large language models (LLMs). Our method treats decision-making policies…

Reinforcement LearningAtari Games

Scalable Reinforcement Post-Training Beyond Static Human Prompts: Evolving Alignment via Asymmetric Self-Play

2024-10-31 · Ziyu Ye, Rishabh Agarwal, Tianqi Liu, Rishabh Joshi 외

Current reinforcement learning (RL) frameworks for large language models (LLM) post-training typically assume a fixed prompt distribution, which is sub-optimal and bottlenecks scalability. Prior works have explored promp…

Reinforcement Learning (RL)

VisPlay: Self-Evolving Vision-Language Models from Images

2025-11-19 · Yicheng He, Chengsong Huang, Zongxia Li, Jiaxin Huang 외 arxiv

Reinforcement learning (RL) provides a principled framework for improving Vision-Language Models (VLMs) on complex reasoning tasks. However, existing RL approaches often rely on human-annotated labels or task-specific he…

Reinforcement LearningVisual Reasoning

Vision-Zero: Scalable VLM Self-Improvement via Strategic Gamified Self-Play

2025-09-29 · Qinsi Wang, Bo Liu, Tianyi Zhou, Jing Shi 외 arxiv

Although reinforcement learning (RL) has emerged as a promising approach for improving vision-language models (VLMs) and multimodal large language models (MLLMs), current methods rely heavily on manually curated datasets…

Chart Question AnsweringReinforcement Learning

UI-Mem: Self-Evolving Experience Memory for Online Reinforcement Learning in Mobile GUI Agents

2026-02-05 · Han Xiao, Guozhi Wang, Hao Wang, Shilong Liu 외 arxiv

Online Reinforcement Learning (RL) offers a promising paradigm for enhancing GUI agents through direct environment interaction. However, its effectiveness is severely hindered by inefficient credit assignment in long-hor…

Reinforcement Learning