Leveraging Financial News for Stock Trend Prediction with Attention-Based Recurrent Neural Network
Huicheng Liu

TL;DR
This paper introduces an attention-based bidirectional LSTM model that leverages financial news to improve stock trend prediction, capturing semantic and contextual information to outperform traditional methods.
Contribution
It presents a novel deep neural network approach using attention mechanisms to extract meaningful features from news text for stock prediction, surpassing existing sentiment-based models.
Findings
The model achieves competitive accuracy in predicting S&P 500 and individual stocks.
Attention mechanisms improve the relevance of extracted features.
Deep NLP techniques enhance financial forecasting performance.
Abstract
Stock market prediction is one of the most attractive research topic since the successful prediction on the market's future movement leads to significant profit. Traditional short term stock market predictions are usually based on the analysis of historical market data, such as stock prices, moving averages or daily returns. However, financial news also contains useful information on public companies and the market. Existing methods in finance literature exploit sentiment signal features, which are limited by not considering factors such as events and the news context. We address this issue by leveraging deep neural models to extract rich semantic features from news text. In particular, a Bidirectional-LSTM are used to encode the news text and capture the context information, self attention mechanism are applied to distribute attention on most relative words, news and days. In terms of…
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 · Financial Markets and Investment Strategies · Energy Load and Power Forecasting
