A Hybrid Model for Stock Market Forecasting: Integrating News Sentiment and Time Series Data with Graph Neural Networks
Nader Sadek, Mirette Moawad, Christina Naguib, Mariam Elzahaby

TL;DR
This paper presents a hybrid graph neural network model that combines news sentiment and historical stock data to improve stock market prediction accuracy, outperforming traditional LSTM models.
Contribution
The study introduces a multimodal GNN approach integrating news embeddings and time series data, demonstrating superior prediction performance over baseline models.
Findings
GNN achieves 53% accuracy on direction prediction
News headlines provide stronger predictive signals than full articles
More news per company correlates with higher prediction accuracy
Abstract
Stock market prediction is a long-standing challenge in finance, as accurate forecasts support informed investment decisions. Traditional models rely mainly on historical prices, but recent work shows that financial news can provide useful external signals. This paper investigates a multimodal approach that integrates companies' news articles with their historical stock data to improve prediction performance. We compare a Graph Neural Network (GNN) model with a baseline LSTM model. Historical data for each company is encoded using an LSTM, while news titles are embedded with a language model. These embeddings form nodes in a heterogeneous graph, and GraphSAGE is used to capture interactions between articles, companies, and industries. We evaluate two targets: a binary direction-of-change label and a significance-based label. Experiments on the US equities and Bloomberg datasets show…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Machine Learning in Healthcare · Time Series Analysis and Forecasting
