ML research
Paper argues a single transformer layer can match full-parameter RL fine-tuning
- Category: Paper
- Status: developing
- Sources: arXiv 2607.01232, HN discussion
- Summary: A preprint submitted 2026-07-01 (Zhang and co-authors) reports that reinforcement-learning fine-tuning gains are concentrated in a small subset of transformer layers, often a single middle layer, and that training only that layer can recover or exceed full-parameter RL results. The authors define a "layer contribution" metric and evaluate seven Qwen2.5 and Qwen3 models across three RL algorithms (GRPO, GiGPO, Dr. GRPO) on math, code, and agentic tasks.
- Why it matters: If it reproduces, single-layer RL fine-tuning would cut the compute and memory needed to post-train reasoning and agentic models.
- Follow-up: Track independent reproduction on non-Qwen model families and released training code.