<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">PejorativITy -In-Context Pejorative Language Disambiguation: A CALAMITA Challenge</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Arianna</forename><surname>Muti</surname></persName>
							<email>arianna.muti2@unibo.it</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Bologna -DIT</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">PejorativITy -In-Context Pejorative Language Disambiguation: A CALAMITA Challenge</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">7775657D23B376EE7D0B10B77B1AE0B6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:37+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>offensive language</term>
					<term>pejorativity</term>
					<term>misogyny</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Misogyny is often expressed through figurative language. Some neutral words can assume a negative connotation when functioning as pejorative epithets, and they can be used to express misogyny. Disambiguating the meaning of such terms might help the detection of misogyny. This challenge addresses a) the disambiguation of specific ambiguous words in a given context; b) the detection of misogyny in instances that contain such polysemic words. In particular, framed as a binary classification, our task is divided into two parts. In Task A, the model is asked to define if, given a tweet, the target word is used in pejorative or non-pejorative way. In Task B, the model is asked whether the whole tweet is misogynous or not.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction and Motivation</head><p>This CALAMITA challenge <ref type="bibr" target="#b0">[1]</ref> addresses the task of disambiguating pejorative language to detect forms of misogyny that are masked within ambiguous and contextdependent expressions. Pejorative language refers to a word or phrase that has negative connotations and is intended to disparage or belittle. 1 An inoffensive word becoming pejorative is a form of semantic drift known as pejoration; thus, pejorativity is context-dependent: pejorative words have one primary neutral meaning, and another negatively connotated meaning. In this challenge, our objective is to evaluate large language models (LLM) in Italian by focusing on the disambiguation of pejorative epithets used online to express misogyny. In this work, misogyny is defined as a property of social environments where women perceived as violating patriarchal norms are "kept down" through hostile or benevolent reactions coming from men, other women, and social structures <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>, in the form of sexual objectification, male privilege, gender discrimination, sexual harassment, belittling and violence <ref type="bibr" target="#b3">[4]</ref>.</p><p>An example of a pejorative epithet is balena (whale), whose standard meaning refers to the sea mammal, but it is used offensively to address an overweight woman. Encoder-based models struggle to correctly classify misogyny when sentences contain such terms: the occurrence of polysemic words with a pejorative conno-1 https://www.merriam-webster.com/dictionary/pejorative tation in the training set and a neutral connotation in the test set results in a great number of false positives <ref type="bibr" target="#b4">[5]</ref>. This could be overcome by decoder-based LLMs, as they could rely on their implicit knowledge to grasp the meaning of such terms. By asking models to determine whether a term is being used in a pejorative or non-pejorative sense, we challenge the LLMs' ability to comprehend semantic shifts in Italian. Moreover, asking whether a sentence containing that term is misogynous or not, enables us to comprehend to what extent LLMs understand misogyny, even when it is conveyed through figurative language. We expect models to struggle with this challenge, particularly in sentences with non-standard or regional varieties of Italian, which occur in our corpus.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Challenge: Description</head><p>We introduce pejorative language disambiguation as a preliminary step to detect misogyny. Our goal is to assess whether the disambiguation of potentially pejorative epithets improves the detection of misogynistic language. Therefore, this challenge aims to address two tasks:</p><p>Task A Disambiguation of in-context polysemic words that can be used as pejorative epithets in misogynistic language;</p><p>Task B Misogyny detection at the sentence level.</p><p>Both tasks are conceived as binary classification tasks. Fig. <ref type="figure" target="#fig_0">1</ref> shows the pipeline for our tasks. Assume the sentence Quella balena coi jeans non si può guardare, translated as Can't look at that whale with jeans. Task A: First, the model is asked to identify whether the meaning of the target word (balena in our example) is pejorative or not. The model should rely on its internal knowledge accumulated during pre-training to understand whether the term balena (whale) refers to woman or cetaceus. Ideally, the model should exploit the context to perform the disambiguation, as the image of a whale with jeans is not plausible. That is why we encourage commonsense reasoning for this task.</p><p>Task B: In the second step, the model is first informed with the decision of Task A, whether the target word is pejorative or not, and then asked to classify the input sentence as misogynous or not.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Data description</head><p>The compilation of our corpus involves two steps: the creation of a lexicon of polysemic words that can function as pejorative epithets for women, and the retrieval of tweets containing such words.</p><p>Lexicon. We collect our lexicon by selecting words from three distinct sources.</p><p>(1) We ask ten Italian native speakers to provide a list of offensive words used online to address women. The speakers use social media on a daily basis and their age ranges between 27 and 39 years.</p><p>(2) We retrieve the keywords used in the two Italian corpora for the Automatic Misogyny Identification (AMI) shared task <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>.</p><p>(3) We consult the 'List of Dirty Naughty Obscene Bad Words'. 2  We only keep polysemic words whose primary meaning is neutral and that are frequently used on Twitter with both pejorative and neutral connotations. To ensure the quality of our vocabulary, we qualitatively verify that such words are used with both connotations by manually searching them on Twitter. 3  Table <ref type="table" target="#tab_0">1</ref> shows our lexicon of 24 words. For each word, we report the English translation of its literal and pejorative meaning, and their anchors in Italian. Anchor 2 https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obsceneand-Otherwise-Bad-Words/tree/master, consulted on January 2023. 3 Due to their exclusive neutral or negative connotation on Twitter, the following words are discarded: barile, banco, botte, barbona, facile, gatta morta, passeggiatrice, porca, principessa, privilegiata, psicopatica, scrofa, somara, travestita.</p><p>words refer to the unambiguous words used to define polysemic words. We call these words anchors because their meaning is univocal and does not change according to the context. For instance, the word balena (whale) is used to refer to either a sea mammal or an overweight woman. In contrast, the anchor words cetaceo (cetacean) and grassa (fat) only refer to the animal in the first case and to being overweight in the second case, at least as far as their use in Twitter is concerned. <ref type="foot" target="#foot_0">4</ref>Tweets. We use Twarc<ref type="foot" target="#foot_1">5</ref> to retrieve tweets from December 2022 to February 2023 containing words in our lexicon. We select 50 tweets for each word in our lexicon, resulting in 1,200 tweets. We maintain a balance of pejorative and neutral use of lexicon words, although an equal distribution for each word could not be guaranteed. We choose tweets as source of data for three reasons. First, Twitter is a prominent platform for expressing opinions, where language is varied, conversational, and often informal, which makes it suitable to analyze misogyny conveyed through figurative language. Second, at the time of data collection, Twitter API was public and free, which facilitated our data collection process. Third, the character limit on tweets encourages condensed language, limiting the context of expression. Choosing tweets allows us to challenge LLMs in disambiguating pejorative language for misogyny detection within the constraints of limited or lack of context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Annotation Details</head><p>We recruit six annotators with a background in linguistics, gender studies, cognitive sciences, and NLP to label our corpus for pejorative word disambiguation (wordlevel) and misogyny detection (sentence-level).</p><p>We first devise a pilot annotation study to explore the complexity of the task. For this purpose, we follow a descriptive annotation paradigm <ref type="bibr" target="#b7">[8]</ref>, which encourages annotator subjectivity by not providing guidelines. We split the annotators into two groups and assign 50 tweets each for labeling. Each group is composed of two women and one man with ages ranging between 27 and 39 years Italian pejorative lexicon, their literal and pejorative translations in English, and their anchors.</p><p>old. We use Krippendorff's alpha <ref type="bibr" target="#b9">[9]</ref> to measure the interannotator agreement (IAA). The IAA of the first group is moderate for both pejorativity (0.48) and misogyny (0.50), whereas the IAA of the second group is fair for pejorativity (0.33) and moderate for misogyny (0.50). We observe that, in terms of gender differences, men tend to consider sexual objectifying compliments as non-pejorative. More details about the annotation process, including the discussion of edge cases, can be found in Muti et al. <ref type="bibr" target="#b10">[10]</ref>.</p><p>After the pilot studies, we annotate our collected corpus of 1,200 tweets. Only one person carries out the whole annotation process. We select the annotator with the most interdisciplinary background, who is an expert in gender studies, linguistics and NLP, who has been a target of misogyny. This setting is considered among the best practices for the annotation of phenomena like misogyny <ref type="bibr" target="#b11">[11]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Data format</head><p>Data are collected in an Excel file and published at https://github.com/arimuti/PejorativITy. Each row contains the ID of the tweet, the tweet, the target word, the annotation for pejorativity at word level and the annotation for misogyny at sentence level. Table <ref type="table" target="#tab_1">2</ref> shows examples.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Detailed data statistics</head><p>Table <ref type="table" target="#tab_2">3</ref> shows the statistics of our corpus. The Pearson correlation between misogyny and pejorativity labels is 0.70, which is in line with our expectations. The tweets for which misogyny and pejorativity are not aligned are mainly reported speech or men-related offensive language. It is worth noting that some sentences are annotated as misogynous, although they do not express any form of hate towards women. However, they contain subtle sexist language, which we consider misogynous according to the definition provided in Section 1. For instance, the sentence "che bella bambola ciao tesoro" <ref type="foot" target="#foot_2">6</ref>does not express hate, but perpetuates the objectification of women by addressing the target of the tweet as a doll, falling into the category of benevolent sexism <ref type="bibr" target="#b12">[12]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Prompt Design</head><p>We design two prompts to address the two task: pejorativity disambiguation at word-level and misogyny detection at sentence-level. We adopt a zero-shot approach, although participants are encouraged to experiment with different prompting techniques. Task A. We design the following zero-shot prompt that asks whether the target {word} in a given {sentence} is pejorative or not. We prompt the LLMs for each instance in our corpus. The prompt is given as follows:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ID</head><p>La parola {word} è utilizzata in modo peggiorativo nel testo in input? Rispondi solo con 1 per sì, 0 per no. Testo: {tweet} Task B. We design two zero-shot prompts that ask whether a tweet is misogynous or not in order to evaluate two settings:</p><p>A We treat Task A and Task B as independent, i.e., without having the decision for Task A to inform the decision for Task B. B We enrich the prompt for Task B with the output from the previous task;</p><p>Prompt A:</p><p>Il testo in input è misogino? Rispondi solo con 1 per sì, 0 per no. Testo: {tweet}</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Prompt B:</head><p>Il testo in input è misogino? Rispondi solo con 1 per sì, 0 per no. Considera l'informazione sulla parola {word}: {response from Task A} Testo: {tweet}</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Evaluation of Baselines</head><p>In order to evaluate our tasks, we employ Macro F 1 score. We select two models as baselines: the fine-tuned Al-BERTo model <ref type="bibr">[13]</ref> and llama-3-8b (both the standard and</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Model</head><p>Macro F1 AlBERTo 0.82 llama-3-8b 0.00 llama-3-8b-Instruct 0.64</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 4</head><p>Results on Task A. Scores are not comparable since the testing partitions are different.</p><p>the Instruct version). The results are not comparable though, since llama is evaluated on the whole corpus, while AlBERTo on the partition of the test set (see Table <ref type="table" target="#tab_2">3</ref>).</p><p>Task A. Table <ref type="table">4</ref> shows the results for pejorative word disambiguation. The fine-tuned AlBERTo model reaches a macro F 1 -measure of 0.82 ± 0.03, as reported in <ref type="bibr" target="#b10">[10]</ref>. When it comes to decoder-based models, llama3-8b-Instruct shows a lower score, with a difference of 0.18 points, showing room for improvement in the prompt design. However, those scores are not comparable as the testing partitions differ. Llama-3-8b fails to complete the task, since it only repeats the prompt without providing an answer. For this reason, we discard llama-3-8b in the next task. It should be noted that llama has undergone a safety tuning process, preventing the model from always providing an answer, responding I cannot provide a response that condones hate speech. We excluded such cases from the evaluation. Of the 174 excluded instances, 123 were pejorative and 51 were not pejorative according to the gold standard. Although the fine-tuned version of AlBERTo achieves a higher performance (in a smaller subset of instances), llama aids in explainability by deliberately adding explanations of why it considers the target word to be pejorative or not. We will explore the plausibility of such explanations in future work. Task B. Table <ref type="table" target="#tab_3">5</ref> shows the performance regarding misogyny detection at sentence level.</p><p>In Setting A, where the model is not informed of the output for Task A, AlBERTo scores are much lower compared to Task A, achieving 0.68 ± 0.03. Llama performs better in Task B compared to Task A, overcoming Al-BERTo by just 0.01 point. However, the fact that all answers were provided in Task B (unlike in the previous task) plays a role and does not necessarily imply that misogyny detection is an easier task than pejorativity disambiguation for llama.</p><p>In Setting B, the model is informed of the decision on pejorativity of the target word. While for llama the information about pejorativity can be injected in the prompt, with AlBERTo we have adopted two approaches: i) we concatenate the information about the pejorativity of the target word at the end of the tweet or ii) we substitute the ambiguous word with its corresponding anchor word from our lexicon. Fig. <ref type="figure" target="#fig_1">2</ref> shows the pipeline. We observe a notable improvement over the baseline model for concatenation (+7 absolute points) and substitution (+9 absolute points) when using the predictions for Task A.</p><p>On the other hand, llama does not benefit from the injection of knowledge about pejorative words, with a drop of 0.09 points. This could be due to the noisy response from Task A, including the refusal to answer, and possible wrong explanations of why the target word is used pejoratively or not. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Setting</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>We have presented a new challenge for CALAMITA: pejorative word disambiguation as a preliminary step for misogyny detection. We have designed two tasks as binary classification problems: A) pejorative language disambiguation at word level and B) misogyny detection at sentence level. Our preliminary experiments show that a Transformer-based fine-tuned model performs better than llama-3-8b-Instruct in detecting pejorative words, while llama-3-8b-Instruct performs slightly better than the Transformer-based model in misogyny detection. In the future, we plan to explore how the unrequested explanations provided by llama-3-8b-Instruct about the pejorativity of a target word impact the classification of misogynous sentences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Limitations</head><p>Although our lexicon covers a wide variety of words that can serve as pejorative epithets for women, it is not an exhaustive list, as we have discarded all the terms that are not polysemic and that are used only with one connotation (either positively or negatively) on Twitter. Moreover, only 100 tweets are annotated by six annotators, while the remaining 1,100 are labelled by only one annotator. Although we select an expert with an interdisciplinary background in linguistics, gender studies and NLP to carry out all the annotations, their personal biases, opinions, or interpretations can lead to skewed or one-sided data.</p><p>Finally, our corpus is characterized by the presence of sarcasm, abbreviations, and non-standard varieties of Italian, which might make the semantics of our instances hard to be captured by current language models.</p><p>Another limitation of our study concerns the substitution approach. First of all, some words have more than one neutral anchor words. This is the case of balena, which has two neutral anchors: balenare (to flash) and cetaceo (sea mammal). In neutral examples, we substitute balena with both anchors. This process may alter the semantic meaning of the tweet since only one anchor is suitable for substitution. Moreover, in some cases, we replace a lexicon word with anchors that do not have the same meaning. For instance, the neutral anchor of acida is aspra (sour). However, expressions like sour beer or sour cream do not have a valid anchor replacement. Therefore, replacing aspra with acida is not an appropriate substitution.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Ethical Issues</head><p>Our data collection adheres to Twitter's terms of service and privacy policies. As this research involves the analysis of publicly available tweets, we do not seek explicit consent from individual users. Nevertheless, we make every effort to protect the anonymity of all individuals mentioned. However, the exposure to misogynistic content still poses a mental health risk for researchers and annotators.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Visualization of our tasks.</figDesc><graphic coords="2,89.29,84.19,416.64,61.19" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Our pipeline for injecting information about pejorativity for Task B (setting B) in AlBERTo. Step 1: a model identifies the connotation of possibly pejorative epithets. Step 2: the identified connotation is used to enrich (CONCAT) and substitute (SUBST) part of the textual input for misogyny detection.</figDesc><graphic coords="5,89.29,84.19,203.37,111.04" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc></figDesc><table><row><cell>Word</cell><cell>Literal</cell><cell>Pejorative</cell><cell>Neutral anchor</cell><cell>Pejorative anchor</cell></row><row><cell>acida</cell><cell>acid/sour</cell><cell>peevish</cell><cell>aspra</cell><cell>intrattabile, stronza</cell></row><row><cell>asina</cell><cell cols="2">female donkey stupid</cell><cell>ciuco</cell><cell>stupida</cell></row><row><cell>balena</cell><cell>whale/flash</cell><cell>fat woman</cell><cell>cetaceo, balenare</cell><cell>grassa</cell></row><row><cell>bambola</cell><cell>doll</cell><cell>girl (objectifying)</cell><cell>giocattolo</cell><cell>donna attraente</cell></row><row><cell>cagna</cell><cell>female dog</cell><cell>bitch</cell><cell>cane femmina, canide</cell><cell>donna di facili costumi, troia</cell></row><row><cell>cavalla</cell><cell>female horse</cell><cell>ugly/tall/ungainly</cell><cell>equino</cell><cell>brutta, alta e grossa</cell></row><row><cell>civetta</cell><cell>owl</cell><cell>tease</cell><cell>volatile rapace</cell><cell>donna che cerca attenzioni</cell></row><row><cell>cesso</cell><cell>toilet</cell><cell>ugly</cell><cell>water, bagno, toilette</cell><cell>brutta</cell></row><row><cell>contadina</cell><cell>farmer</cell><cell cols="2">ignorant, illiterate agricoltore femmina</cell><cell>donna ignorante</cell></row><row><cell>cortigiana</cell><cell>court lady</cell><cell>prostitute</cell><cell>dama di corte</cell><cell>prostituta</cell></row><row><cell>cozza</cell><cell>mussel</cell><cell>ugly/clingy</cell><cell>mollusco</cell><cell>donna brutta, appiccicosa</cell></row><row><cell cols="2">femminista feminist</cell><cell>feminazi</cell><cell>femminista</cell><cell>polemica, fastidiosa</cell></row><row><cell>fogna</cell><cell>sewer</cell><cell>skanky</cell><cell>fognatura</cell><cell>schifosa, bocca</cell></row><row><cell>gallina</cell><cell>chicken</cell><cell>stupid</cell><cell>pennuto</cell><cell>stupida</cell></row><row><cell>grezza</cell><cell>raw</cell><cell>rude woman</cell><cell>non lavorato</cell><cell>rozza</cell></row><row><cell>lesbica</cell><cell>lesbian</cell><cell>dyke</cell><cell cols="2">donna a cui piacciono le donne lesbica (offensivo)</cell></row><row><cell>lurida</cell><cell>dirty</cell><cell>skanky</cell><cell>sporca</cell><cell>promiscua, troia</cell></row><row><cell>maiala</cell><cell>sow</cell><cell>whore</cell><cell>maiale femmina</cell><cell>promiscua, troia</cell></row><row><cell>mucca</cell><cell>cow</cell><cell>bitch</cell><cell>bovide</cell><cell>stupida, troia</cell></row><row><cell>oca</cell><cell>goose</cell><cell>stupid girl</cell><cell>pennuto</cell><cell>stupida, pettegola</cell></row><row><cell>pecora</cell><cell>sheep</cell><cell>doormat</cell><cell>ovino</cell><cell>stupida</cell></row><row><cell>strega</cell><cell>witch</cell><cell>hag, unpleasant</cell><cell>maga</cell><cell>crudele</cell></row><row><cell>vacca</cell><cell>cow</cell><cell>whore</cell><cell>bovino</cell><cell>donna di facili costumi, troia</cell></row><row><cell>zingara</cell><cell>gipsy</cell><cell>shabby</cell><cell>gitana</cell><cell>trasandata</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Examples of tweets with potentially pejorative words (underlined).</figDesc><table><row><cell></cell><cell>Tweet</cell><cell></cell><cell></cell><cell>Pejorative</cell><cell>Misogyny</cell></row><row><cell>70019</cell><cell cols="3">Non voglio una cagna un cane ce l'ho giaaaa</cell><cell>1</cell><cell>1</cell></row><row><cell>10010</cell><cell cols="3">Xchè avrà dato una risposta acida a lui</cell><cell>0</cell><cell>0</cell></row><row><cell>61209</cell><cell cols="4">Ma come fai a dire che sei una balena sei bellissima 1</cell><cell>0</cell></row><row><cell>Class</cell><cell cols="3">Training Test Total</cell></row><row><cell>Misogynous</cell><cell>369</cell><cell>28</cell><cell>397</cell></row><row><cell>Pejorative</cell><cell>363</cell><cell>28</cell><cell>391</cell></row><row><cell>Not pejorative</cell><cell>6</cell><cell>-</cell><cell>6</cell></row><row><cell>Non-misogynous</cell><cell>735</cell><cell>68</cell><cell>803</cell></row><row><cell>Pejorative</cell><cell>172</cell><cell>18</cell><cell>190</cell></row><row><cell>Not pejorative</cell><cell>563</cell><cell>50</cell><cell>613</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Statistics of the PejorativITy corpus. The same tweets are annotated for misogyny and pejorativity, for a total of 1,200 instances.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 5</head><label>5</label><figDesc>Results on Task B. Scores are not comparable since the testing partitions are different.</figDesc><table><row><cell></cell><cell>Model</cell><cell>Macro F1</cell></row><row><cell>A</cell><cell>AlBERTo</cell><cell>0.68</cell></row><row><cell cols="2">B_concat AlBERTo</cell><cell>0.75</cell></row><row><cell>B_subst</cell><cell>AlBERTo</cell><cell>0.77</cell></row><row><cell>A</cell><cell cols="2">llama-3-8b-Instruct 0.69</cell></row><row><cell>B</cell><cell cols="2">llama-3-8b-Instruct 0.60</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">In this case, the word balena has a third anchor word, from the verb balenare, which means 'to flash'.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">https://twarc-project.readthedocs.io</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_2">translation: what a beautiful doll (girl), hi darling</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>Thanks to Federico Ruggeri, Cagri Toraman, Alberto Barrón-Cedeño, Lorenzo Musetti, Samuel Algherini, Silvia Ronchi, Gianmarco Saretto, and Caterina Zapparoli for helping with the brainstorming for the task design.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">CALAMITA: Challenge the Abilities of LAnguage Models in ITAlian</title>
		<author>
			<persName><forename type="first">G</forename><surname>Attanasio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Basile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Borazio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Croce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Francis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gili</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Musacchio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nissim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Patti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rinaldi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Scalena</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th Italian Conference on Computational Linguistics (CLiC-it 2024)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the 10th Italian Conference on Computational Linguistics (CLiC-it 2024)<address><addrLine>Pisa, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2024-12-06">December 4 -December 6, 2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Perpetuating the patriarchy: Misogyny and (post-)feminist backlash</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Lopes</surname></persName>
		</author>
		<idno type="DOI">10.1007/s11098-018-1138-z</idno>
	</analytic>
	<monogr>
		<title level="j">Philosophical Studies</title>
		<imprint>
			<biblScope unit="volume">176</biblScope>
			<biblScope unit="page" from="2517" to="2538" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Benevolent and hostile sexism in a shifting global context</title>
		<author>
			<persName><forename type="first">M</forename><surname>Barreto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Doyle</surname></persName>
		</author>
		<idno type="DOI">10.1038/s44159-022-00136-x</idno>
		<idno>doi:</idno>
		<ptr target="https://doi.org/10.1038/s44159-022-00136-x" />
	</analytic>
	<monogr>
		<title level="j">Nature reviews psychology</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="98" to="111" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Misogyny, feminism, and sexual harassment</title>
		<author>
			<persName><forename type="first">K</forename><surname>Srivastava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chaudhury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">S</forename><surname>Bhat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sahu</surname></persName>
		</author>
		<idno type="DOI">10.4103/ipj.ipj_32_18</idno>
		<ptr target="https://journals.lww.com/inpj/fulltext/2017/26020/misogyny,_feminism,_and_sexual_harassment.1.aspx.doi:10.4103/ipj.ipj_32_18" />
	</analytic>
	<monogr>
		<title level="j">Industrial Psychiatry Journal</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="111" to="113" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A Multi-Class Approach to Misogyny and Aggressiveness Identification on Twitter Posts Using AlBERTo</title>
		<author>
			<persName><forename type="first">A</forename><surname>Muti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barrón-Cedeño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">@</forename><surname>Unibo</surname></persName>
		</author>
		<author>
			<persName><surname>Ami</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">EVALITA Evaluation of NLP and Speech Tools for Italian: Proceedings of the Final Workshop 12-13</title>
				<meeting><address><addrLine>Naples</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018-12">December 2018. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Overview of the evalita 2018 task on automatic misogyny identification (ami)</title>
		<author>
			<persName><forename type="first">E</forename><surname>Fersini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nozza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<idno type="DOI">10.4000/books.aaccademia.4497</idno>
	</analytic>
	<monogr>
		<title level="m">EVALITA Evaluation of NLP and Speech Tools for Italian: Proceedings of the Final Workshop 12-13</title>
				<meeting><address><addrLine>Naples, Torino</addrLine></address></meeting>
		<imprint>
			<publisher>Accademia University Press</publisher>
			<date type="published" when="2018-12">December 2018. 2018</date>
			<biblScope unit="page" from="59" to="66" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Ami @ evalita2020: Automatic misogyny identification</title>
		<author>
			<persName><forename type="first">E</forename><surname>Fersini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nozza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th evaluation campaign of Natural Language Processing and Speech tools for Italian (EVALITA 2020)</title>
				<editor>
			<persName><forename type="first">V</forename><surname>Basile</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Croce</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Di Maro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><forename type="middle">C</forename><surname>Passaro</surname></persName>
		</editor>
		<meeting>the 7th evaluation campaign of Natural Language Processing and Speech tools for Italian (EVALITA 2020)</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Two contrasting data annotation paradigms for subjective NLP tasks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Röttger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Vidgen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hovy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">B</forename><surname>Pierrehumbert</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2022.naacl-main.13</idno>
		<ptr target="https://doi.org/10.18653/v1/2022.naacl-main" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL 2022</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Carpuat</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>De Marneffe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><forename type="middle">V M</forename><surname>Ruíz</surname></persName>
		</editor>
		<meeting>the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL 2022<address><addrLine>Seattle, WA, United States</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">July 10-15, 2022. 2022</date>
			<biblScope unit="page" from="175" to="190" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title/>
		<idno type="DOI">10.18653/v1/2022.naacl-main.13</idno>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Krippendorff</surname></persName>
		</author>
		<title level="m">Computing krippendorff&apos;s alphareliability</title>
				<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">PejorativITy: Disambiguating pejorative epithets to improve misogyny detection in Italian tweets</title>
		<author>
			<persName><forename type="first">A</forename><surname>Muti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ruggeri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Toraman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barrón-Cedeño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Algherini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Musetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ronchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Saretto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zapparoli</surname></persName>
		</author>
		<ptr target="https://aclanthology.org/2024.lrec-main.1112" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Calzolari</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M.-Y</forename><surname>Kan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Hoste</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Lenci</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Sakti</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Xue</surname></persName>
		</editor>
		<meeting>the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)<address><addrLine>Torino, Italia</addrLine></address></meeting>
		<imprint>
			<publisher>ELRA and ICCL</publisher>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="12700" to="12711" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Resources for automated identification of online gender-based violence: A systematic review</title>
		<author>
			<persName><forename type="first">G</forename><surname>Abercrombie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Gerrard-Abbott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Konstas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Rieser</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2023.woah-1.17</idno>
		<ptr target="https://aclanthology.org/2023.woah-1.17.doi:10.18653/v1/2023.woah-1.17" />
	</analytic>
	<monogr>
		<title level="m">The 7th Workshop on Online Abuse and Harms (WOAH), Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">D</forename><surname>Ottger</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Z</forename><surname>Nozza</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">Mostafazadeh</forename><surname>Talat</surname></persName>
		</editor>
		<editor>
			<persName><surname>Davani</surname></persName>
		</editor>
		<meeting><address><addrLine>Toronto, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="170" to="186" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Hostile, Benevolent, Implicit: How Different Shades of Sexism Impact Gendered Policy Attitudes</title>
		<author>
			<persName><forename type="first">C</forename><surname>Gothreau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Arceneaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Friesen</surname></persName>
		</author>
		<idno type="DOI">10.3389/fpos.2022.817309</idno>
		<ptr target="https://www.frontiersin.org/articles/10.3389/fpos.2022.817309.doi:10.3389/fpos.2022.817309" />
	</analytic>
	<monogr>
		<title level="j">Frontiers in Political Science</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">AlBERTo: Italian BERT Language Understanding Model for NLP Challenging Tasks Based on Tweets</title>
		<author>
			<persName><forename type="first">M</forename><surname>Polignano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Basile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Gemmis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Semeraro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Basile</surname></persName>
		</author>
		<ptr target="https://www.scopus.com/inward/record.uri?eid=2-s2.0-85074851349&amp;partnerID=40&amp;md5=7abed946e06f76b3825ae5e294ffac14" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Sixth Italian Conference on Computational Linguistics (CLiC-it 2019)</title>
				<meeting>the Sixth Italian Conference on Computational Linguistics (CLiC-it 2019)<address><addrLine>Bari, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>CEUR</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">2481</biblScope>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
