paper-with-me

Papers

Self-Improvement Can Self-Regress: The Rise-and-Collapse Failure Mode of LLM Self-Training

2026-06-17 · Jianzhe Lin arxiv

Self-improvement can self-regress. In REINFORCE post-training for code, a model can quickly improve on its optimized metric and then collapse within the same training campaign. We study this in a controlled multi-seed testbed using Qwen-2.5-3B and Qwen-2.5-7B, trained on competitive-programming tasks with binary CodeGrader reward across 10 sequential 20-step campaigns. Across campaigns, pass@1 shows a robust rise-then-collapse pattern: it peaks within tens of gradient steps and then falls back, sometimes to near zero. This is not cross-task catastrophic forgetting, but within-task policy over-optimization on a fixed distribution; KL- and EWC-style constraints do not prevent it. We ask where the control loop should sit. We compare three levels: CARE, a between-campaign memory mechanism with a capability posterior, transfer gate, and regression-aware belief revision; ES, a within-campaign early-stop rule that rolls forward the peak checkpoint and sets the next budget to peak_step+3; and GRPO, which changes the RL update using group-relative reward normalization. The answer is regime-dependent. On Qwen-2.5-3B, where naive REINFORCE is fragile, CARE v2 nearly doubles end-of-chain pass@1 from 4.9% to 9.5%, with paired bootstrap 95% CI [+0.4,+8.9] and gains in 4/5 seeds. On Qwen-2.5-7B, CARE reaches parity with naive REINFORCE, 13.8% vs. 11.8%, while ES reaches 22.2% [14.1,28.0]. Out-of-the-box GRPO reaches 20.7% [15.7,25.1], nearly matching REINFORCE+ES. GRPO raises the floor but does not remove the cliff. Its 7B gain mainly comes from better between-campaign carryover, while the within-campaign peak-to-end gap remains about 17 points under both REINFORCE and GRPO. GRPO+ES gives mixed evidence: 2/3 seeds improve, but one final cliff lowers the mean to 17.0% [0.0,28.1]. A Gemma-3-4B pilot shows the same signature, suggesting the phenomenon is not limited to Qwen.

📄 PDF Abstract BibTeX arXiv:2606.21090

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A$^2$RD: Agentic Autoregressive Diffusion for Long Video Consistency

2026-05-07 · Do Xuan Long, Yale Song, Min-Yen Kan, Tomas Pfister 외 arxiv

Synthesizing consistent and coherent long video remains a fundamental challenge. Existing methods suffer from semantic drift and narrative collapse over long horizons. We present A$^2$RD, an Agentic Auto-Regressive Diffu…

RISE: Reliable Improvement in Self-Evolving Vision-Language Models

2026-05-20 · Chaoran Xu, Yingmao Miao, Pengfei Zhang, Hao Dou 외 arxiv

Vision-language models (VLMs) have achieved strong multimodal reasoning capabilities, but further improving them still relies heavily on large-scale human-constructed supervision for post-training. Such supervision is co…

Multimodal ReasoningQuestion Generation

Escaping Model Collapse via Synthetic Data Verification: Near-term Improvements and Long-term Convergence

2025-10-18 · Bingji Yi, Qiyuan Liu, Yuwei Cheng, Haifeng Xu arxiv

Synthetic data has been increasingly used to train frontier generative models. However, recent studies raise key concerns that iteratively retraining a generative model on its self-generated synthetic data may keep deter…

Recursive Self-Improvement in AI: From Bounded Self-Refinement to Autonomous Research Loops

2026-07-08 · Mingguang Chen, Licheng Wang, Bo Qu arxiv

AI systems increasingly participate in their own improvement: revising their outputs, adapting their own harnesses during deployment, training on data they generate, and, increasingly, conducting AI research itself. This…

Superficial Self-Improved Reasoners Benefit from Model Merging

2025-03-03 · Xiangchi Yuan, Chunhui Zhang, Zheyuan Liu, Dachuan Shi 외

As scaled language models (LMs) approach human-level reasoning capabilities, self-improvement emerges as a solution to synthesizing high-quality data corpus. While previous research has identified model collapse as a ris…

Memorization