DP-LSTM: Differential Privacy-inspired LSTM for Stock Prediction Using Financial News
Xinyi Li, Yinchuan Li, Hongyang Yang, Liuqing Yang, Xiao-Yang Liu

TL;DR
This paper introduces DP-LSTM, a novel deep neural network that integrates financial news with differential privacy to improve short-term stock prediction accuracy and robustness.
Contribution
The paper presents a new DP-LSTM model combining sentiment analysis, ARMA-based modeling, and differential privacy for enhanced stock prediction.
Findings
0.32% improvement in mean MPA for stock prediction
Up to 65.79% reduction in MSE for S&P 500 index
Demonstrates robustness and accuracy improvements
Abstract
Stock price prediction is important for value investments in the stock market. In particular, short-term prediction that exploits financial news articles is promising in recent years. In this paper, we propose a novel deep neural network DP-LSTM for stock price prediction, which incorporates the news articles as hidden information and integrates difference news sources through the differential privacy mechanism. First, based on the autoregressive moving average model (ARMA), a sentiment-ARMA is formulated by taking into consideration the information of financial news articles in the model. Then, an LSTM-based deep neural network is designed, which consists of three components: LSTM, VADER model and differential privacy (DP) mechanism. The proposed DP-LSTM scheme can reduce prediction errors and increase the robustness. Extensive experiments on S&P 500 stocks show that (i) the proposed…
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
- Xinyi6/DP-LSTM-Differential-Privacy-inspired-LSTM-for-Stock-Prediction-Using-Financial-NewstfOfficial
- AI4Finance-LLC/DP-LSTM-Differential-Privacy-Stock-Prediction-Financial-News-NIPS-2019tf
- AI4Finance-LLC/Financial-News-for-Stock-Prediction-using-DP-LSTM-NIPS-2019tf
- YunanWu2168/Stock_Prediction_Projectnone
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Data Stream Mining Techniques · Financial Markets and Investment Strategies
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
