paper-with-me

Papers

Thinking Seeds: Leveraging Historical Diversity for Position-Aware RL in LLMs

2026-01-29 · Lei Yang, Wei Bi, Chenxi Sun, Renren Jin, Deyi Xiong arxiv

On-policy reinforcement learning (RL) for language model post-training suffers from a fundamental tension: as training progresses, policy entropy collapses and sampling diversity diminishes, causing the model to ``forget'' its own earlier exploratory capacity. While off-policy data can restore diversity, existing methods mix entire trajectories at the sequence level, introducing severe policy mismatch and training instability. We argue that the core question is not \emph{whether} to use off-policy data, but \emph{where} in the sequence it should appear. Based on this insight, we propose \textbf{Thinking Seeds}, a token-level mix-policy framework that uses the model's own historical checkpoints as off-policy prefixes, providing diverse starting points for reasoning, while the critical continuation is generated on-policy to preserve gradient quality. Through token-level importance ratios, Thinking Seeds effectively leverages historical diversity without compromising training stability. Extensive experiments across models and mathematical reasoning benchmarks demonstrate that Thinking Seeds consistently outperforms standard on-policy training and existing off-policy extensions. Our analysis reveals that the method maintains higher effective entropy, reduces gradient loss from clipping, and expands the explorable solution space, clarifying how position-aware mix-policy modeling improves both exploration and final performance in LLM RL.

📄 PDF Abstract BibTeX arXiv:2601.21476

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningReinforcement Learning

Similar Papers 제목 키워드 기반

Language of Thought Shapes Output Diversity in Large Language Models

2026-01-16 · Shaoyang Xu, Wenxuan Zhang arxiv

Output diversity is crucial for Large Language Models as it underpins pluralism and creativity. In this work, we reveal that controlling the language used during model thinking-the language of thought-provides a novel an…

Seed-Guided Topic Discovery with Out-of-Vocabulary Seeds

2022-05-04 · NAACL 2022 7 · Yu Zhang, Yu Meng, Xuan Wang, Sheng Wang 외

Discovering latent topics from text corpora has been studied for decades. Many existing topic models adopt a fully unsupervised setting, and their discovered topics may not cater to users' particular interests due to the…

DiversityGeneral KnowledgeTopic Models

Good Seed Makes a Good Crop: Discovering Secret Seeds in Text-to-Image Diffusion Models

2024-05-23 · Katherine Xu, Lingzhi Zhang, Jianbo Shi

Recent advances in text-to-image (T2I) diffusion models have facilitated creative and photorealistic image synthesis. By varying the random seeds, we can generate many images for a fixed text prompt. Technically, the see…

Image Generation

SYNAPSE-G: Bridging Large Language Models and Graph Learning for Rare Event Classification

2025-08-13 · Sasan Tavakkol, Lin Chen, Max Springer, Abigail Schantz 외 arxiv

Scarcity of labeled data, especially for rare events, hinders training effective machine learning models. This paper proposes SYNAPSE-G (Synthetic Augmentation for Positive Sampling via Expansion on Graphs), a novel pipe…

Graph Learning

Towards a Systematic Approach to Design New Ensemble Learning Algorithms

2024-02-09 · João Mendes-Moreira, Tiago Mendes-Neves

Ensemble learning has been a focal point of machine learning research due to its potential to improve predictive performance. This study revisits the foundational work on ensemble error decomposition, historically confin…

DiversityEnsemble Learningregression