Spatio-Temporal Graph Convolutional Network Combined Large Language Model: A Deep Learning Framework for Bike Demand Forecasting
Peisen Li, Yizhe Pang, Junyu Ren
TL;DR
This work introduces STGCN-L, a hybrid framework that fuses spatio-temporal graph convolution with a Large Language Model to forecast bike-sharing demand. It processes POI textual data via GPT-4 embeddings to augment regional features and evaluates on the Philadelphia dataset, comparing against STGCN and AGCRN. STGCN-L achieves the lowest MSE among the models, demonstrating that language-informed node features provide a modest predictive gain, with AGCRN offering competitive MAE. The study highlights the potential of integrating unstructured language data into mobility forecasting and points to weather and additional features as future improvements.
Abstract
This study presents a new deep learning framework, combining Spatio-Temporal Graph Convolutional Network (STGCN) with a Large Language Model (LLM), for bike demand forecasting. Addressing challenges in transforming discrete datasets and integrating unstructured language data, the framework leverages LLMs to extract insights from Points of Interest (POI) text data. The proposed STGCN-L model demonstrates competitive performance compared to existing models, showcasing its potential in predicting bike demand. Experiments using Philadelphia datasets highlight the effectiveness of the hybrid model, emphasizing the need for further exploration and enhancements, such as incorporating additional features like weather data for improved accuracy.
