AI & ML Papers
Photo
🔥 AstraFlow: Dataflow-Oriented Reinforcement Learning for Agentic LLMs
📅 Published on May 15
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2605.15565
• PDF: https://arxiv.org/pdf/2605.15565
• Project Page: https://infini-ai-lab.github.io/astraflow/
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#DataflowOrientedRL #ReinforcementLearningForLLMs #AgenticLanguageModels #LargeLanguageModelAgents #ScalableRLSystems
💡 The paper introduces AstraFlow, a dataflow-oriented reinforcement learning system designed to improve the efficiency and scalability of large language model agents. The problem addressed is that current reinforcement learning systems are prohibitively expensive and struggle to support complex workloads, such as multi-policy collaborative training, while efficiently using diverse compute resources.
The authors propose AstraFlow as a solution, which replaces conventional trainer-centered control with principled component abstractions. In AstraFlow, rollout services, dataflow management, and training are decoupled into autonomous components, allowing the system to natively support complex multi-policy agentic RL workloads and efficiently exploit diverse compute resources.
The results show that AstraFlow supports multi-policy training, elastic scaling, heterogeneous cross-region execution, and composable data algorithms without requiring system-level code changes. The system achieves comparable or better accuracy than existing RL systems while speeding up training time by 2.7 times in multi-policy collaborative training. The evaluation is done across various workloads, including math, code, search, and AgentBench, demonstrating the system's versatility and efficiency.
Overall, AstraFlow's contributions include its ability to efficiently support complex workloads, scale to large language model agents, and provide a principled abstraction for reinforcement learning system components, making it a significant advancement in the field of reinforcement learning for large language models.
📅 Published on May 15
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2605.15565
• PDF: https://arxiv.org/pdf/2605.15565
• Project Page: https://infini-ai-lab.github.io/astraflow/
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#DataflowOrientedRL #ReinforcementLearningForLLMs #AgenticLanguageModels #LargeLanguageModelAgents #ScalableRLSystems
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
AI & ML Papers
Photo
🔥 Rethinking the Divergence Regularization in LLM RL
📅 Published on Jun 8
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2606.09821
• PDF: https://arxiv.org/pdf/2606.09821
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#LLMRLInstability #DivergenceRegularization #ReinforcementLearningForLLMs #PolicyOptimizationMethods #LargeLanguageModelTraining
💡 The paper discusses the issue of instability in reinforcement learning for large language models. Current methods like PPO and GRPO use a ratio-clipping mechanism to control the trust region, but this can be ineffective in certain cases, particularly with long-tailed vocabularies. Recent work like DPPO has addressed this by using a divergence-based mask, but it still has a limitation where it discards the gradient of a token once it crosses the trust region boundary.
To address this, the authors propose a new method called Divergence Regularized Policy Optimization, or DRPO. This method replaces the hard mask with a smooth advantage-weighted quadratic regularizer on policy shift. This allows DRPO to preserve the same trust region geometry as DPPO while providing bounded and continuous gradient weights that correct diverging updates and provide corrective signals beyond the boundary.
The experiments show that DRPO improves the stability and efficiency of large language model reinforcement learning training across different model scales, architectures, and precision settings. This is a significant contribution because it allows for more stable and efficient training of large language models, which is an important area of research in natural language processing. Overall, the paper presents a new method that addresses the limitations of current methods and provides a more effective way to train large language models using reinforcement learning.
📅 Published on Jun 8
🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2606.09821
• PDF: https://arxiv.org/pdf/2606.09821
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#LLMRLInstability #DivergenceRegularization #ReinforcementLearningForLLMs #PolicyOptimizationMethods #LargeLanguageModelTraining
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.