paper-with-me

Papers

AstraFlow: Dataflow-Oriented Reinforcement Learning for Agentic LLMs

2026-05-15 · Haizhong Zheng, Yizhuo Di, Jiahui Wang, Shuowei Jin, Xueshen Liu, Yongji Wu, Z. Morley Mao, Ion Stoica, Jiawei Zhao, Beidi Chen arxiv

Reinforcement learning (RL) is increasingly used to improve the reasoning, coding, and tool-use capabilities of large language models, but agentic RL remains prohibitively expensive. Scaling RL to agentic LLMs requires supporting complex workloads, including multi-policy collaborative training, while efficiently using elastic, heterogeneous, and cross-region compute resources. Existing LLM RL systems support some of these capabilities, but each new extension often requires dedicated system engineering. This burden arises from trainer-centered control architectures and the lack of principled abstractions for RL system components. To address these limitations, we propose AstraFlow, a dataflow-oriented RL system that replaces conventional trainer-centered control with principled component abstractions. In AstraFlow, rollout services, dataflow management, and training are decoupled into autonomous components, enabling the system to natively support complex multi-policy agentic RL workloads and efficiently exploit diverse compute resources. We evaluate AstraFlow across math, code, search, and AgentBench workloads, showing that the same system supports multi-policy training, elastic scaling, heterogeneous cross-region execution, and composable data algorithms without system-level code changes. In multi-policy collaborative training, AstraFlow achieves comparable or better accuracy than existing RL systems while speeding up training time by 2.7x.

📄 PDF Abstract BibTeX arXiv:2605.15565

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Task-Oriented Dialogue as Dataflow Synthesis

2020-09-24 · Semantic Machines, Jacob Andreas, John Bufe, David Burkett 외

We describe an approach to task-oriented dialogue in which dialogue state is represented as a dataflow graph. A dialogue agent maps each user utterance to a program that extends this graph. Programs include metacomputati…

DataFlow: An LLM-Driven Framework for Unified Data Preparation and Workflow Automation in the Era of Data-Centric AI

2025-12-18 · Hao Liang, Xiaochen Ma, Zhou Liu, Zhen Hao Wong 외 arxiv

The rapidly growing demand for high-quality data in Large Language Models (LLMs) has intensified the need for scalable, reliable, and semantically rich data preparation pipelines. However, current practices remain domina…

Mathematical Reasoning

Dataflow Dialogue Generation

2023-08-04 · Joram Meron, Victor Guimarães

We demonstrate task-oriented dialogue generation within the dataflow dialogue paradigm. We show an example of agenda driven dialogue generation for the MultiWOZ domain, and an example of generation without an agenda for …

Dialogue GenerationTranslation

DFEE: Interactive DataFlow Execution and Evaluation Kit

2022-12-04 · Han He, Song Feng, Daniele Bonadiman, Yi Zhang 외

DataFlow has been emerging as a new paradigm for building task-oriented chatbots due to its expressive semantic representations of the dialogue tasks. Despite the availability of a large dataset SMCalFlow and a simplifie…

BenchmarkingScheduling

SFR-DeepResearch: Towards Effective Reinforcement Learning for Autonomously Reasoning Single Agents

2025-09-08 · Xuan-Phi Nguyen, Shrey Pandit, Revanth Gangi Reddy, Austin Xu 외 arxiv

Equipping large language models (LLMs) with complex, interleaved reasoning and tool-use capabilities has become a key focus in agentic AI research, especially with recent advances in reasoning-oriented (``thinking'') mod…

Reinforcement Learning