# Exploring Fine-Tuned Embeddings that Model Intensifiers for Emotion   Analysis

**Authors:** Laura Bostan, Roman Klinger

arXiv: 1904.03164 · 2019-04-08

## TL;DR

This paper investigates how fine-tuned embeddings can better model intensifiers in emotion analysis, proposing a post-processing pipeline that improves intensity prediction accuracy on intensifier-rich tweets.

## Contribution

It introduces a novel post-processing method for embeddings that enhances emotion intensity prediction, especially for phrases with intensifiers, and evaluates its effectiveness on a new dataset.

## Key findings

- Post-processing improves Word2vec-based models by up to 8%.
- FastText embeddings do not benefit from the proposed handling of intensifiers.
- The pipeline enhances semantic representation of intensifier phrases.

## Abstract

Adjective phrases like "a little bit surprised", "completely shocked", or "not stunned at all" are not handled properly by currently published state-of-the-art emotion classification and intensity prediction systems which use pre-dominantly non-contextualized word embeddings as input. Based on this finding, we analyze differences between embeddings used by these systems in regard to their capability of handling such cases. Furthermore, we argue that intensifiers in context of emotion words need special treatment, as is established for sentiment polarity classification, but not for more fine-grained emotion prediction. To resolve this issue, we analyze different aspects of a post-processing pipeline which enriches the word representations of such phrases. This includes expansion of semantic spaces at the phrase level and sub-word level followed by retrofitting to emotion lexica. We evaluate the impact of these steps with A La Carte and Bag-of-Substrings extensions based on pretrained GloVe, Word2vec, and fastText embeddings against a crowd-sourced corpus of intensity annotations for tweets containing our focus phrases. We show that the fastText-based models do not gain from handling these specific phrases under inspection. For Word2vec embeddings, we show that our post-processing pipeline improves the results by up to 8% on a novel dataset densely populated with intensifiers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.03164/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1904.03164/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1904.03164/full.md

---
Source: https://tomesphere.com/paper/1904.03164