CLDec 21, 2022

Automatic Emotion Modelling in Written Stories

arXiv:2212.11382v15 citationsh-index: 105Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of emotion modelling in stories for researchers in NLP and affective computing, but it is incremental as it builds on existing datasets and methods.

The authors tackled the lack of a labelled benchmark for automatically modelling emotional trajectories in written stories by introducing continuous valence and arousal annotations for a dataset of children's stories and proposing Transformer-based methods to predict these signals, achieving a Concordance Correlation Coefficient of .7338 for valence and .6302 for arousal on the test set.

Telling stories is an integral part of human communication which can evoke emotions and influence the affective states of the audience. Automatically modelling emotional trajectories in stories has thus attracted considerable scholarly interest. However, as most existing works have been limited to unsupervised dictionary-based approaches, there is no labelled benchmark for this task. We address this gap by introducing continuous valence and arousal annotations for an existing dataset of children's stories annotated with discrete emotion categories. We collect additional annotations for this data and map the originally categorical labels to the valence and arousal space. Leveraging recent advances in Natural Language Processing, we propose a set of novel Transformer-based methods for predicting valence and arousal signals over the course of written stories. We explore several strategies for fine-tuning a pretrained ELECTRA model and study the benefits of considering a sentence's context when inferring its emotionality. Moreover, we experiment with additional LSTM and Transformer layers. The best configuration achieves a Concordance Correlation Coefficient (CCC) of .7338 for valence and .6302 for arousal on the test set, demonstrating the suitability of our proposed approach. Our code and additional annotations are made available at https://github.com/lc0197/emotion_modelling_stories.

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