TLDR: A new research paper introduces NGAT, a Node-level Graph Attention Network, designed for more accurate long-term stock prediction. By assigning unique attention mechanisms to individual companies within corporate relationship graphs, NGAT effectively forecasts both stock return trends and volatility over extended periods. Experimental results demonstrate its superior performance compared to existing models, offering valuable insights for long-term investment strategies.
Predicting stock market movements, especially over the long term, is a complex challenge. Traditional methods often struggle to fully capture the intricate relationships between companies and how these connections influence stock performance. Many existing models focus on short-term predictions, like next-day trends, which might not fully leverage the power of relational information or provide actionable insights for long-term investors. Furthermore, current graph-based models can be overly complex or lack the ability to generalize well across different company behaviors.
A new research paper introduces a novel approach called the Node-level Graph Attention Network (NGAT) designed specifically for long-term stock prediction. This model addresses key limitations in the field by focusing on two crucial aspects: predicting long-term stock return trends and forecasting volatility. Unlike models that apply a uniform attention mechanism across all companies, NGAT assigns a unique attention mechanism to each company. This allows the model to tailor its understanding of how different companies influence each other, recognizing that each company has distinct stock behavior patterns.
The NGAT model works by first processing historical trading data for individual stocks to understand their temporal patterns. Then, it integrates this information with corporate relationship graphs. These graphs are built by identifying connections between companies, often based on their co-occurrence in financial news or social media. For instance, if two companies are frequently mentioned together in news articles, a relationship (an edge) is formed between them in the graph. NGAT then uses its unique node-level attention mechanism to aggregate information from related companies, creating a richer, more context-aware representation for each stock.
The research defines a new long-term prediction task that forecasts average returns or volatility over future periods, such as a month (21 business days), using historical data and these corporate relationship graphs. For return trend prediction, it classifies whether the average return will be higher or lower than a previous period, categorizing scenarios like a ‘surge’ (positive return followed by even higher return) or a ‘plunge’ (negative return followed by even lower return). For volatility, it forecasts the exact value of future volatility, which is crucial for assessing risk.
Experimental results on two publicly available datasets, SPNews and ACL2018, consistently show that NGAT outperforms existing models in both long-term return trend classification and volatility forecasting. This demonstrates the effectiveness of its node-level attention mechanism in interpreting complex financial relationships. The study also highlights that while short-term predictions can be noisy, monthly volatility predictions offer more practical value for portfolio management. The findings suggest that NGAT provides a more robust and generalizable solution for understanding and predicting stock market dynamics over extended periods, offering valuable insights for investors looking beyond daily fluctuations.
Also Read:
- Unlocking Next-Gen AI: How 2-Simplicial Attention Boosts Language Models with Less Data
- Rethinking LLM Evaluation: Why ‘Answer Matching’ Outperforms Multiple Choice
For a deeper dive into the technical details and experimental results, you can read the full research paper here.


