History Is Not Enough: An Adaptive Dataflow System for Financial Time-Series Synthesis
Haochong Xia, Yao Long Teng, Regan Tan, Molei Qin, Xinrun Wang, Bo An
TL;DR
The paper tackles the persistent gap between training and real-world performance in quantitative finance caused by concept drift and distributional non-stationarity. It introduces a drift-aware adaptive dataflow that unifies financial data synthesis, augmentation scheduling, and learning-guided feedback control via a bi-level optimization framework. A parameterized data manipulation module enforces financial priors and constraints, while a learning-based planner–scheduler dynamically adjusts augmentation strength and data proportion based on validation signals, enabling provenance-aware replay. Empirical results across forecasting and reinforcement learning trading tasks show improved robustness and risk-adjusted returns, with ablations confirming the necessity of adaptive mixups and curriculum. The proposed framework offers a generalizable, learnable data-management approach that can adapt to evolving markets and support end-to-end learning pipelines in finance.
Abstract
In quantitative finance, the gap between training and real-world performance-driven by concept drift and distributional non-stationarity-remains a critical obstacle for building reliable data-driven systems. Models trained on static historical data often overfit, resulting in poor generalization in dynamic markets. The mantra "History Is Not Enough" underscores the need for adaptive data generation that learns to evolve with the market rather than relying solely on past observations. We present a drift-aware dataflow system that integrates machine learning-based adaptive control into the data curation process. The system couples a parameterized data manipulation module comprising single-stock transformations, multi-stock mix-ups, and curation operations, with an adaptive planner-scheduler that employs gradient-based bi-level optimization to control the system. This design unifies data augmentation, curriculum learning, and data workflow management under a single differentiable framework, enabling provenance-aware replay and continuous data quality monitoring. Extensive experiments on forecasting and reinforcement learning trading tasks demonstrate that our framework enhances model robustness and improves risk-adjusted returns. The system provides a generalizable approach to adaptive data management and learning-guided workflow automation for financial data.
