Breaking Entropy Bounds: Accelerating RL Training via MTP with Rejection Sampling

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

Bebop presents a systematic study of Multi-Token Prediction (MTP) in Large Language Model (LLM) post-training, offering practical methods to integrate MTP into large-scale Reinforcement Learning (RL) pipelines. The research reveals that MTP acceptance rates are fundamentally bounded by model entropy fluctuation, showing a negative linear relationship with entropy rise during the RL stage. It demonstrates that probabilistic rejection sampling significantly alleviates entropy disturbance compared to greedy draft sampling. Furthermore, Bebop proposes a novel end-to-end TV loss, which directly optimizes multi-step rejection sampling acceptance rates, yielding approximately 10% acceptance rate improvements, achieving up to 95% acceptance rates and up to 25% extra inference throughput gains across mathematical reasoning, code generation, and agentic tasks. This method achieves up to 1.8x end-to-end acceleration in async RL training for Qwen3.5, Qwen3.6, and Qwen3.7 models.

Key takeaway

For AI Engineers and Machine Learning Scientists focused on accelerating LLM Reinforcement Learning training, you should consider implementing Bebop's approach. By adopting probabilistic rejection sampling and the novel end-to-end TV loss for MTP, you can achieve up to 1.8x acceleration and significantly higher acceptance rates, potentially reaching 95%. This strategy also allows for pre-RL MTP training, streamlining your workflow and reducing online update costs.

Key insights

MTP acceptance in RL is limited by model entropy, but rejection sampling and a novel TV loss can significantly improve it.

Principles

Method

Bebop proposes a novel end-to-end TV loss to optimize multi-step rejection sampling acceptance rates for MTP in RL training, eliminating the need for costly online MTP updating.

In practice

Topics

Best for: Research Scientist, NLP Engineer, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.