paper-with-me

홈 › Papers

CastFlow: Learning Role-Specialized Agentic Workflows for Time Series Forecasting

2026-04-30 · Bokai Pan, Mingyue Cheng, Zhiding Liu, Shuo Yu, Xiaoyu Tao, Yuchong Wu, Qi Liu, Defu Lian, Enhong Chen arxiv

Recently, large language models (LLMs) have shown great promise in time series forecasting. However, most existing LLM-based forecasting methods still follow a static generative paradigm that directly maps historical observations to future values in a single pass. Under this paradigm, forecasting is constrained by limited temporal pattern extraction, single-round acquisition of contextual features, one-shot forecast generation, and lack of support from ensemble forecasts. To address these limitations, in this work, we propose CastFlow, a dynamic agentic forecasting framework that enables multi-view temporal pattern extraction, multi-round contextual features acquisition, iterative forecast refinement, and forecasting with ensemble forecasts. First, CastFlow organizes the forecasting process into planning, action, forecasting, and reflection, establishing an agentic workflow. Second, this workflow is supported by a memory module that retrieves prior experience and a multi-view toolkit that constructs diagnostic evidence and provides a reliable ensemble forecast baseline. Third, CastFlow adopts a role-specialized design that combines general-purpose reasoning with specialized numerical forecasting. Under this design, a frozen LLM preserves general-purpose reasoning, while a fine-tuned domain-specific LLM performs evidence-guided numerical forecasting based on the ensemble forecast baseline, rather than from scratch. To optimize a fine-tuned domain-specific LLM, we further develop a two-stage workflow-oriented training that combines supervised fine-tuning (SFT) and reinforcement learning with verifiable rewards (RLVR). To evaluate the effectiveness of CastFlow, we conduct extensive experiments on diverse datasets and show that it achieves superior overall results against strong baselines. We hope that this work can serve as a step toward more adaptive and accurate time series forecasting.

📄 PDF Abstract BibTeX arXiv:2604.27840

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series ForecastingReinforcement Learning

Similar Papers 제목 키워드 기반

Building Persona-Based Agents On Demand: Tailoring Multi-Agent Workflows to User Needs

2026-04-30 · Giuseppe Arbore, Andrea Sillano, Luigi De Russis arxiv

Recent advances in agentic AI are shifting automation from discrete tools to proactive multi-agent systems that coordinate multi-specialized capabilities behind unified interfaces. However, today's agent systems typicall…

Agentic Workflows for Economic Research: Design and Implementation

2025-04-13 · Herbert Dawid, Philipp Harting, Hankui Wang, Zhongli Wang 외

This paper introduces a methodology based on agentic workflows for economic research that leverages Large Language Models (LLMs) and multimodal AI to enhance research efficiency and reproducibility. Our approach features…

Flowr -- Scaling Up Retail Supply Chain Operations Through Agentic AI in Large Scale Supermarket Chains

2026-04-07 · Eranga Bandara, Ross Gore, Sachin Shetty, Piumi Siyambalapitiya 외 arxiv

Retail supply chain operations in supermarket chains involve continuous, high-volume manual workflows spanning demand forecasting, procurement, supplier coordination, and inventory replenishment, processes that are repet…

SEW: Self-Evolving Agentic Workflows for Automated Code Generation

2025-05-24 · Siwei Liu, Jinyuan Fang, Han Zhou, Yingxu Wang 외

Large Language Models (LLMs) have demonstrated effectiveness in code generation tasks. To enable LLMs to address more complex coding challenges, existing research has focused on crafting multi-agent systems with agentic …

Code Generation

Explainable Model Routing for Agentic Workflows

2026-04-04 · Mika Okamoto, Ansel Kaplan Erol, Mark Riedl arxiv

Modern agentic workflows decompose complex tasks into specialized subtasks and route them to diverse models to minimize cost without sacrificing quality. However, current routing architectures focus exclusively on perfor…