<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Once More, With Feeling: Measuring Emotion of Acting Performances in Contemporary American Film</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Naitian Zhou</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Bamman</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Information</institution>
          ,
          <addr-line>UC Berkeley</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <fpage>186</fpage>
      <lpage>199</lpage>
      <abstract>
        <p>Narrative film is a composition of writing, cinematography, editing, and performance. While much computational work has focused on the writing or visual style in film, we conduct in this paper a computational exploration of acting performance. Applying speech emotion recognition models and a variationist sociolinguistic analytical framework to a corpus of popular, contemporary American film, we ifnd narrative structure, diachronic shifts, and genre- and dialogue-based constraints located in spoken performances.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;iflm</kwd>
        <kwd>performance</kwd>
        <kwd>computational film analysis</kwd>
        <kwd>speech emotion recognition</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Film is rich in its supply of semiotic resources, communicating meaning from the interaction
of language (encoded in a script), visuals (choices of composition, blocking, cinematography),
sound and more. Much computational work has arisen to examine slices of this semiotic field,
including measuring how gender stereotypes or plot arcs are reflected in dialogue [
        <xref ref-type="bibr" rid="ref14 ref29 ref34">34, 29, 14</xref>
        ] or
how visual features like color variance and shot length constitute genre 2[
        <xref ref-type="bibr" rid="ref11 ref5">5, 11</xref>
        ]. One critical
area, however, that has been neglected in this study is the role ofperformance in creating
meaning.
      </p>
      <p>
        As Naremore [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] notes, film is a medium in which meaning is acted out; an acting
performance provides a semiotic frame through which we can understand the events that unfold.
Given the fixed text of a script, the rendering of the final performance is an interpretive process
in which the actor, director and editor jointly imbue the words with additional meaning. In
this view, the same line of dialogue exhibits variation in meaning when performed in distinct
diegetic contexts. As one example, consider the following line inKnives Out (2019):
“I’m warning you.”
      </p>
      <p>Much of the film revolves around these three words, overheard in a conversation between
the wealthy Harlan Thrombey and his grandson, Ransom. The line is uttered by multiple
characters as the film unfolds: angrily shouted by Ransom, somberly recalled by the eavesdropper,
and gleefully recounted by inspector Benoit Blanc upon solving the crime. Even a single line,
located within a single diegetic event, has great capacity for meaning-making in performance.</p>
      <p>When viewed in this light, we can apply the analytical framework from variationist
sociolinguistics to better understand this space of performance. Given a fixed line of dialogue
(equivalent to a linguistic variable), a performance entails a choice — a selection from the set
of possible variants. It is this choice, and the meaning contained within, which we study.</p>
      <p>
        In this work, we design computational models to explore this form of variation by
considering the emotional range of performances in contemporary American film, exploring in
particular the tension between what characters say and how they say it. As distinct from prior work in
the computational humanities that has measured emotion from text alone1[
        <xref ref-type="bibr" rid="ref15 ref4">4, 15</xref>
        ], we measure
acted emotion from speech, allowing us to disentangle the emotion present in the script from
the choices made in creating the performance.
      </p>
      <p>
        Using a speech emotion recognition model, we construct a parallel dataset of spoken
performances (utterances) aligned with the text of the words being spoken d(ialogue phrases).
This dataset allows us to isolate and examine how performances vary in meaning from their
paralinguistic features in addition to the textual meaning of the screenplay. We use this dataset
to carry out several case studies exploring variation in performance in American film:
1. First, we carry out a structural analysis of emotion as performed over narrative time.
Doing so allows us to characterize film as performance text, relating emotional performance
to larger narrative structure.
2. Second, we study diachronic variation by comparing emotionality of films across release
years, testing the degree to which performances have intensified over time (following
Bordwell’s theories of visual style [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]).
3. Finally, we examine the capacity for performance by constructing a novel measure of
emotional range for an utterance—the space of possible emotions that can be performed.
In doing so, we demonstrate how both contextual (genre) and textual (dialogue) aspects
of film can carry constraints and afordances on acting performance.
      </p>
      <p>In this work, we use computational methods to survey how both textual and contextual
variables inform and reflect the performances rendered on screen.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methods</title>
      <p>In order to perform our analysis, we need to construct an aligned dataset of actor performances
(utterances), the text of the words they speak (phrases), and the emotions in each utterance.
We create a pipeline that takes as input a set of full-length movies, and outputs time-aligned
transcriptions for utterances, their emotion labels, and groups of semantically similar phrases.</p>
      <sec id="sec-2-1">
        <title>2.1. Preprocessing pipeline</title>
        <p>We first construct a data pipeline to segment and transcribe utterances from movie dialogues.
The pipeline takes as input a set of MP4 files, where each file is one digitized film. Our analysis
takes place in the speech and text modalities, so we useffmpeg to extract the audio track.</p>
        <p>We use the pyannote1 segmentation model to detect continuous, single-speaker speech
segments. Then, we use faster-whisper2 to transcribe each speech segment. Because pyannote
speech segments are based on voice activity detection and silences, it can label extended,
multisentence speech as a single segment. For our analysis, however, we are interested in utterances
as a discursive unit. If a character makes an assessment, then poses a question, we would like
to split these into two distinct utterances. As a middle ground between raw voice activity
detection and segmenting discursive units, which requires complex conversational understanding,
we perform a post-processing step where we further split speech segments by sentence
boundaries derived from the transcriptions. Because whisper is an end-to-end model that does not
produce fine-grained time alignments, we then use a speech-to-text fine-tuned wav2vec2 3 to
perform word-level time alignment between the transcription and the audio, then split the
audio based on sentence boundaries generated bysyntok,4 a fast, rule-based sentence segmenter.</p>
        <p>To prevent the end credit sequences from interfering with the results, we detect when the
end credits begin by performing optical character recognition (OCR) on the shots in a movie
and identifying long continuous sequences of shots that contain large amounts of text. We
trim the movie to the beginning of the end credits.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Speech emotion recognition</title>
        <p>
          To perform speech emotion recognition, we use a wav2vec2 large model without any
taskspecific fine-tuning to extract audio features. Then, we train a classification head to perform
seven-way emotion classification, based on the Ekman model [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] of six basic emotions (anger,
disgust, happiness, sadness, fear, and surprise) and a neutral label. To train these models, we
use the MELD dataset, which contains 1,000 sampled dialogues from the TV seriesFriends [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ].
        </p>
        <p>We experiment with two classification settings: an utterance-level model which makes
predictions based on only the speech features of the input utterance and aconversation-level model
which includes the speech features of both the input utterance and its surrounding utterances.</p>
        <p>
          In both cases, we use a pretrained wav2vec2 model as a backbone model for generating vector
representations of each utterance. Because wav2vec2 creates an embedding for each audio
frame (roughly 20ms of speech), we follow prior work in computing utterance embeddings by
averaging across all timestamps within an utterance [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. We compute embeddings from the
attention activations at each layer of the wav2vec2 model instead of just taking the last-layer
activations; prior work has shown that, for paralinguistic tasks such as emotion recognition,
early- and intermediate-layer activations are more useful than later layers 2[
          <xref ref-type="bibr" rid="ref1 ref30">1, 30</xref>
          ]. At the end
of the embedding step, each utterance is represented by a set of 25 768-dimensional vectors.
        </p>
        <sec id="sec-2-2-1">
          <title>2.2.1. Utterance-level emotion recognition</title>
          <p>
            We implement the utterance-level model from Pepino, Riera, and Ferrer 2[
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] and match the
reported performance. We first take a weighted average of layer activations for a given utterance;
1https://huggingface.co/pyannote/speaker-segmentation
2https://github.com/SYSTRAN/faster-whisper
3https://huggingface.co/facebook/wav2vec2-base-960h
4https://github.com/fnl/syntok
these weights are learned during training. Then, we apply a fully-connected classification head
to produce a probability distribution over the seven emotion labels. Unlike the original paper,
we do not use features from the initial convolutional layer of the pre-trained model; we use
only the attention head activations.
          </p>
        </sec>
        <sec id="sec-2-2-2">
          <title>2.2.2. Contextual emotion recognition</title>
          <p>We also train an contextual model which uses a bidirectional LSTM to predict the emotion of
utterances within the context of a conversation. To do so, we define conversations as groups
of utterances where each occurs within 3 seconds of the next. In the MELD dataset, there are
1,478 conversations in the training split according to this criterion.</p>
          <p>For each conversation, we predict the emotion labels of all utterances in the conversation by
ifrst passing weighted activations through the biLSTM before applying the classification head
to each hidden state. As before, the weights of activations are learned during training.</p>
        </sec>
        <sec id="sec-2-2-3">
          <title>2.2.3. Evaluation</title>
          <p>We expect the movie data to be similar in nature to the MELD dataset, since both consist of
professionally produced and acted clips. However, to ensure that our models do not experience
domain shift despite the greater range in release year and setting of the film corpus, we evaluate
these models on the test split of the MELD dataset as well as a manually collected dataset
consisting of 333 clips from a subset of 35 contemporary American films. Each clip was a
conversation with at least 2 utterances, where conversations were identified with the same
heuristic used to construct training data for the contextual model. This resulted in a final
evaluation dataset of 2,157 utterances with emotion labels. The clips were labeled by two
annotators: 51 clips were labeled by both annotators and 250 clips were labeled by a single
annotator. The Krippendorf’s  between the two annotators was 0.334, and the Fleiss’ was
0.333, which matches the agreement of the MELD dataset.</p>
          <p>Table 1 shows the evaluation results on the MELD and Movies datasets. The models perform
comparably to each other, and comparably across evaluation datasets. This performance also
approaches the state of the art on MELD for audio-only models. Because the performance of
the contextual model is slightly higher, we use its inference outputs for our analysis.</p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Identifying dialogue phrase groups</title>
        <p>
          One powerful aspect of this dataset is that we align actor performances to the words that they
speak. To account for variation in how highly semantically similar phrases can be realized, we
cluster together phrases with high semantic similarity. We use thesentence-transformers
library to compute sentence embeddings of utterances and cluster them with the Leiden
community detection algorithm [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. Table 2 shows some examples of phrases that are grouped
together. We expect the phrases in each group to have similar prior distributions of emotion.
“Let’s go, let’s go, let’s go!”, “Let’s go, let’s go!”, “Let’s go right now go go”, “Go,
let’s go, let’s go.”, “Okay guys, let’s go.”
“Oh, pleasure to meet you.”, “It’s so nice to finally meet you.”, “It is a pleasure to
finally meet you.”, “Oh, it’s nice to meet you.”, “It’s so nice to meet you!”
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Analysis</title>
      <p>
        The above pipeline measures the emotions performed in an utterance and ties each utterance to
the text being spoken. We apply this methodology to a large corpus of contemporary, popular
American films [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] in order to study the variation of emotion within and between them.
      </p>
      <p>Our corpus consists of the top-50 live-action, narrative films by U.S. box ofÏce from
19802022. We supplement these with films nominated for “Best Picture”-equivalent awards by one
of six organizations in those years: Academy Awards, Golden Globes, British Academy of Film
and Television Arts, Los Angeles Film Critics Association, National Board of Review, and
National Society of Film Critics. We only include English-language films in this analysis, resulting
in a total of 2,283 films.</p>
      <sec id="sec-3-1">
        <title>3.1. Film as performance text</title>
        <p>
          Plantinga [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] describes how emotionality can reflect narrative structure —
emotionallycharged events can serve as catalyst to disrupt the expository “stable state” and set the narrative
in motion. Much attention has been paid to characterizing narratives in literature and film in
terms of emotionality using trajectories of sentiment 1[
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] and emotion [
          <xref ref-type="bibr" rid="ref12 ref14 ref26 ref32">26, 14, 12, 32</xref>
          ]; these
have focused on the emotion encoded in text. Audiences of movies, however, are not directly
exposed to that text; their experience is mediated by the performance. In order to study this
more directly, we turn our attention to characterizing narratives with emotion as performed.
        </p>
        <p>
          We study the distribution of emotions in utterances over the course of a movie. How do
the prevalence of emotions shift over narrative time? Similar to previous work on dialogue
in screenplays, we ask if there are emotional regularities across films [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. We examine first
the emotionality of utterances — the average probability that an utterance is not neutral —
0.48
y
ilittan0.46
o
o
m
E0.44
0.42
0.155
0.150
0.145
s0.140
s
e
n
d0.135
a
S
0.130
0.125
0.120
10% 20% 30% 40% 50%
        </p>
        <p>Narrative 6T0im%e 70% 80% 90% 100%
10% 20% 30% 40% 50%</p>
        <p>Narrative 6T0im%e 70% 80% 90% 100%
(a) Emotionality</p>
        <p>(b) Joy
before looking more closely at how specific emotions are distributed temporally. We plot the
average probability of an emotion label for an utterance in intervals of 5 percent, expressed as
a percentage of the full run-time of the film. Specific emotions are measured as proportions of
the emotional labels, excluding the neutral label.</p>
        <p>
          We find that the emotional trajectories of performances are, in fact, structured over narrative
time. Figure 1a shows that emotionality increases over narrative time. We examine also the
trajectory of specific emotions across films (figs. 1b,1c,1d). We find that joyful performances
follow a U-shaped curve, with a steep increase towards the end, as movies resolve. Like Hipson
and Mohammad [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], we find that negative-valence emotions like sadness and anger decrease
at the end. Further, anger peaks 85% into the film, reminiscent of a climax-resolution structure.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Evolving emotionality</title>
        <p>
          Subscribing to a particular categorization of emotions can be restrictive; in the remainder of
the paper, we explore emotional performance, but depart from analyzing specific emotional
labels. First, we study performance at a less granular level, focusing on the concept
ofemotion0.50
ality as the proportion of utterances withany emotion label.5 We measure how emotionality
has changed historically over the decades spanned by our corpus. Emotional shifts have been
identified in English fiction books: Morin and Acerbi [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] find that the content of those stories
have experienced a decline in emotional expression. Within cinema, David Bordwell has
written about how shorter shot lengths and tighter framing serve to intensify thevisual style in
more recent films compared to earlier ones [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. We ask whether there is a similar shift in
performance: is there an intensification of emotion that matches the visual intensification of film,
or perhaps an emotional cooling in performance that matches the findings in English fiction?
        </p>
        <p>When we split the data by release year, we find a mild efect that earlier films have a higher
proportion of emotional utterances compared to later ones, with emotionality hitting a
minimum around 2010 (see Fig. 2). However, the question remains whether the emotionalcontent
is changing (as Morin and Acerbi find in literature) or if the style with which words are being
uttered is changing.</p>
        <p>To disentangle the efects of shifting content and shifting style, we consider the change in
emotionality over the years within thesemantically equivalent phrase groups. If it is indeed
the writing, and not the performance, that drives this shift in emotionality, we should see little
change within a phrase group. However, when we look at the 511 phrases that are used in all
43 years of the dataset, we find that a fixed-efects regression shows a slightly negative,
statistically significant correlation between the year and emotionality even within phrase groups
( 2 = 0.048,  (1, 21461),  &lt; 0.001 ).</p>
        <p>
          Though this result is seemingly at odds with Bordwell’s finding that visual style intensifies, it
is also possible that they are harmonious. In Hollywood film, the close-up shot has always been
5The model achieves an F1 score of 0.69 on the neutral label.
associated with emotional expression 2[0]. Panovsky [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] writes that close-ups provide a rich
“field of action” that afords nuanced acting performances. These visual performances, which
are almost imperceptible if viewed from a natural distance, provide an alternative to the spoken
word as a channel of expression. Comparing to the stage, Panovsky writes the spoken word
makes a stronger impression “if we are not permitted to count the hairs in Romeo’s mustache.”
As cinema further grows into its medium, Bordwell finds that close-up shots have indeed grown
tighter on the subject. With an increase in the capacity for more nuanced performance in the
visual channel, the emotionality of the spoken word need not bear so strong a burden.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Measuring emotional range</title>
        <p>
          Range is often said to be the mark of a great actor. Naremore writes about the importance of an
actor splitting their character “visibly into diferent aspects”, showing of emotional range [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ].
Kuleshov similarly stressed the actors must be able to create a full range of gestures to create
complex meaning [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Wilson [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] takes this a step further and argues that the hallmark of
great acting is projecting a character into complex situations. In this section, we explore the
limits of range through the constraints that genre and script impose on emotional performance.
        </p>
        <p>For this analysis, we construct a general measure of emotional range across a set of
utterances  1… . We characterize each utterance   with a performance vector ⃗ , which is a
distribution over emotions, given by the predicted probability distribution from the speech emotion
recognition model. This allows us to take a more nuanced view of performances as a mixture of
emotions. We model the distribution from which the vectors⃗1… are drawn as a Dirichlet, and
ifnd the parameters which maximize the likelihood of the observed vectors. We define
emotional range as the entropy of this distribution: a higher entropy means there is greater variance
in the distribution of performances, and a lower entropy signals lower emotional range.</p>
        <p>One criticism of the Ekman emotional model lies in its construct validity: seven discrete
emotion labels may be insufÏcient to characterize the space of emotions. Ideally, we would
model a continuous space of “performance”. In our previous analyses, we use these emotion
labels as an intermediate between that ideal on one end, and sentiment analysis on the other.
Here, our measure of emotional range is agnostic to the meaning of specific emotion labels, and
serves to demonstrate how emotion classification can be a useful proxy task through which we
can analyze performance in a more continuous space.</p>
        <sec id="sec-3-3-1">
          <title>Thrillers have the least range; family-friendly films have the most. Wilson [33] specu</title>
          <p>
            lates that some genres, like some types of comedy, have less capacity for emotional range than
others. Previous work has shown that emotionalarcs are correlated with genre [
            <xref ref-type="bibr" rid="ref28">28</xref>
            ]. We ask
whether diferent genres are associated with diferent capacities for emotional performance.
          </p>
          <p>We calculate the emotional range for each movie, and find the average score for each genre.
Genre information comes from IMDB, and we exclude genres with fewer than 30 films in our
dataset.6 Figure 3 shows the average entropy across genres. Thrillers, biographies, and
mysteries have the least emotional range; fantasy, musicals and family films rank highest. While
6Three genres were excluded: Western (19 films), Documentary (3), and Animation (2)</p>
          <p>Thriller
Biography</p>
          <p>Mystery</p>
          <p>Crime
Sci-Fi</p>
          <p>Action
Romance</p>
          <p>History
re Drama
en Music
G Comedy</p>
          <p>Sport</p>
          <p>War
Adventure</p>
          <p>Horror
Fantasy
Musical
Family
11.4 11.2 11.0 10.8 10.6 10.4 10.2 10.0</p>
          <p>Emotional Range
9.8
it is difÏcult to attribute these results to a particular property of specific genres, these findings
show that some genres have more constrained or consistent emotional registers than others.</p>
        </sec>
        <sec id="sec-3-3-2">
          <title>Functional phrases have less capacity for emotional range. Naremore [18] references</title>
          <p>Gofman when theorizing about performance: actors draw on and play against the interactional
norms with which we as audience are already familiar. We ask if this bears out in our data. Does
the emotional range of dialogue phrases reflect their discursive properties?</p>
          <p>To study this, we measure the emotional range in dialogue. Because we tie specific
performances to the words that are spoken, we can identify instances across the corpus when a given
phrase was uttered. We isolate the 2,656 phrase groups that are uttered at least 50 times across
our dataset. For each phrase group, we calculate the emotional range of its utterances.</p>
          <p>Table 3 shows phrases with the highest and lowest entropies. By inspecting the phrases at
either end of the spectrum, we find qualitative diferences in the kinds of phrases that have
higher and lower emotional range: the capacity for emotional variance reflects the discursive
lfexibility of the words being spoken. Phrases with low range are functional and generally
part of highly directed interactions: most phrases are either yes-or-no questions or answers to
them. Phrases with high emotional range, on the other hand, mostly have more open-ended,
evaluative discursive functions. In these cases, the prosody or intonation of speech can easily
lend color to the statement being made. “You’re alive” can be said with joy or relief to a loved
one, as Marty McFly to his mentor Doc inBack to the Future (1985), or with anger at the sight
of an enemy, as Lord Norinaga greets Walker inTeenage Mutant Ninja Turtles III (1993).</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Discussion and limitations</title>
      <p>With this work, we demonstrate that films can, and should, be studied as performance texts.
We tie our findings to both film theory and other computational work on narratives. Here, we
discuss some limitations of the current study.</p>
      <p>
        Measuring emotions. We follow a vast body of previous work within natural language
processing [
        <xref ref-type="bibr" rid="ref35 ref36">36, 35</xref>
        ], afective computing [
        <xref ref-type="bibr" rid="ref5">5, 6</xref>
        ] and computational literary studies [
        <xref ref-type="bibr" rid="ref28 ref3">28, 3</xref>
        ] in
using Ekman’s basic emotions. However, the validity of this model has been questioned2[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>First, there are doubts about the ecological validity of emotion recognition, especially as most
speech emotion recognition datasets contain acted emotion as opposed to natural emotion. We
note that, unlike much afective computing work, we use emotion recognition models trained
on acted speech to make inference on acted speech. The professionally-produced, acted speech
in the MELD dataset is well-suited to our data, which is also professionally-produced and acted.
Indeed, we find that performance is similar between MELD and our in-domain evaluation data.</p>
      <p>Another criticism lies in the cultural relativity of emotion. Though Ekman argues that the
basic emotions are universal, he acknowledges there may be cultural diferences in the
emotions elicited in a given context. It is reasonable to suppose that viewers’ normative knowledge
also influences the interpretation of these emotions. We focus on contemporary American film
in both our analysis and training data, holding at least the intended cultural audience constant.
Cultural variation in performance is a ripe area for future work, as cultural diferences exist in
not only the production and interpretation of emotion, but also in theories of acting.</p>
      <p>Aside from these specific criticisms of the Ekman model, the low interannotator agreement
in both our evaluation set as well as other datasets, including MELD, suggest that this model
for emotion may remain too coarse to precisely describe the data. Work in both afective
psychology and NLP have attempted to address this by using more fine-grained classes [8, 7] or a
continuous spaces of emotion 2[7, 7]. While we used the Ekman model due to the availability
of training data as well as to provide comparison with previous studies of emotion narratives,
alternative emotion models may prove useful in future work.</p>
      <p>A question of authorship. In cinema, the performance that audiences see on screen is
cocreated by the actor, the director, and the editor. Baron and Carnicke2[] describe the
conventional wisdom within film analysis to be that cinematic performances are made in the cutting
room. “True” acting happens on the stage. Though our work studies film as performance text,
it does not disentangle the processes through which the performance is constructed. It is about
the performance as viewed, but not about the choices made by actors as separate from the
director or editor. Our work makes the point that performance carries meaning worth studying,
and opens the door for future computational work that explores its authorial roots.
Embodied erformance. Finally, we examine only performance as enacted through speech.
This is perhaps the modality that lies closest to the script, and allows us to apply a variationist
approach to studying the relationship between performance and text, but of course
performance includes not just speech but also gesture, posture, facial expression, and more. Visual
description has been found to be more useful for aligning narrative events than dialogue3[7],
and quantitative analysis of theater performance has found narratively meaningful patterns in
movement [10]. Film is a multimodal medium that deserves analysis in all its modalities. We
hope that our work examining film across the speech and text can serve as a basis for more
work that examines performance as embodied visually.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this paper, we explore the relation between film as narrative text and as performance text.
Using a novel parallel dataset of speech and text from popular contemporary American film,
we develop computational methods to measure how emotional prevalence and emotional range
vary by both textual factors of narrative time and dialogue, as well as contextual factors of
release year and genre. We hope this work inspires further multimodal studies opferformance
in computational film analysis.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The research reported in this article was supported by funding from Mellon Foundation and
the National Science Foundation (IIS-1942591 and DGE-2146752). We thank Jacob Lusk and
Lucy Li for insightful discussion and feedback.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bamman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Samberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. J.</given-names>
            <surname>So</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Zhou</surname>
          </string-name>
          . “
          <article-title>Measuring Diversity in Hollywood through the Large-Scale Computational Analysis of Film”</article-title>
          .
          <source>In:Proceedings of the National Academy of Sciences</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>C.</given-names>
            <surname>Baron</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Carnicke</surname>
          </string-name>
          . Reframing Screen Performance. Ann Arbor, MI: University of Michigan Press,
          <year>2008</year>
          . doi:
          <volume>10</volume>
          .3998/mpub.104480.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Barros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rodriguez</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Ortigosa</surname>
          </string-name>
          . “
          <article-title>Automatic Classification of Literature Pieces by Emotion Detection: A Study on Quevedo's Poetry”</article-title>
          .
          <source>In2: 013 Humaine Association Conference on Afective Computing and Intelligent Interaction</source>
          .
          <year>2013</year>
          , pp.
          <fpage>141</fpage>
          -
          <lpage>146</lpage>
          . doi:
          <volume>10</volume>
          .110 9/acii.
          <year>2013</year>
          .
          <volume>30</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bordwell</surname>
          </string-name>
          . “
          <article-title>Intensified Continuity Visual Style in Contemporary American Film”</article-title>
          .
          <source>In: Film Quarterly 55.3</source>
          (
          <issue>2002</issue>
          ), pp.
          <fpage>16</fpage>
          -
          <lpage>28</lpage>
          . doi:
          <volume>10</volume>
          .1525/fq.
          <year>2002</year>
          .
          <volume>55</volume>
          .3.16.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>C.</given-names>
            <surname>Busso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bulut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-C.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kazemzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mower</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. N.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Narayanan</surname>
          </string-name>
          . “IEMOCAP:
          <article-title>Interactive Emotional Dyadic Motion Capture Database”</article-title>
          .
          <source>In: Language Resources and Evaluation 42.4</source>
          (
          <issue>2008</issue>
          ), pp.
          <fpage>335</fpage>
          -
          <lpage>359</lpage>
          . doi:
          <volume>10</volume>
          .1007/s10579-008 -9076-6.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>H.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. G.</given-names>
            <surname>Cooper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. K.</given-names>
            <surname>Keutmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Gur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nenkova</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Verma</surname>
          </string-name>
          . “
          <string-name>
            <surname>CREMA-D:</surname>
          </string-name>
          Crowd-sourced Emotional Multimodal Actors Dataset”.
          <source>InI:EEE transactions on afective computing 5</source>
          .4 (
          <issue>2014</issue>
          ), pp.
          <fpage>377</fpage>
          -
          <lpage>390</lpage>
          . doi:
          <volume>10</volume>
          .1109/taffc.
          <year>2014</year>
          .
          <volume>2336244</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>A.</given-names>
            <surname>Cowen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sauter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Tracy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Keltner</surname>
          </string-name>
          . “Mapping the Passions:
          <article-title>Toward a HighDimensional Taxonomy of Emotional Experience and Expression”</article-title>
          .
          <source>InP:sychological Science in the Public Interest 20.1</source>
          (
          <issue>2019</issue>
          ), pp.
          <fpage>69</fpage>
          -
          <lpage>90</lpage>
          . doi:
          <volume>10</volume>
          .1177/1529100619850176.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>D.</given-names>
            <surname>Demszky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Movshovitz-Attias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cowen</surname>
          </string-name>
          , G. Nemade, and
          <string-name>
            <surname>S. RaviG.</surname>
          </string-name>
          <article-title>oEmotions: A Dataset of Fine-Grained Emotions</article-title>
          .
          <year>2020</year>
          . arXiv:
          <year>2005</year>
          .00547 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ekman</surname>
          </string-name>
          . “
          <article-title>An Argument for Basic Emotions”</article-title>
          .
          <source>In:Cognition and Emotion 6</source>
          .
          <fpage>3</fpage>
          -
          <lpage>4</lpage>
          (
          <year>1992</year>
          ), pp.
          <fpage>169</fpage>
          -
          <lpage>200</lpage>
          . doi:
          <volume>10</volume>
          .1080/02699939208411068.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>M. Escobar Varela</surname>
            and
            <given-names>G. O. F.</given-names>
          </string-name>
          <string-name>
            <surname>Parikesit</surname>
          </string-name>
          .
          <article-title>“A Quantitative Close Analysis of a Theatre Video Recording”</article-title>
          .
          <source>In:Digital Scholarship in the Humanities 32.2</source>
          (
          <issue>2017</issue>
          ), pp.
          <fpage>276</fpage>
          -
          <lpage>283</lpage>
          . doi:
          <volume>10</volume>
          .1093/llc/fqv069.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Guha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Narayanan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. L.</given-names>
            <surname>Smith</surname>
          </string-name>
          . “
          <article-title>Computationally Deconstructing Movie Narratives: An Informatics Approach”</article-title>
          .
          <source>In:2015 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</source>
          .
          <year>2015</year>
          , pp.
          <fpage>2264</fpage>
          -
          <lpage>2268</lpage>
          . doi:
          <volume>10</volume>
          .1109/icass p.
          <year>2015</year>
          .
          <volume>7178374</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>W. E.</given-names>
            <surname>Hipson</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Mohammad</surname>
          </string-name>
          . “
          <article-title>Emotion Dynamics in Movie Dialogues”</article-title>
          .
          <source>InP: los One 16.9</source>
          (
          <issue>2021</issue>
          ),
          <year>e0256153</year>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0256153</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Jockers</surname>
          </string-name>
          . “Syuzhet:
          <article-title>Extract Sentiment and Plot Arcs from Text”</article-title>
          . In: (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>A. K. Kayhani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Meziane</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Chiky</surname>
          </string-name>
          . “
          <article-title>Movies Emotional Analysis Using Textual Contents”</article-title>
          .
          <source>In: Natural Language Processing and Information Systems</source>
          . Ed. by
          <string-name>
            <given-names>E.</given-names>
            <surname>Métais</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Meziane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Horacek</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Cimiano</surname>
          </string-name>
          . Vol.
          <volume>12089</volume>
          . Cham: Springer International Publishing,
          <year>2020</year>
          , pp.
          <fpage>205</fpage>
          -
          <lpage>212</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -51310-8\_
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>E.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Padó</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Klinger</surname>
          </string-name>
          . “
          <article-title>Investigating the Relationship between Literary Genres and Emotional Plot Development”</article-title>
          .
          <source>In:Proceedings of the Joint SIGHUM Workshop on Computational Linguistics for Cultural Heritage</source>
          ,
          <source>Social Sciences, Humanities and Literature</source>
          . Vancouver, Canada: Association for Computational Linguistics,
          <year>2017</year>
          , pp.
          <fpage>17</fpage>
          -
          <lpage>26</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W17</fpage>
          -2203.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L. V.</given-names>
            <surname>Kuleshov</surname>
          </string-name>
          . Kuleshov on Film: Writings. Berkeley : University of California Press,
          <year>1974</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>O.</given-names>
            <surname>Morin</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Acerbi</surname>
          </string-name>
          . “
          <article-title>Birth of the Cool: A Two-Centuries Decline in Emotional Expression in Anglophone Fiction”</article-title>
          .
          <source>In:Cognition &amp; Emotion 31.8</source>
          (
          <issue>2017</issue>
          ), pp.
          <fpage>1663</fpage>
          -
          <lpage>1675</lpage>
          . doi:
          <volume>10</volume>
          .1080/02699931.
          <year>2016</year>
          .
          <volume>1260528</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J.</given-names>
            <surname>Naremore</surname>
          </string-name>
          .
          <article-title>Acting in the Cinema</article-title>
          . University of California Press,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>E. Panovsky.</surname>
          </string-name>
          “
          <article-title>Style and Medium in the Moving Pictures”</article-title>
          .
          <source>In:Film, an Anthology / Compiled</source>
          and Edited by Daniel
          <string-name>
            <surname>Talbot</surname>
          </string-name>
          . New York: Simon and Schuster,
          <year>1959</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>K.</given-names>
            <surname>Pendlebury</surname>
          </string-name>
          . “
          <article-title>Cutting across the Century: An Investigation of the Close up and the Long-Shot in “Cine Choreography” since the Invention of the Camera”</article-title>
          .
          <source>InT:he International Journal of Screendance</source>
          <volume>4</volume>
          (
          <year>2014</year>
          ). doi:
          <volume>10</volume>
          .18061/ijsd.v4i0.
          <fpage>4527</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>L.</given-names>
            <surname>Pepino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Riera</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Ferrer</surname>
          </string-name>
          .
          <source>Emotion Recognition from Speech Using Wav2vec 2.0 Embeddings</source>
          .
          <year>2021</year>
          . arXiv:
          <volume>2104</volume>
          .03502 [cs, eess].
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Plantinga</surname>
          </string-name>
          . Moving Viewers:
          <article-title>American Film and the Spectator's Experience</article-title>
          . Berkeley: University of California Press,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>F. M.</surname>
          </string-name>
          <article-title>Plaza-del-</article-title>
          <string-name>
            <surname>Arco</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Curry</surname>
            ,
            <given-names>A. C.</given-names>
          </string-name>
          <string-name>
            <surname>Curry</surname>
            , and
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Hovy</surname>
          </string-name>
          .
          <article-title>Emotion Analysis in NLP: Trends, Gaps and Roadmap for Future Directions</article-title>
          .
          <year>2024</year>
          . arXiv:
          <volume>2403</volume>
          .01222 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>S.</given-names>
            <surname>Poria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hazarika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Naik</surname>
          </string-name>
          , E. Cambria, and
          <string-name>
            <given-names>R.</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          .
          <article-title>MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversations</article-title>
          .
          <year>2019</year>
          . arXiv:
          <year>1810</year>
          .02508 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Rasheed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sheikh</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Shah</surname>
          </string-name>
          . “
          <article-title>On the Use of Computable Features for Film Classiifcation”</article-title>
          .
          <source>In: IEEE Transactions on Circuits and Systems for Video Technology 15.1</source>
          (
          <issue>2005</issue>
          ), pp.
          <fpage>52</fpage>
          -
          <lpage>64</lpage>
          . doi:
          <volume>10</volume>
          .1109/tcsvt.
          <year>2004</year>
          .
          <volume>839993</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Reagan</surname>
          </string-name>
          , L. Mitchell,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Danforth</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. S.</given-names>
            <surname>Dodds</surname>
          </string-name>
          . “
          <article-title>The Emotional Arcs of Stories Are Dominated by Six Basic Shapes”</article-title>
          .
          <source>In:EPJ Data Science 5.1</source>
          (
          <issue>2016</issue>
          ), pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          . doi:
          <volume>10</volume>
          .1140/epjds/s13688-016-0093-1.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Russell</surname>
          </string-name>
          . “A Circumplex Model of Afect.”
          <source>In: Journal of Personality and Social Psychology 39.6</source>
          (
          <issue>1980</issue>
          ), pp.
          <fpage>1161</fpage>
          -
          <lpage>1178</lpage>
          . doi:
          <volume>10</volume>
          .1037/h0077714.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>S.</given-names>
            <surname>Samothrakis</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Fasli</surname>
          </string-name>
          . “
          <article-title>Emotional Sentence Annotation Helps Predict Fiction Genre”</article-title>
          .
          <source>In: Plos One 10.11</source>
          (
          <year>2015</year>
          ),
          <year>e0141922</year>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0141922</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>B. M.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          . “
          <article-title>Plot Arceology: A Vector-Space Model of Narrative Structure”</article-title>
          .
          <source>In2:015 IEEE International Conference on Big Data (Big Data)</source>
          .
          <year>2015</year>
          , pp.
          <fpage>1667</fpage>
          -
          <lpage>1672</lpage>
          . doi:
          <volume>10</volume>
          .1109 /BigData.
          <year>2015</year>
          .
          <volume>7363937</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>J.</given-names>
            <surname>Shor</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Venugopalan</surname>
          </string-name>
          . “
          <article-title>TRILLsson: Distilled Universal Paralinguistic Speech Representations”</article-title>
          .
          <source>In: Interspeech</source>
          <year>2022</year>
          .
          <year>2022</year>
          , pp.
          <fpage>356</fpage>
          -
          <lpage>360</lpage>
          . doi:
          <volume>10</volume>
          .21437/Interspeech.2022-
          <fpage>118</fpage>
          . arXiv:
          <volume>2203</volume>
          .00236 [cs, eess].
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>V. A.</given-names>
            <surname>Traag</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Waltman</surname>
          </string-name>
          , and
          <string-name>
            <surname>N. J. van Eck. “</surname>
          </string-name>
          <article-title>From Louvain to Leiden: Guaranteeing WellConnected Communities”</article-title>
          .
          <source>In:Scientific Reports 9.1</source>
          (
          <issue>2019</issue>
          ), p.
          <fpage>5233</fpage>
          . doi:
          <volume>10</volume>
          .1038/s41598-0
          <fpage>19</fpage>
          -
          <lpage>41695</lpage>
          -z.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>K.</given-names>
            <surname>Vishnubhotla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hammond</surname>
          </string-name>
          , G. Hirst, and
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Mohammad</surname>
          </string-name>
          .
          <source>The Emotion Dynamics of Literary Novels</source>
          .
          <year>2024</year>
          . arXiv:
          <volume>2403</volume>
          .02474 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>G. B.</given-names>
            <surname>Wilson</surname>
          </string-name>
          . “
          <article-title>Levels of Achievement in Acting”</article-title>
          .
          <source>In: Educational Theatre Journal 3.3</source>
          (
          <issue>1951</issue>
          ), pp.
          <fpage>230</fpage>
          -
          <lpage>236</lpage>
          . doi:
          <volume>10</volume>
          .2307/3204063. JSTOR:
          <volume>3204063</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hao</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Dhillon</surname>
          </string-name>
          . “
          <article-title>Unpacking Gender Stereotypes in Film Dialogue”</article-title>
          . InS:ocial Informatics. Ed. by
          <string-name>
            <given-names>F.</given-names>
            <surname>Hopfgartner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Jaidka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mayr</surname>
          </string-name>
          , J. Jose, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Breitsohl</surname>
          </string-name>
          . Cham: Springer International Publishing,
          <year>2022</year>
          , pp.
          <fpage>398</fpage>
          -
          <lpage>405</lpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>031</fpage>
          - 19097- 1 \_
          <fpage>26</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Zahiri</surname>
          </string-name>
          and
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Choi</surname>
          </string-name>
          .
          <article-title>Emotion Detection on TV Show Transcripts with Sequence-based Convolutional Neural Networks</article-title>
          .
          <year>2017</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.1708.04299. arXiv:
          <volume>1708</volume>
          .04299 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J. Hu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>“M3ED: Multi-modal Multiscene Multi-label Emotional Dialogue Database”</article-title>
          .
          <source>In:Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          : Long Papers). Ed. by
          <string-name>
            <given-names>S.</given-names>
            <surname>Muresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Villavicencio</surname>
          </string-name>
          . Dublin, Ireland: Association for Computational Linguistics,
          <year>2022</year>
          , pp.
          <fpage>5699</fpage>
          -
          <lpage>5710</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2022</year>
          .
          <article-title>acl-long</article-title>
          .
          <volume>391</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>F.</given-names>
            <surname>Zhou</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Pianzola</surname>
          </string-name>
          . “
          <article-title>Evaluation and Alignment of Movie Events Extracted via Machine Learning from a Narratological Perspective”</article-title>
          .
          <source>In:2023 Computational Humanities Research Conference, CHR 2023. CEUR Workshop Proceedings (CEUR-WS. org)</source>
          .
          <year>2023</year>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>