false

NGAT: A Node-level Graph Attention Network for Long-term Stock Prediction

NGAT: A Node-level Graph Attention Network for Long-term Stock Prediction ArXiv ID: 2507.02018 “View on arXiv” Authors: Yingjie Niu, Mingchuan Zhao, Valerio Poti, Ruihai Dong Abstract Graph representation learning methods have been widely adopted in financial applications to enhance company representations by leveraging inter-firm relationships. However, current approaches face three key challenges: (1) The advantages of relational information are obscured by limitations in downstream task designs; (2) Existing graph models specifically designed for stock prediction often suffer from excessive complexity and poor generalization; (3) Experience-based construction of corporate relationship graphs lacks effective comparison of different graph structures. To address these limitations, we propose a long-term stock prediction task and develop a Node-level Graph Attention Network (NGAT) specifically tailored for corporate relationship graphs. Furthermore, we experimentally demonstrate the limitations of existing graph comparison methods based on model downstream task performance. Experimental results across two datasets consistently demonstrate the effectiveness of our proposed task and model. The project is publicly available on GitHub to encourage reproducibility and future research. ...

July 2, 2025 · 2 min · Research Team

Forecasting Nigerian Equity Stock Returns Using Long Short-Term Memory Technique

Forecasting Nigerian Equity Stock Returns Using Long Short-Term Memory Technique ArXiv ID: 2507.01964 “View on arXiv” Authors: Adebola K. Ojo, Ifechukwude Jude Okafor Abstract Investors and stock market analysts face major challenges in predicting stock returns and making wise investment decisions. The predictability of equity stock returns can boost investor confidence, but it remains a difficult task. To address this issue, a study was conducted using a Long Short-term Memory (LSTM) model to predict future stock market movements. The study used a historical dataset from the Nigerian Stock Exchange (NSE), which was cleaned and normalized to design the LSTM model. The model was evaluated using performance metrics and compared with other deep learning models like Artificial and Convolutional Neural Networks (CNN). The experimental results showed that the LSTM model can predict future stock market prices and returns with over 90% accuracy when trained with a reliable dataset. The study concludes that LSTM models can be useful in predicting financial time-series-related problems if well-trained. Future studies should explore combining LSTM models with other deep learning techniques like CNN to create hybrid models that mitigate the risks associated with relying on a single model for future equity stock predictions. ...

May 27, 2025 · 2 min · Research Team

FactorGCL: A Hypergraph-Based Factor Model with Temporal Residual Contrastive Learning for Stock Returns Prediction

FactorGCL: A Hypergraph-Based Factor Model with Temporal Residual Contrastive Learning for Stock Returns Prediction ArXiv ID: 2502.05218 “View on arXiv” Authors: Unknown Abstract As a fundamental method in economics and finance, the factor model has been extensively utilized in quantitative investment. In recent years, there has been a paradigm shift from traditional linear models with expert-designed factors to more flexible nonlinear machine learning-based models with data-driven factors, aiming to enhance the effectiveness of these factor models. However, due to the low signal-to-noise ratio in market data, mining effective factors in data-driven models remains challenging. In this work, we propose a hypergraph-based factor model with temporal residual contrastive learning (FactorGCL) that employs a hypergraph structure to better capture high-order nonlinear relationships among stock returns and factors. To mine hidden factors that supplement human-designed prior factors for predicting stock returns, we design a cascading residual hypergraph architecture, in which the hidden factors are extracted from the residual information after removing the influence of prior factors. Additionally, we propose a temporal residual contrastive learning method to guide the extraction of effective and comprehensive hidden factors by contrasting stock-specific residual information over different time periods. Our extensive experiments on real stock market data demonstrate that FactorGCL not only outperforms existing state-of-the-art methods but also mines effective hidden factors for predicting stock returns. ...

February 5, 2025 · 2 min · Research Team

Stock Type Prediction Model Based on Hierarchical Graph Neural Network

Stock Type Prediction Model Based on Hierarchical Graph Neural Network ArXiv ID: 2412.06862 “View on arXiv” Authors: Unknown Abstract This paper introduces a novel approach to stock data analysis by employing a Hierarchical Graph Neural Network (HGNN) model that captures multi-level information and relational structures in the stock market. The HGNN model integrates stock relationship data and hierarchical attributes to predict stock types effectively. The paper discusses the construction of a stock industry relationship graph and the extraction of temporal information from historical price sequences. It also highlights the design of a graph convolution operation and a temporal attention aggregator to model the macro market state. The integration of these features results in a comprehensive stock prediction model that addresses the challenges of utilizing stock relationship data and modeling hierarchical attributes in the stock market. ...

December 9, 2024 · 2 min · Research Team

GRU-PFG: Extract Inter-Stock Correlation from Stock Factors with Graph Neural Network

GRU-PFG: Extract Inter-Stock Correlation from Stock Factors with Graph Neural Network ArXiv ID: 2411.18997 “View on arXiv” Authors: Unknown 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 achieves prediction results that not only outperform the others models relies solely on stock factors, but also achieve comparable performance to the second category models. The experimental results show that on the CSI300 dataset, the IC of GRU-PFG is 0.134, outperforming HIST’s 0.131 and significantly surpassing GRU and Transformer, achieving results better than the second category models. Moreover as a model that relies solely on stock factors, it has greater potential for generalization. ...

November 28, 2024 · 2 min · Research Team

A Decision Support System for Stock Selection and Asset Allocation Based on Fundamental Data Analysis

A Decision Support System for Stock Selection and Asset Allocation Based on Fundamental Data Analysis ArXiv ID: 2412.05297 “View on arXiv” Authors: Unknown Abstract Financial markets are integral to a country’s economic success, yet their complex nature raises challenging issues for predicting their behaviors. There is a growing demand for an integrated system that explores the vast and diverse data in financial reports with powerful machine-learning models to analyze financial markets and suggest appropriate investment strategies. This research provides an end-to-end decision support system (DSS) that pervasively covers the stages of gathering, cleaning, and modeling the stock’s financial and fundamental data alongside the country’s macroeconomic conditions. Analyzing and modeling the fundamental data of securities is a noteworthy method that, despite its greater power, has been used by fewer researchers due to its more complex and challenging issues. By precisely analyzing securities’ fundamental data, the proposed system assists investors in predicting stock future prices and allocating assets in major financial markets: stock, bond, and commodity. The most notable contributions and innovations of this research are: (1) Developing a robust predictive model for mid- to long-term stock returns, tailored for investors rather than traders, (2) The proposed DSS considers a diverse set of features relating to the economic conditions of the company, including fundamental data, stock trading characteristics, and macro-economic attributes to enhance predictive accuracy, (3) Evaluating the DSS performance on the Tehran Stock Exchange that has specific characteristics of small to medium-sized economies with high inflation rates and showing the superiority to novel researches, and (4) Empowering the DSS to generate different asset allocation strategies in various economic situations by simulating expert investor decision-making. ...

November 24, 2024 · 3 min · Research Team

MCI-GRU: Stock Prediction Model Based on Multi-Head Cross-Attention and Improved GRU

MCI-GRU: Stock Prediction Model Based on Multi-Head Cross-Attention and Improved GRU ArXiv ID: 2410.20679 “View on arXiv” Authors: Unknown Abstract As financial markets grow increasingly complex in the big data era, accurate stock prediction has become more critical. Traditional time series models, such as GRUs, have been widely used but often struggle to capture the intricate nonlinear dynamics of markets, particularly in the flexible selection and effective utilization of key historical information. Recently, methods like Graph Neural Networks and Reinforcement Learning have shown promise in stock prediction but require high data quality and quantity, and they tend to exhibit instability when dealing with data sparsity and noise. Moreover, the training and inference processes for these models are typically complex and computationally expensive, limiting their broad deployment in practical applications. Existing approaches also generally struggle to capture unobservable latent market states effectively, such as market sentiment and expectations, microstructural factors, and participant behavior patterns, leading to an inadequate understanding of market dynamics and subsequently impact prediction accuracy. To address these challenges, this paper proposes a stock prediction model, MCI-GRU, based on a multi-head cross-attention mechanism and an improved GRU. First, we enhance the GRU model by replacing the reset gate with an attention mechanism, thereby increasing the model’s flexibility in selecting and utilizing historical information. Second, we design a multi-head cross-attention mechanism for learning unobservable latent market state representations, which are further enriched through interactions with both temporal features and cross-sectional features. Finally, extensive experiments on four main stock markets show that the proposed method outperforms SOTA techniques across multiple metrics. Additionally, its successful application in real-world fund management operations confirms its effectiveness and practicality. ...

September 25, 2024 · 2 min · Research Team

TCGPN: Temporal-Correlation Graph Pre-trained Network for Stock Forecasting

TCGPN: Temporal-Correlation Graph Pre-trained Network for Stock Forecasting ArXiv ID: 2407.18519 “View on arXiv” Authors: Unknown Abstract Recently, the incorporation of both temporal features and the correlation across time series has become an effective approach in time series prediction. Spatio-Temporal Graph Neural Networks (STGNNs) demonstrate good performance on many Temporal-correlation Forecasting Problem. However, when applied to tasks lacking periodicity, such as stock data prediction, the effectiveness and robustness of STGNNs are found to be unsatisfactory. And STGNNs are limited by memory savings so that cannot handle problems with a large number of nodes. In this paper, we propose a novel approach called the Temporal-Correlation Graph Pre-trained Network (TCGPN) to address these limitations. TCGPN utilize Temporal-correlation fusion encoder to get a mixed representation and pre-training method with carefully designed temporal and correlation pre-training tasks. Entire structure is independent of the number and order of nodes, so better results can be obtained through various data enhancements. And memory consumption during training can be significantly reduced through multiple sampling. Experiments are conducted on real stock market data sets CSI300 and CSI500 that exhibit minimal periodicity. We fine-tune a simple MLP in downstream tasks and achieve state-of-the-art results, validating the capability to capture more robust temporal correlation patterns. ...

July 26, 2024 · 2 min · Research Team

A Hybrid Deep Learning Framework for Stock Price Prediction Considering the Investor Sentiment of Online Forum Enhanced by Popularity

A Hybrid Deep Learning Framework for Stock Price Prediction Considering the Investor Sentiment of Online Forum Enhanced by Popularity ArXiv ID: 2405.10584 “View on arXiv” Authors: Unknown Abstract Stock price prediction has always been a difficult task for forecasters. Using cutting-edge deep learning techniques, stock price prediction based on investor sentiment extracted from online forums has become feasible. We propose a novel hybrid deep learning framework for predicting stock prices. The framework leverages the XLNET model to analyze the sentiment conveyed in user posts on online forums, combines these sentiments with the post popularity factor to compute daily group sentiments, and integrates this information with stock technical indicators into an improved BiLSTM-highway model for stock price prediction. Through a series of comparative experiments involving four stocks on the Chinese stock market, it is demonstrated that the hybrid framework effectively predicts stock prices. This study reveals the necessity of analyzing investors’ textual views for stock price prediction. ...

May 17, 2024 · 2 min · Research Team

NIFTY Financial News Headlines Dataset

NIFTY Financial News Headlines Dataset ArXiv ID: 2405.09747 “View on arXiv” Authors: Unknown Abstract We introduce and make publicly available the NIFTY Financial News Headlines dataset, designed to facilitate and advance research in financial market forecasting using large language models (LLMs). This dataset comprises two distinct versions tailored for different modeling approaches: (i) NIFTY-LM, which targets supervised fine-tuning (SFT) of LLMs with an auto-regressive, causal language-modeling objective, and (ii) NIFTY-RL, formatted specifically for alignment methods (like reinforcement learning from human feedback (RLHF)) to align LLMs via rejection sampling and reward modeling. Each dataset version provides curated, high-quality data incorporating comprehensive metadata, market indices, and deduplicated financial news headlines systematically filtered and ranked to suit modern LLM frameworks. We also include experiments demonstrating some applications of the dataset in tasks like stock price movement and the role of LLM embeddings in information acquisition/richness. The NIFTY dataset along with utilities (like truncating prompt’s context length systematically) are available on Hugging Face at https://huggingface.co/datasets/raeidsaqur/NIFTY. ...

May 16, 2024 · 2 min · Research Team