Section 01
Introduction: LLM-Forecast—A New Time Series Forecasting Method Integrating ARIMA and Large Language Models
Time series forecasting is a classic problem in data science, widely applied in scenarios such as stock prices, energy demand, and weather forecasting. The traditional statistical method ARIMA has long dominated due to its interpretability and rigor, while the rise of large language models (LLMs) brings new possibilities. The open-source project LLM-Forecast proposes a hybrid method integrating the two, aiming to combine ARIMA's statistical rigor with LLM's pattern recognition capabilities to achieve more accurate time series predictions.