EventCast: Hybrid Demand Forecasting in E-Commerce with LLM-Based Event Knowledge
Congcong Hu, Yuang Shi, Fan Huang, Yang Xiang, Zhou Ye, Ming Jin, Shiyu Wang
TL;DR
EventCast tackles the challenge of non-stationary, event-driven demand in e-commerce by decoupling semantic reasoning about future events from numerical forecasting. It uses an LLM solely for generating interpretable textual summaries of upcoming campaigns, holidays, and incentives from unstructured business data, which are then embedded and fused with historical demand signals in a dual-tower forecasting architecture. The approach achieves consistent improvements over state-of-the-art baselines, particularly during high-variance event periods, and has been deployed in production across multiple countries with weekly retraining. By providing interpretable, event-aware forecasts and reducing reliance on heavy LLM embeddings or fine-tuning, EventCast offers a practical, scalable solution for industrial time-series forecasting in dynamic e-commerce environments.
Abstract
Demand forecasting is a cornerstone of e-commerce operations, directly impacting inventory planning and fulfillment scheduling. However, existing forecasting systems often fail during high-impact periods such as flash sales, holiday campaigns, and sudden policy interventions, where demand patterns shift abruptly and unpredictably. In this paper, we introduce EventCast, a modular forecasting framework that integrates future event knowledge into time-series prediction. Unlike prior approaches that ignore future interventions or directly use large language models (LLMs) for numerical forecasting, EventCast leverages LLMs solely for event-driven reasoning. Unstructured business data, which covers campaigns, holiday schedules, and seller incentives, from existing operational databases, is processed by an LLM that converts it into interpretable textual summaries leveraging world knowledge for cultural nuances and novel event combinations. These summaries are fused with historical demand features within a dual-tower architecture, enabling accurate, explainable, and scalable forecasts. Deployed on real-world e-commerce scenarios spanning 4 countries of 160 regions over 10 months, EventCast achieves up to 86.9% and 97.7% improvement on MAE and MSE compared to the variant without event knowledge, and reduces MAE by up to 57.0% and MSE by 83.3% versus the best industrial baseline during event-driven periods. EventCast has deployed into real-world industrial pipelines since March 2025, offering a practical solution for improving operational decision-making in dynamic e-commerce environments.
