What are emotions?

There are several definitions of emotions and theoretical approaches to study them. In this course we will follow what is called the definition of emotions as core affect: Short-lived psychological states that consume the individual’s energy and strongly influence cognition and behavior, for example expression.

Emotional or affective behavior of an individual takes place at various timescales. Depending on the timescale we study, we refer to various types of behavior and their manifestation:

Affective Science is the (interdisciplinary) scientific study of emotions. Computational Affective Science applies methods from Computer Science and Data Science to Affective Science. Some examples are:

Measuring emotions

To empirically study emotions, we need methods to measure them. Emotions can be measured through various signals and observable behaviors of individuals.

In the following, we are going to cover four models of how to capture emotions in quantitative research. Some approaches are better for some modes or signals (e.g. text, facial expression) than others.

Ekman’s basic emotions model

Ekman's basic emotions.
Ekman’s basic emotions. [Source]

Developed by Paul Ekman to classify how emotions are expressed through faces. It is sometimes called the “universal emotions” model, although there is a lot of evidence about how facial expression of emotions has strong cultural components. It classifies emotions as the six discrete states shown in the figure.

The basic emotions model can be used to classify emotional states from facial expression, especially when the participants of a study come from the same culture and they are with someone else who sees their face. The six emotions were chosen to maximize identification of emotions in faces, thus it was not designed to measure emotions from other modes of expression (e.g. text).

Some of the original references on the model include the emotion “happiness”, but this one was found to be especially culturally sensitive. Nowadays the term “joy” is used more often to refer to sort-lived very positive emotional states.

Plutchik’s wheel of emotions

Plutchik's wheel.

Robert Plutchik organized emotional states and more more complex feelings starting from eight basic states. This model gives a first insight into how to classify emotions into very nuanced emotion words including terms like “terror”, “vigilance”, and “acceptance”. The second wheel from the center is the one used the most often when generating a short list of emotional states, including the six emotions of Ekman’s model (joy, fear, surprise, sadness, disgust, anger) and two other emotional states (trust and anticipation).

Plutchik’s wheel was designed based on theoretical arguments and introspection, not with a measurement mode in mind. Some states are ambiguous or too complex and others are missing. Quoting Smith & Schneider, 2009: “researchers no longer take Plutchik’s (1962, 1980, 2002) theory seriously.”. Nevertheless, this model has been used as the basis for several text analysis methods you can find in the unsupervised sentiment analysis topic. More recent empirical research on self-reports finds a more comprehensive list of 27 emotional states that can be used to list more complex emotions.

The circumplex model of affect

Visualization of the circumplex model.

Developed by James Russel to measure emotional experiences with scalar dimensions. James Russell made a long list of emotional state terms and asked several questions to participants about each emotion. Then performed dimensionality reduction on the answers and found that two dimensions explained a lot of the variance of responses between emotions:

Long lists of emotional words have been mapped to the dimensions of valence and arousal. Individuals can rate their own emotions in scales of valence and arousal without problems. Some theoretical approaches in affective science question emotions as discrete states, posing emotion words as necessary discrete symbols for communication but emotional states existing in a continuum of various dimensions.

Further research uses a third dimension, dominance (or its inverse, potency). Dominance measures th level of power associated with an emotion. In some modalities it is highly correlated with valence, but often it is useful when differentiating fear from anger.

Positive And Negative Affect Schedule

Visualization of the circumplex model.

Designed by Watson and Tellegen to measure affect in a questionnaire. It measures two dimensions, one for Positive Affect and one for Negative Affect. Both dimensions can be low at the same time (neutral emotion) and high at the same time (mixed emotions like nostalgia). The questionnaire, commonly called PANAS, measures the frequency and intensity of recent emotional episodes and thus is less focused on a momentary emotional state like the circumplex scales. This model is to certain extent a rotated version of the circumplex, as the union of the positive and negative scales can be used to approximate arousal and their difference to approximate valence.

The PANAS schedule is the principle behind very influential supervised and unsupervised sentiment analysis methods for text processing, in particular LIWC and SentiStrength. You can learn more about them in the unsupervised sentiment analysis topic and in the supervised sentiment analysis topic.