GRU-PFG: Extract Inter-Stock Correlation from Stock Factors with Graph Neural Network
Yonggai Zhuang, Haoran Chen, Kequan Wang, Teng Fei

TL;DR
This paper introduces GRU-PFG, a graph neural network-based model that extracts inter-stock correlations from stock factors alone, outperforming traditional models and offering better generalization potential.
Contribution
The paper presents a novel graph neural network model that captures inter-stock correlations using only stock factors, improving prediction accuracy and generalization over existing models.
Findings
GRU-PFG outperforms models relying solely on stock factors.
Achieves comparable performance to models using additional industry data.
Demonstrates better generalization potential due to reliance on stock factors only.
Abstract
The complexity of stocks and industries presents challenges for stock prediction. Currently, stock prediction models can be divided into two categories. One category, represented by GRU and ALSTM, relies solely on stock factors for prediction, with limited effectiveness. The other category, represented by HIST and TRA, incorporates not only stock factors but also industry information, industry financial reports, public sentiment, and other inputs for prediction. The second category of models can capture correlations between stocks by introducing additional information, but the extra data is difficult to standardize and generalize. Considering the current state and limitations of these two types of models, this paper proposes the GRU-PFG (Project Factors into Graph) model. This model only takes stock factors as input and extracts inter-stock correlations using graph neural networks. It…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Complex Systems and Time Series Analysis
MethodsAttention Is All You Need · Residual Connection · Softmax · Adam · Label Smoothing · Dropout · Dense Connections · Gated Recurrent Unit · Linear Layer · Layer Normalization
