CLAILGCPJan 23, 2023

StockEmotions: Discover Investor Emotions for Financial Sentiment Analysis and Multivariate Time Series

arXiv:2301.09279v219 citationsh-index: 26
AI Analysis

This provides a new dataset for financial sentiment analysis and time series forecasting, addressing a resource gap in the domain, but it is incremental as it builds on existing methods with new data.

The paper tackles the problem of limited resources for NLP in finance by introducing StockEmotions, a dataset of 10,000 English comments from StockTwits with 12 fine-grained emotion classes, and shows that DistilBERT outperforms baselines for classification and a Temporal Attention LSTM model with combined features achieves the best performance for multivariate time series forecasting.

There has been growing interest in applying NLP techniques in the financial domain, however, resources are extremely limited. This paper introduces StockEmotions, a new dataset for detecting emotions in the stock market that consists of 10,000 English comments collected from StockTwits, a financial social media platform. Inspired by behavioral finance, it proposes 12 fine-grained emotion classes that span the roller coaster of investor emotion. Unlike existing financial sentiment datasets, StockEmotions presents granular features such as investor sentiment classes, fine-grained emotions, emojis, and time series data. To demonstrate the usability of the dataset, we perform a dataset analysis and conduct experimental downstream tasks. For financial sentiment/emotion classification tasks, DistilBERT outperforms other baselines, and for multivariate time series forecasting, a Temporal Attention LSTM model combining price index, text, and emotion features achieves the best performance than using a single feature.

Code Implementations2 repos
Foundations

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

Your Notes