PRCLDec 7, 2021

EmTract: Extracting Emotions from Social Media

arXiv:2112.03868v315 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a domain-specific tool for researchers in finance to analyze emotions in social media data, though it is incremental as it builds on existing NLP methods.

The authors tackled the problem of extracting emotions from financial social media text by developing EmTract, an open-source tool that outperforms state-of-the-art emotion classifiers, such as Emotion English DistilRoBERTa-base, and demonstrated its application by showing that firm-specific investor emotions predict daily asset price movements.

We develop an open-source tool (EmTract) that extracts emotions from social media text tailed for financial context. To do so, we annotate ten thousand short messages from a financial social media platform (StockTwits) and combine it with open-source emotion data. We then use a pre-tuned NLP model, DistilBERT, augment its embedding space by including 4,861 tokens (emojis and emoticons), and then fit it first on the open-source emotion data, then transfer it to our annotated financial social media data. Our model outperforms competing open-source state-of-the-art emotion classifiers, such as Emotion English DistilRoBERTa-base on both human and chatGPT annotated data. Compared to dictionary based methods, our methodology has three main advantages for research in finance. First, our model is tailored to financial social media text; second, it incorporates key aspects of social media data, such as non-standard phrases, emojis, and emoticons; and third, it operates by sequentially learning a latent representation that includes features such as word order, word usage, and local context. Using EmTract, we explore the relationship between investor emotions expressed on social media and asset prices. We show that firm-specific investor emotions are predictive of daily price movements. Our findings show that emotions and market dynamics are closely related, and we provide a tool to help study the role emotions play in financial markets.

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