LGAIDCNov 20, 2025

Taming the Long-Tail: Efficient Reasoning RL Training with Adaptive Drafter

arXiv:2511.16665v110 citationsh-index: 25Has Code
Originality Incremental advance
AI Analysis

This addresses a critical cost and resource problem for researchers and practitioners training reasoning LLMs, though it appears incremental as it builds on speculative decoding.

The paper tackles the efficiency bottleneck in training reasoning Large Language Models with Reinforcement Learning, where long-tail response generation wastes resources, and proposes TLT, a system that accelerates training losslessly, achieving over 1.7x speedup while preserving model accuracy.

The emergence of Large Language Models (LLMs) with strong reasoning capabilities marks a significant milestone, unlocking new frontiers in complex problem-solving. However, training these reasoning models, typically using Reinforcement Learning (RL), encounters critical efficiency bottlenecks: response generation during RL training exhibits a persistent long-tail distribution, where a few very long responses dominate execution time, wasting resources and inflating costs. To address this, we propose TLT, a system that accelerates reasoning RL training losslessly by integrating adaptive speculative decoding. Applying speculative decoding in RL is challenging due to the dynamic workloads, evolving target model, and draft model training overhead. TLT overcomes these obstacles with two synergistic components: (1) Adaptive Drafter, a lightweight draft model trained continuously on idle GPUs during long-tail generation to maintain alignment with the target model at no extra cost; and (2) Adaptive Rollout Engine, which maintains a memory-efficient pool of pre-captured CUDAGraphs and adaptively select suitable SD strategies for each input batch. Evaluations demonstrate that TLT achieves over 1.7x end-to-end RL training speedup over state-of-the-art systems, preserves the model accuracy, and yields a high-quality draft model as a free byproduct suitable for efficient deployment. Code is released at https://github.com/mit-han-lab/fastrl.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes