pose, we adapted two elements from the narrative
theory presented in Labov and Waletzky (1967);
Labov (1972,2013), namely
Complication
and
Resolution
, while adding a new narrative
element,
Success
, to create a new multi-label
narrative annotation scheme. This scheme was de-
signed with two main objectives in mind. First, cap-
turing elements oriented towards discourse struc-
ture, rather than semantic content. Second, pos-
sessing the flexibility required to capture narrative
characteristics within a wide variety of text types,
specifically informational text (as opposed to per-
sonal experience), and not only literary and well-
structured stories. We used this scheme to anno-
tate a newly-constructed dataset of 2,209 sentences,
compiled from 46 English news articles; each sen-
tence was tagged with a subset of the three narrative
elements (or, in some cases, none of them), thus
defining a novel multi-label classification task.
We explored two different approaches towards
solving our new task: splitting into three unre-
lated binary classification tasks (
Complication
,
Resolution
and
Success
), and jointly learn-
ing the three narrative categories as a multi-label
classification task. We experimented with three
supervised models, each based on fine-tuning a dif-
ferent pre-trained language model: BERT (Devlin
et al.,2018), RoBERTa (Liu et al.,2019) and Dis-
tilBERT (Sanh et al.,2020), achieving an average
F1
score of up to 0.77. An analysis of the results
indicates that our narrative categories are strongly
connected and form a coherent narrative scheme
which is more than just the sum of its parts. Addi-
tional experimentation with cross-domain classifi-
cation demonstrates the task’s robustness to domain
category, suggesting that our annotation scheme is
more grounded in discourse characteristics rather
than semantic context.
The remainder of this paper is organized as fol-
lows: Section 2gives a theoretical background
and describes the adjustments we have made to
the scheme in Labov (2013) in order to adapt it to
informational text. Section 3provides a complete
description of the dataset and of the processes and
methodologies which were used to construct and
annotate it, along with a short analysis and some
examples for annotated sentences. Section 4de-
scribes the experiments conducted on the dataset,
and Section 5provides an analysis and a discus-
sion of the results. Finally, Section 6contains a
summary of our contributions as well as several
potential directions for future work.
2 Narrative Analysis
2.1 Background
Ever since the emergence of formalism and
structuralistic literary criticism (Propp,1968)
and throughout the development of narratology
(Genette,1980;Fludernik,2009;Chatman,1978;
Rimmon-Kenan,2003), narrative structure has
been the focus of extensive theoretical and em-
pirical research. While most of these studies were
conducted in the context of literary analysis, the
interest in narrative structures has made inroads
into social sciences (Shenhav,2015). The classi-
cal work by Labov and Waletzky (1967) on oral
narratives, as well as later works (Labov,1972,
2013), signify this stream of research by provid-
ing a schema for an overall structure of narratives,
according to which a narrative construction encom-
passes the following building blocks (Labov,1972,
2013): abstract (what is the narrative about), ori-
entation (information on the time, the place, the
persons and the behavior involved), complicating
action (or simply complication; the forward pro-
gression of narrative clauses), evaluation (estab-
lishing the narrative’s "point"), resolution (what
finally happened), and coda (bringing the time of
reference back to the present time of narration).
These building blocks provide useful and influen-
tial guidelines for oral narratives analysis.
2.2 Adaptation
Despite the substantial influence of Labov and
Waletzky (1967) and Labov (2013), scholars in
the field of communication have noticed that this
overall structure does not necessarily comply with
the form of informational text, such as news sto-
ries (Thornborrow and Fitzgerald,2004;Van Dijk,
1988), and consequently proposed modified narra-
tive structures (Thornborrow and Fitzgerald,2004).
Unlike well-tailored narrative texts, such as per-
sonal experience texts, narrativity in informational
text is somewhat more challenging as it does
not necessarily follow conventional or predefined
genre-related structures. This requires a flexible
coding scheme, unconstrained by a specific type
of text. Instead, it should be open to a wide range
of text types (such as informational text), and al-
low the presence of micro stories, encompassing
any combination of all narrative categories even
at the sentence level. We set to accomplish that