
(e.g., BERT’s NER loss of 0.45 vs POSIT loss of
0.99). This convergence suggests the model is inter-
nalising both tasks in a more unified way, laying es-
sential groundwork for future refinements in rhetor-
ical classification, particularly in contexts requiring
nuanced understanding of identity and alignment.
2 RELATED RESEARCH
WV draws on a broad set of populist rhetori-
cal techniques, including identity framing, emotive
grievance, blame attribution, and the inversion of
power hierarchies. Though not always labelled ex-
plicitly as WV, such strategies have been examined
across diverse political and ideological contexts, from
US narratives of cultural loss and status anxiety (Be-
bout, 2022, 2019) to conservative and incel discourses
grounded in affective grievance and perceived disem-
powerment (Barton Hrone
ˇ
sov
´
a and Kreiss, 2024; Ho-
molar and L
¨
offlmann, 2022; Kelly et al., 2024). These
appeals typically reduce complexity into binaries of
victim and villain, legitimising reactionary responses
through moral positioning (Johnson, 2017; Zemby-
las, 2021; Pascale, 2019). While WV as a cohesive
phenomenon remains underexplored in NLP, its com-
ponents, such as emotional tone, stance, and identity
targeting, have been approached via sentiment analy-
sis, stance detection, and entity tagging (Teso et al.,
2018; Warin and Stojkov, 2023), often using lexicons
or simple classifiers to surface rhetorical dynamics.
SRL has also been used to support structured
analysis of rhetorical meaning, identifying roles such
as actor, affected, or instrument within a sentence.
While initially developed for formal text, SRL has
been adapted to conversational data like tweets (Liu
and Li, 2011; Xu et al., 2021), making it suitable for
political discourse. However, such contexts often in-
volve complex references, such as shifting pronouns,
compound identity phrases like the American people,
or ideologically marked groups like the radical left,
that go beyond standard named entity boundaries. To
capture these spans, researchers frequently use BIO
tagging, a scheme that assigns “B-” to the beginning
of an entity, “I-” to subsequent tokens, and “O” to
non-entity tokens. For instance, Zhou et al. (2023)
used BIO tagging to extract hate speech targets and
associated framing.
Our study addresses the gap between existing
component-level analyses and a more integrated mod-
elling of rhetorical strategies like WV. While prior
work has tackled sentiment, stance, and entities sep-
arately, few approaches link identity references to
rhetorical alignment in a structured, scalable way. We
combine these elements to model how entities are
framed morally or politically, supporting future de-
tection of WV and similar discursive strategies.
3 METHODOLOGY
Our approach consisted of three main stages: (1)
identifying key rhetorical features of WV through
discourse analysis and SRL; (2) constructing and
annotating a training corpus drawn from a high-
density source of WV rhetoric; and (3) experiment-
ing with transformer-based architectures to evaluate
model performance on rhetorical framing tasks.
3.1 Discourse and Feature Design
Discourse analysis enables examination of how lan-
guage is used to construct identity, moral alignment,
and power. SRL complements this by identifying who
is acting, who is affected, and what the action is, re-
vealing how agency and blame are distributed in WV.
This pairing supports structured feature identification
in rhetorical positioning.
A defining feature of WV is the construction of
ingroups and outgroups. Ingroup references often ap-
pear via first-person plural pronouns (e.g., we, us)
or identity-based phrases (e.g., American workers,
our public health professionals). Outgroups are fre-
quently vague (e.g., they, these people), inviting ide-
ological projection. WV also commonly involves
a speaker positioning themselves as protector of a
threatened ingroup (Bebout, 2019). In this paper, we
focus specifically on these identity references—how
groups are invoked, labelled, and morally positioned
within political rhetoric. By modelling both the lin-
guistic form (namely pronouns, group identifiers and
identity-based phrases) and the rhetorical stance at-
tached to them (positive, negative, or neutral), we
aim to capture the alignment strategies central to
WV discourse. This targeted approach offers a scal-
able foundation for analysing how speakers construct
legitimacy through appeals to shared identity and
grievance.
3.2 Corpus Construction and
Annotation
We draw on political speech corpora (USA Politi-
cal Speeches Dataset, 2022; Donald Trump’s Ral-
lies Dataset, 2020), totalling 595 speeches between
2015–2024. All were attributed to a speaker known
for frequent WV rhetoric. Annotation proceeded in
Mapping Weaponised Victimhood: A Machine Learning Approach
217