Yucheng Li, Huiqiang Jiang, Yang Xu, Jianxin Yang, Yi Zhang, Yizhong Cao, Yuhao Shen, Fan Zhou et al.
To address the rollout bottleneck in RL training, we propose Bebop, which combines Multi-Token Prediction (MTP) with rejection sampling. It overcomes entropy-based acceptance rate limits and achieves up to 1.8x acceleration.
RL plays a crucial role in LLM post-training, but the rollout stage is a major bottleneck in the pipeline. While MTP-based speculative decoding has been proposed as a solution, acceptance rates degrade significantly during RL training due to model entropy changes, limiting speedup.
We improve acceptance rates up to 95% and achieve up to 25% extra inference throughput gains on mathematical reasoning, code generation, and agentic tasks. In asynchronous RL training of Qwen3.5, Qwen3.6, and Qwen3.7 models, we achieve up to 1.8x end-to-end acceleration. We systematically analyze the relationship between entropy and acceptance rate, and provide practical integration recipes.