CLAIMar 27, 2021

LSTM Based Sentiment Analysis for Cryptocurrency Prediction

arXiv:2103.14804v483 citations
AI Analysis

This work addresses the problem of cryptocurrency price prediction for investors and analysts by applying sentiment analysis to Chinese social media, representing an incremental improvement over existing methods focused on English data.

The research tackled predicting cryptocurrency price movements by analyzing sentiment in Chinese social media posts from Sina-Weibo, using an LSTM-based neural network combined with historical price data, and it outperformed a state-of-the-art autoregressive model by 18.5% in precision and 15.4% in recall.

Recent studies in big data analytics and natural language processing develop automatic techniques in analyzing sentiment in the social media information. In addition, the growing user base of social media and the high volume of posts also provide valuable sentiment information to predict the price fluctuation of the cryptocurrency. This research is directed to predicting the volatile price movement of cryptocurrency by analyzing the sentiment in social media and finding the correlation between them. While previous work has been developed to analyze sentiment in English social media posts, we propose a method to identify the sentiment of the Chinese social media posts from the most popular Chinese social media platform Sina-Weibo. We develop the pipeline to capture Weibo posts, describe the creation of the crypto-specific sentiment dictionary, and propose a long short-term memory (LSTM) based recurrent neural network along with the historical cryptocurrency price movement to predict the price trend for future time frames. The conducted experiments demonstrate the proposed approach outperforms the state of the art auto regressive based model by 18.5% in precision and 15.4% in recall.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes