STLGSIOct 27, 2021

Ask "Who", Not "What": Bitcoin Volatility Forecasting with Twitter Data

arXiv:2110.14317v214 citations
Originality Incremental advance
AI Analysis

This work addresses volatility prediction for cryptocurrency traders and researchers, offering incremental improvements by integrating social media data with deep learning methods.

The study tackled Bitcoin volatility forecasting by using deep learning on Twitter data, finding that temporal convolutional networks outperform other models and that author meta-information is a better predictor than semantic content, with statistical evidence supporting these results.

Understanding the variations in trading price (volatility), and its response to exogenous information, is a well-researched topic in finance. In this study, we focus on finding stable and accurate volatility predictors for a relatively new asset class of cryptocurrencies, in particular Bitcoin, using deep learning representations of public social media data obtained from Twitter. For our experiments, we extracted semantic information and user statistics from over 30 million Bitcoin-related tweets, in conjunction with 15-minute frequency price data over a horizon of 144 days. Using this data, we built several deep learning architectures that utilized different combinations of the gathered information. For each model, we conducted ablation studies to assess the influence of different components and feature sets over the prediction accuracy. We found statistical evidences for the hypotheses that: (i) temporal convolutional networks perform significantly better than both classical autoregressive models and other deep learning-based architectures in the literature, and (ii) tweet author meta-information, even detached from the tweet itself, is a better predictor of volatility than the semantic content and tweet volume statistics. We demonstrate how different information sets gathered from social media can be utilized in different architectures and how they affect the prediction results. As an additional contribution, we make our dataset public for future research.

Code Implementations1 repo
Foundations

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

Your Notes