Search

Tag: #rl8 results

50% Faster RL Rollouts with DAS

50% Faster RL Rollouts with DAS

Rollout is a major bottleneck in RL post-training. Together AI's distribution-aware speculative decoding (DAS) accelerates rollouts by up to 50% using adaptive speculative decoding. It maintains zero degradation in reward quality.

Together AI BlogMediaApr 24#rl#speculative-decoding#rollouts
vLLM V0 to V1: Correctness Before Corrections in RL

vLLM V0 to V1: Correctness Before Corrections in RL

Hugging Face Blog explores the evolution from vLLM V0 to V1, prioritizing correctness over corrections in Reinforcement Learning workflows. The post highlights key principles for building reliable LLM serving systems. It offers insights into balancing accuracy and efficiency in RL applications.

Hugging Face BlogOfficialMay 6#rl#llm-serving#open-source
Agent Sketches One Part at a Time

Agent Sketches One Part at a Time

Researchers developed a multi-modal LLM agent that generates vector sketches part-by-part using multi-turn process-reward RL after supervised fine-tuning. They created the ControlSketch-Part dataset with rich part-level annotations via an automatic segmentation and labeling pipeline. This enables interpretable, controllable, and editable text-to-vector sketch generation with visual feedback.

MAPLE Boosts Multimodal RL Post-Training

MAPLE Boosts Multimodal RL Post-Training

MAPLE is a modality-aware ecosystem for post-training multimodal LLMs, including MAPLE-bench, MAPO optimization, and adaptive curricula. It stratifies training by modality needs to cut variance and speed convergence. It closes uni/multi-modal gaps by 30% and converges 3x faster.

ArXiv AIResearchFeb 13#research#maple#multimodal
VESPO Stabilizes Off-Policy LLM Training

VESPO Stabilizes Off-Policy LLM Training

VESPO introduces variational sequence-level soft policy optimization to tackle training instability in RL for LLMs caused by policy staleness and async execution. It derives a closed-form reshaping kernel for importance weights without length normalization. Experiments demonstrate stable training up to 64x staleness on math benchmarks.

ArXiv AIResearchFeb 12#research#vespo#v1
V-STAR: Value-Guided RecSys Sampling

V-STAR: Value-Guided RecSys Sampling

V-STAR addresses probability-reward mismatch in generative recsys via value-guided decoding and sibling-relative RL. VED efficiently explores high-potential prefixes; Sibling-GRPO focuses on decisive branches. Outperforms baselines in accuracy and diversity.

ArXiv AIResearchFeb 12#research#v-star#v1