<?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">Lexicon-Based Profiling of Irony and Stereotype Spreaders Notebook for PAN at CLEF 2022</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Hyewon</forename><surname>Jang</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Konstanz</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Lexicon-Based Profiling of Irony and Stereotype Spreaders Notebook for PAN at CLEF 2022</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">EDB56E7DC7DB31955E59A2A39E45B7E4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:30+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>irony</term>
					<term>LIWC</term>
					<term>hate speeech</term>
					<term>sexism</term>
					<term>PAN 22&apos;</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The PAN 22 Author Profiling Shared Task (IROSTEREO) aims to profile authors spreading irony and stereotypes on Twitter. In this paper, we report that from our experiments involving different classification methods -traditional n-gram approach, state-of-the-art language models, and lexical approach using LIWC, the best result was obtained from the lexicon-based approach (LIWC) with the accuracy score of 0.88 on the validation data and 0.92 on the official test data. Furthermore, we perform ablation experiments to identify some of the most informative features for irony and stereotype profiling.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The goal of the PAN <ref type="bibr">'22</ref> Author Profiling Shared Task is to classify authors on social media (Twitter) that disperse stereotypes by using irony, especially towards women and the LGBT community <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. The task is unique in that it combines two of the commonly addressed tasks in the NLP community: hate speech (and sexism) detection and irony detection.</p><p>In this paper, we develop models for author profiling (defined as a binary classification task: "non-ironic" vs. "ironic") by using a variety of features and models. The models with the highest validation score were obtained by employing a lexicon-based feature extractor on traditional classifiers (Support Vector Machine and Random Forest Classifier), which beat the performance of state-of-the-art models. We also perform feature analyses to identify some of the most informative features for the author profiling task.</p><p>The organization of this paper is as follows. Section 2 summarizes some of the previous efforts in related tasks. Section 3 describes the proposed methodologies for the PAN <ref type="bibr">'22</ref> Author Profiling Shared Task. Section 4 describes the classification results and Section 5 provides feature analysis results.</p><p>CLEF 2022 -Conference and Labs of the Evaluation Forum, September 5-8, 2022, Bologna, Italy hye-won.jang@uni-konstanz.de (H. Jang)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Irony Detection</head><p>(Verbal) Irony is often defined in the literature as a communicative act of expressing the opposite of literal meaning <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b4">5]</ref>. Although irony is not always associated with hostility, it certainly can be aggressive depending on the context <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>. In computational research, the type of task that is more common than irony detection is sarcasm detection. Sarcasm, which is often considered to be a subset of irony <ref type="bibr" target="#b5">[6]</ref>, is generally regarded as a more aggressive type of irony <ref type="bibr" target="#b6">[7]</ref>. There have been many attempts to detect sarcasm computationally, using methods ranging from traditional classifiers <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b9">10]</ref> using extracted features <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b11">12]</ref> to state-of-the-art models <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Hate Speech (and Sexism) Detection</head><p>Hate speech is defined by the United Nations as "any kind of communication in speech, writing or behaviour, that attacks or uses pejorative or discriminatory language with reference to a person or a group on the basis of who they are, in other words, based on their religion, ethnicity, nationality, race, colour, descent, gender or other identity factor"  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Proposed Methods</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Data and Text Preprocessing</head><p>The training dataset for PAN '22 Author Profiling task was provided by the PAN 2022 shared task organizers <ref type="bibr" target="#b24">[25]</ref>. The dataset consists of 200 tweets from 420 users, all in English. All the tweets of each user are contained in one xml file and each user is assigned a binary label of whether they are spreading irony and stereotypes ("NI": non-ironic, "I": ironic). Usernames and mentions of particular users in the body of tweets are anonymized before the dataset is shared with the task participants.</p><p>We extracted and grouped all tweets by each user and their ground-truth labels. Preprocessing was done minimally: mentions of users, hashtags, and url tags were removed. The resulting dataset consisted of tweets from 420 users, with an average word count of 4,338 per user.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Language Representation Methods</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.1.">Traditional N-gram Features</head><p>As a baseline, we experiment with Term Frequency-Inverse Document Frequency features. After converting the data into a TF-IDF matrix using different N-gram sizes (N=1, 2), unigrams (N=1) proved to be the best in terms of classification performance and computational efficiency.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.2.">Sentence-Transformers Embeddings</head><p>As many state-of-the-art deep learning-based models have performed well in hate-speech (or sarcasm) detection and irony (sarcasm) detection <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b26">27,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b21">22,</ref><ref type="bibr" target="#b23">24]</ref>, we experimented with some of the deep learning-based models. We represented the text using the pre-trained embeddings available on the Sentence Transformer library <ref type="bibr" target="#b27">[28]</ref>. The pre-trained models used in our experiments were all-mpnet-base-v2 and average_word_embeddings_glove.840B.300d. The former (all-mpnet-base-v2) was chosen because it was reported to produce the best quality of sentence embeddings among the general-purpose models <ref type="bibr" target="#b27">[28]</ref>. The latter (average_word_embeddings_glove.840B.300d), which provides average embeddings from GloVe <ref type="bibr" target="#b28">[29]</ref> pre-trained embeddings, was selected because the computation speed is higher than other transformers-based models <ref type="bibr" target="#b27">[28]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.3.">Lexicon-based Features</head><p>In order to obtain results with better explainability, we also developed a model using only lexicon-based features. We used the software Lexical Inquiry and Word Count (LIWC) (version 2015) to extract features belonging to various lexical categories such as Psychological Processes and Linguistic Dimensions <ref type="bibr" target="#b29">[30]</ref>. This text analysis application extracts the percentage of words belonging to certain lexical categories based on its internal dictionary. A total of 93 features were extracted<ref type="foot" target="#foot_1">2</ref> . To avoid issues arising from range differences between features, we scaled the features by subtracting the mean (u) and scaling them to unit variance by dividing them by the standard deviation (s) as in the following formula. We used the StandardScaler function from the sklearn library on Python for this.</p><formula xml:id="formula_0">z = (x -u) / s</formula><p>The scaled features were used as input to the classifiers, which are described in Section 3.3.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Classifiers</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.1.">Traditional Classifiers</head><p>Using the features mentioned in 3.2 as input, we experimented with several traditional classifiers: Random Forest Classifier (RF), Support Vector Classifier (SVC), Gaussian Process Classifier (GPC), Decision Tree Classifier (DT), Adaptive Boost Classifier (ABC). We only report results by SVC and RF, which produced the best results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.2.">Transformers-Fine-Tuning</head><p>Instead of using contextualized embeddings extracted from transformer-based pre-trained models as input to subsequent classifiers, we also fine-tuned two transformer-based pre-trained models on our dataset: BERT <ref type="bibr" target="#b30">[31]</ref> and distilBERT <ref type="bibr" target="#b31">[32]</ref>. BERT was chosen because a myriad of research has proven its good performance on a range of NLP tasks <ref type="bibr" target="#b30">[31,</ref><ref type="bibr" target="#b32">33,</ref><ref type="bibr" target="#b33">34,</ref><ref type="bibr" target="#b34">35,</ref><ref type="bibr" target="#b35">36,</ref><ref type="bibr" target="#b36">37]</ref> DistilBERT was chosen as it is reported to be a more efficient model compared to BERT <ref type="bibr" target="#b31">[32]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Implementation Details</head><p>The original training dataset was split into the training and validation set with a 80 to 20 ratio after the data points were shuffled. With the traditional classifiers, the classification was implemented 100 times with random split and the average accuracy scores are reported as the final performance score to prevent biases stemming from the data split structure. For the fine-tuning approach, the text by each user was truncated to the maximum number of allowed tokens (512 tokens). The training was carried out for 3 epochs with the batch size of 64. The official metric used for the PAN '22 Author Profiling Task is accuracy score, which is the ratio of the sum of true positives and true negatives out of all the predictions. The evaluation of the models on the official test set was done on the Tira<ref type="foot" target="#foot_2">3</ref> platform <ref type="bibr" target="#b37">[38]</ref>. The implementation for the classification experiments was done using the sklearn, torch, and transformers libraries on Python.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head><p>The full results on the validation data are presented in Table <ref type="table" target="#tab_2">1</ref>. Our best performances come from LIWC-SVC and LIWC-RF (described in 3.2.3 and 3.3.1), with a validation accuracy score of 0.88. We made a submission using the LIWC-SVC model, and the official test set accuracy for the model is 0.92. Our submission ranked the 45th place out of a total of 65 submissions. The submission with the highest accuracy score had the score of 0.99 and the submission with the lowest accuracy score had 0.53. Our winning models beat the transformers-based fined-tuned models. One possible reason behind this could be the length of each tweet being way over the limit of the maximum word allowed in the transformer models. Both BERT-base and DistilBERT allow up to 512 tokens for encoding text. Considering that the mean word count for the tweets is 4,338, a significant amount of information could have been lost in the process of text representation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Post-hoc Feature Analyses</head><p>Since LIWC features yielded the highest classification scores, we performed further analyses to probe for any improvement or drop in the classification performance by subtracting certain features from the input set to the classifier. To select the most relevant features for the classification, we ran simple linear regressions between each of the 93 LIWC features (x) and the target labels (y). We used the software R <ref type="bibr" target="#b38">[39]</ref> to run linear regression model (lm) as below.</p><p>lm (y ~x) where y denotes the dependent variable, which is the categorical labels coded as 0 or 1 and x denotes an independent variable, namely, one out of 93 LIWC feature vectors chosen at each time. We then calculated the R-squared value (R2) of the fitted model, which shows the proportion of the explained variance of the feature. The higher the R2, the more role the feature played in fitting the regression line. After obtaining the R2 values for each of the 93 feature vectors, we selected the features with the top 10 -90 percent of the R2 values (in the increment of 10). We ran the classification models (SVC and RF) again using the subset of the input features.</p><p>The experiment results show that while the classification performances do not improve by subtracting certain features, the performance starts dropping when only 20 percent of the features are used (Table <ref type="table" target="#tab_3">2</ref>). The performances of all the other combinations were comparable; using only the top 30 percent of the features (N=27) still yields similar results to using all the features (N=93). Table <ref type="table" target="#tab_4">3</ref> shows the features that were absent in the top 10 and top 20 features but were included in the top 30 features. We assume that these features are more informative than others for the irony profiling task as the classification performance started dropping significantly when these features were excluded. The category certainty stands out, which is an observation aligned with general intuition: it is reasonable to assume that authors spreading irony and stereotypes would heavily rely on sentence structures using certainty (in an ironic way). Given that hyperbole is one of the tools people use for being ironic <ref type="bibr" target="#b39">[40,</ref><ref type="bibr" target="#b40">41]</ref>, it is expected that people use markers of certainty in the opposite direction of what they intend to say. Such linguistic patterns were commonly observed in instances correctly classified as ironic when we looked into the classification results as well.</p><p>• ... if you kill the opposing party you'll win right • ... only use twitter to harass people since all you dudes do is stare at our tits yeah we got the memo... • ... but it's totally cool when they call me a murderer i mean calling someone a murderer isn't abusive or anything • ... wow a democrat telling the truth for once that would be historic good for you • ... i have way more than two guns in my house and my family isn't scared or worried about them at all • ... he brought his young son with him right such a good father ... what kind of a parent allows their kid to be used ... like this As can be observed from the highlighted phrases, words that indicate certaintyall, totally, at all, such a -are often found in examples that were correctly classified as ironic. This observation aligns with the previous findings in the literature that identified hyperbolic words to be one of the markers for ironic comments <ref type="bibr" target="#b39">[40,</ref><ref type="bibr" target="#b40">41]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusions</head><p>In this paper, we described our models for the PAN '22 Author Profiling Shared Task and reported the results. We experimented with traditional n-gram features, contextualized sentence embeddings, and lexicon-based features with traditional classifiers. We also fine-tuned transformer-based models on our dataset. The best accuracy score on our validation data was achieved from traditional classifiers that were fed lexicon-based features. We identified some of the informative features for the task by performing post-hoc feature analyses and shared some insights about the usage of irony and stereotype spreading through qualitative analyses.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>1 </figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>. By definition, hate speech detection often gets closely intertwined with sexism detection. A lot of effort has been made to detect or classify hate speech or sexism in online spheres. Some have focused on identifying features useful for hate speech detection: Davidson et al.<ref type="bibr" target="#b17">[18]</ref> developed a hate speech lexicon and Waseem and Hovy<ref type="bibr" target="#b18">[19]</ref> identified features that improve hate speech classification results.</figDesc><table><row><cell>Samory et al. [20] developed a sexism detection dataset using crowdsourcing and adversarial</cell></row><row><cell>examples. Others have used traditional or state-of-the-art models to detect or classify hate</cell></row><row><cell>speech: Ceron and Casula [21] used BERT-based architectures to detect hate speech and Parikh</cell></row><row><cell>et al. [22] used LSTM-based architectures to classify different types of sexism. Anusha and</cell></row><row><cell>Shashirekha [23] and Zimmerman et al. [24] proposed ensemble methods to classify text into</cell></row><row><cell>hate speech or non-hate speech.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 1</head><label>1</label><figDesc>Accuracy scores by all models on validation data. ST = Sentence-Transformer embeddings. SVC = Support Vector Classifier. RF = Random Forest Classifier.</figDesc><table><row><cell>Model</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 2</head><label>2</label><figDesc>Accuracy scores (SVC) from the ablation experiment on LIWC features. Top N features (𝑁 ∈ (10, 20, ...90)) based on the R-squared values from a simple linear regression model (LM). LM was run between each dimension of LIWC features and the target labels. Boldface indicates the point when the classification performance starts to degrade.</figDesc><table><row><cell>Model</cell><cell>Validation Accuracy</cell></row><row><cell>Top 10</cell><cell>0.76</cell></row><row><cell>Top 20</cell><cell>0.80</cell></row><row><cell>Top 30</cell><cell>0.88</cell></row><row><cell>Top 40</cell><cell>0.87</cell></row><row><cell>Top 50</cell><cell>0.88</cell></row><row><cell>Top 60</cell><cell>0.88</cell></row><row><cell>Top 70</cell><cell>0.88</cell></row><row><cell>Top 80</cell><cell>0.88</cell></row><row><cell>Top 90</cell><cell>0.88</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 3</head><label>3</label><figDesc>Informative LIWC features for Author Profiling of Irony and Stereotypes: features in the Top 30 features but not in the Top 10 features. Features not in the Top 20 features are marked in asterisks(*).</figDesc><table><row><cell>Feature Name</cell><cell>Descriptions or Examples 4</cell></row><row><cell>Word Count*</cell><cell>Number of words in each document</cell></row><row><cell>Analytical thinking*</cell><cell>Factor-analytically derived dimension based on several cate-</cell></row><row><cell></cell><cell>gories of function words (formal, logical, hierarchical)</cell></row><row><cell>Words per Sentence*</cell><cell>Number of words per sentence</cell></row><row><cell>Words &gt; 6 letters*</cell><cell>Number of words with more than 6 letters</cell></row><row><cell>Dictionary words</cell><cell>LIWC dictionary word counts</cell></row><row><cell>Total function words</cell><cell>it, to, no, very</cell></row><row><cell>Total pronouns*</cell><cell>I, them, itself</cell></row><row><cell>Impersonal pronouns</cell><cell>it, it's, those</cell></row><row><cell>Articles</cell><cell>a, an, the</cell></row><row><cell>Common Adverbs</cell><cell>very, really</cell></row><row><cell>Interrogatives</cell><cell>how, when, what</cell></row><row><cell>Quantifiers*</cell><cell>few, many, much</cell></row><row><cell>Discrepancy</cell><cell>should, would</cell></row><row><cell>Certainty</cell><cell>always, never</cell></row><row><cell>Differentiation</cell><cell>hasn't, but, else</cell></row><row><cell>Sexual*</cell><cell>horny, love, incest</cell></row><row><cell>Past focus*</cell><cell>ago, did, talked</cell></row><row><cell>Home*</cell><cell>kitchen, landlord</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://www.un.org/en/hate-speech/understanding-hate-speech/what-is-hate-speech?gclid= CjwKCAjwyryUBhBSEiwAGN5OCIjIZ8upWu5RHqQEwblwUPUlCAJhLwOsCSjquy48bpLTbFAgGEaaXRoCrYcQAvD_ BwE</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">See https://mcrc.journalism.wisc.edu/files/2018/04/Manual_LIWC.pdf for all features.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://www.tira.io/<ref type="bibr" target="#b32">33</ref> Official test set accuracy: 0.92</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Overview of PAN 2022: Authorship Verification, Profiling Irony and Stereotype Spreaders, and Style Change Detection</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bevendorff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chulvi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Fersini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Heini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kestemont</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kredens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mayerl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ortega-Bueno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pezik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Stamatatos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiegmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wolska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Zangerle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Thirteenth International Conference of the CLEF Association (CLEF 2022)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">D E F S C M G P A H M P G F N F</forename><surname>Alberto Barron-Cedeno</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Giovanni</forename><surname>Da San</surname></persName>
		</editor>
		<editor>
			<persName><surname>Martino</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">13390</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Profiling Irony and Stereotype Spreaders on Twitter (IROSTEREO) at PAN 2022</title>
		<author>
			<persName><forename type="first">O.-B</forename><surname>Reynier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Berta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Francisco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Paolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Elisabetta</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2022 Labs and Workshops</title>
		<title level="s">Notebook Papers</title>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">From Humor Recognition to Irony Detection: The Figurative Language of Social Media</title>
		<author>
			<persName><forename type="first">A</forename><surname>Reyes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Buscaldi</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.datak.2012.02.005</idno>
		<ptr target="https://linkinghub.elsevier.com/retrieve/pii/S0169023X12000237.doi:10.1016/j.datak.2012.02.005" />
	</analytic>
	<monogr>
		<title level="j">Data &amp; Knowledge Engineering</title>
		<imprint>
			<biblScope unit="volume">74</biblScope>
			<biblScope unit="page" from="1" to="12" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The pragmatics of verbal irony: Echo or pretence?</title>
		<author>
			<persName><forename type="first">D</forename><surname>Wilson</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.lingua.2006.05.001</idno>
		<ptr target="https://linkinghub.elsevier.com/retrieve/pii/S0024384106001124.doi:10.1016/j.lingua.2006.05.001" />
	</analytic>
	<monogr>
		<title level="j">Lingua</title>
		<imprint>
			<biblScope unit="volume">116</biblScope>
			<biblScope unit="page" from="1722" to="1743" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Phrasal irony: Its form, function and exploitation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Partington</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.pragma.2010.11.001</idno>
		<ptr target="https://linkinghub.elsevier.com/retrieve/pii/S037821661000367X.doi:10.1016/j.pragma.2010.11.001" />
	</analytic>
	<monogr>
		<title level="j">Journal of Pragmatics</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="page" from="1786" to="1800" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Making objective decisions from subjective data: Detecting irony in customer reviews</title>
		<author>
			<persName><forename type="first">A</forename><surname>Reyes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.dss.2012.05.027</idno>
		<ptr target="https://linkinghub.elsevier.com/retrieve/pii/S0167923612001388.doi:10.1016/j.dss.2012.05.027" />
	</analytic>
	<monogr>
		<title level="j">Decision Support Systems</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="page" from="754" to="760" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Irony as relevant inappropriateness</title>
		<author>
			<persName><forename type="first">S</forename><surname>Attardo</surname></persName>
		</author>
		<idno type="DOI">10.1016/S0378-2166(99)00070-3</idno>
		<ptr target="https://linkinghub.elsevier.com/retrieve/pii/S0378216699000703.doi:10.1016/S0378-2166(99)00070-3" />
	</analytic>
	<monogr>
		<title level="j">Journal of Pragmatics</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="793" to="826" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Harnessing Sequence Labeling for Sarcasm Detection in Dialogue from TV Series &apos;Friends</title>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tripathi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bhattacharyya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Carman</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/K16-1015</idno>
		<ptr target="http://aclweb.org/anthology/K16-1015.doi:10.18653/v1/K16-1015" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of The 20th SIGNLL Conference on Computational Natural Language Learning, Association for Computational Linguistics</title>
				<meeting>The 20th SIGNLL Conference on Computational Natural Language Learning, Association for Computational Linguistics<address><addrLine>Berlin, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="146" to="155" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Sarcasm as Contrast between a Positive Sentiment and Negative Situation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Riloff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Qadir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Surve</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">D</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Gilbert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</title>
				<meeting>the 2013 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="704" to="714" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Really? Well. Apparently Bootstrapping Improves the Performance of Sarcasm and Nastiness Classifiers for Online Dialogue</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lukin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Walker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Language in Social Media, Association for Computational Linguistics</title>
				<meeting>the Workshop on Language in Social Media, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="30" to="40" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Irony detection in twitter: The role of affective content</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I H</forename><surname>Farías</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Patti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Internet Technology (TOIT)</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="1" to="24" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Identifying sarcasm in twitter: a closer look</title>
		<author>
			<persName><forename type="first">R</forename><surname>González-Ibánez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Muresan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Wacholder</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies</title>
				<meeting>the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="581" to="586" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Sarcasm detection in tweets with BERT and GloVe embeddings</title>
		<author>
			<persName><forename type="first">A</forename><surname>Khatri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.figlang-1.7</idno>
		<ptr target="https://aclanthology.org/2020.figlang-1.7.doi:10.18653/v1/2020.figlang-1.7" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</title>
				<meeting>the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="56" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Fracking sarcasm using neural network</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ghosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Veale</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/W16-0425</idno>
		<ptr target="https://aclanthology.org/W16-0425.doi:10.18653/v1/W16-0425" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics</title>
				<meeting>the 7th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics<address><addrLine>San Diego, California</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="161" to="169" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Explainable Detection of Sarcasm in Social Media</title>
		<author>
			<persName><forename type="first">R</forename><surname>Akula</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Garibay</surname></persName>
		</author>
		<ptr target="https://aclanthology.org/2021.wassa-1.4" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eleventh Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics</title>
				<meeting>the Eleventh Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="34" to="39" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Detecting Sarcasm in Conversation Context Using Transformer-Based Models</title>
		<author>
			<persName><forename type="first">A</forename><surname>Avvaru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vobilisetty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mamidi</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.figlang-1.15</idno>
		<ptr target="https://www.aclweb.org/anthology/2020.figlang-1.15.doi:10.18653/v1/2020.figlang-1.15" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</title>
				<meeting>the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="98" to="103" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Deep Contextualized Word Representations for Detecting Sarcasm and Irony</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ilić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Marrese-Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Balazs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Matsuo</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/W18-6202</idno>
		<ptr target="http://aclweb.org/anthology/W18-6202.doi:10.18653/v1/W18-6202" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics</title>
				<meeting>the 9th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics<address><addrLine>Brussels, Belgium</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="2" to="7" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Automated hate speech detection and the problem of offensive language</title>
		<author>
			<persName><forename type="first">T</forename><surname>Davidson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Warmsley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Macy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International AAAI Conference on Web and Social Media</title>
				<meeting>the International AAAI Conference on Web and Social Media</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="512" to="515" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Hateful symbols or hateful people? predictive features for hate speech detection on twitter</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Waseem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hovy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the NAACL student research workshop</title>
				<meeting>the NAACL student research workshop</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="88" to="93" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Revisiting sexism detection using psychological scales and adversarial samples</title>
		<author>
			<persName><forename type="first">M</forename><surname>Samory</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kohne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Flöck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wagner</surname></persName>
		</author>
		<author>
			<persName><surname>Call Me Sexist</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Intl AAAI Conf. Web and Social Media</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="573" to="584" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Exploiting Contextualized Word Representations to Profile Haters on Twitter-Notebook for PAN at CLEF</title>
		<author>
			<persName><forename type="first">T</forename><surname>Ceron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Casula</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2936/paper-160.pdf" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2021 Labs and Workshops</title>
		<title level="s">Notebook Papers</title>
		<editor>
			<persName><forename type="first">G</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Joly</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Maistro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Piroi</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Multi-label categorization of accounts of sexism using a neural framework</title>
		<author>
			<persName><forename type="first">P</forename><surname>Parikh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Abburi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Badjatiya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Krishnan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Chhaya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Varma</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D19-1174</idno>
		<ptr target="https://aclanthology.org/D19-1174.doi:10.18653/v1/D19-1174" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), Association for Computational Linguistics</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), Association for Computational Linguistics<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1642" to="1652" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">An ensemble model for hate speech and offensive content identification in indo-european languages</title>
		<author>
			<persName><forename type="first">M</forename><surname>Anusha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Shashirekha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">FIRE (Working Notes)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="253" to="259" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Improving hate speech detection with deep learning ensembles</title>
		<author>
			<persName><forename type="first">S</forename><surname>Zimmerman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Kruschwitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Fox</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the eleventh international conference on language resources and evaluation (LREC 2018)</title>
				<meeting>the eleventh international conference on language resources and evaluation (LREC 2018)</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">O</forename><surname>Bueno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chulvi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Fersini</surname></persName>
		</author>
		<idno type="DOI">10.5281/zenodo.6514916</idno>
		<ptr target="https://doi.org/10.5281/zenodo.6514916.doi:10.5281/zenodo.6514916" />
		<title level="m">PAN 22 Author Profiling: Profiling Irony and Stereotype Spreaders on Twitter</title>
				<imprint>
			<publisher>IROSTEREO</publisher>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Detecting Sarcasm in Conversation Context Using Transformer-Based Models</title>
		<author>
			<persName><forename type="first">A</forename><surname>Avvaru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vobilisetty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mamidi</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.figlang-1.15</idno>
		<ptr target="https://www.aclweb.org/anthology/2020.figlang-1.15.doi:10.18653/v1/2020.figlang-1.15,event-place:Online" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</title>
				<meeting>the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="98" to="103" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Deep Contextualized Word Representations for Detecting Sarcasm and Irony</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ilić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Marrese-Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Balazs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Matsuo</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/W18-6202</idno>
		<ptr target="http://aclweb.org/anthology/W18-6202.doi:10.18653/v1/W18-6202,event-place" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics</title>
				<meeting>the 9th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics<address><addrLine>Brussels, Belgium</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="2" to="7" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Sentence-bert: Sentence embeddings using siamese bert-networks</title>
		<author>
			<persName><forename type="first">N</forename><surname>Reimers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Gurevych</surname></persName>
		</author>
		<ptr target="http://arxiv.org/abs/1908.10084" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Glove: Global Vectors for Word Representation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pennington</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Socher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Manning</surname></persName>
		</author>
		<idno type="DOI">10.3115/v1/D14-1162</idno>
		<ptr target="http://aclweb.org/anthology/D14-1162.doi:10.3115/v1/D14-1162" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), Association for Computational Linguistics</title>
				<meeting>the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), Association for Computational Linguistics<address><addrLine>Doha, Qatar</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="1532" to="1543" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">W</forename><surname>Pennebaker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Boyd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Jordan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Blackburn</surname></persName>
		</author>
		<title level="m">The development and psychometric properties of LIWC2015</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</title>
		<author>
			<persName><forename type="first">J</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-W</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Toutanova</surname></persName>
		</author>
		<ptr target="http://arxiv.org/abs/1810.04805" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of NAACL-HLT 2019, Association for Computational Linguistics</title>
				<meeting>NAACL-HLT 2019, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="4171" to="4186" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter</title>
		<author>
			<persName><forename type="first">V</forename><surname>Sanh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Debut</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chaumond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wolf</surname></persName>
		</author>
		<idno>ArXiv abs/1910.01108</idno>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">A BERT-based Approach for Automatic Humor Detection and Scoring</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Iberian Languages Evaluation Forum</title>
				<meeting>the Iberian Languages Evaluation Forum<address><addrLine>IberLEF</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="197" to="202" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Affective and Contextual Embedding for Sarcasm Detection</title>
		<author>
			<persName><forename type="first">N</forename><surname>Babanejad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Davoudi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>An</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Papagelis</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.coling-main.20</idno>
		<ptr target="https://www.aclweb.org/anthology/2020.coling-main.20.doi:10.18653/v1/2020.coling-main.20" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 28th International Conference on Computational Linguistics, International Committee on Computational Linguistics</title>
				<meeting>the 28th International Conference on Computational Linguistics, International Committee on Computational Linguistics<address><addrLine>Barcelona, Spain (Online</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="225" to="243" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Applying Transformers and Aspect-based Sentiment Analysis Approaches on Sarcasm Detection</title>
		<author>
			<persName><forename type="first">T</forename><surname>Shangipour Ataei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Javdan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Minaei-Bidgoli</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.figlang-1.9</idno>
		<ptr target="https://www.aclweb.org/anthology/2020.figlang-1.9.doi:10.18653/v1/2020.figlang-1.9" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</title>
				<meeting>the Second Workshop on Figurative Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="67" to="71" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Semantics-aware bert for language understanding</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI Conference on Artificial Intelligence</title>
				<meeting>the AAAI Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="page" from="9628" to="9635" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Du</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Levy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zettlemoyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Stoyanov</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1907.11692</idno>
		<title level="m">Roberta: A robustly optimized bert pretraining approach</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">TIRA Integrated Research Architecture</title>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gollub</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiegmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-22948-1_5</idno>
	</analytic>
	<monogr>
		<title level="m">Information Retrieval Evaluation in a Changing World, The Information Retrieval Series</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Peters</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<monogr>
		<author>
			<persName><forename type="first">Team</forename><surname>Core</surname></persName>
		</author>
		<ptr target="https://www.R-project.org/" />
		<title level="m">R: A Language and Environment for Statistical Computing, R Foundation for Statistical Computing</title>
				<meeting><address><addrLine>Vienna, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Verbal irony: Differences in usage across written genres</title>
		<author>
			<persName><forename type="first">C</forename><surname>Burgers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van Mulken</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Schellens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Language and Social Psychology</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="290" to="310" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Sarcasm analysis using conversation context</title>
		<author>
			<persName><forename type="first">D</forename><surname>Ghosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">R</forename><surname>Fabbri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Muresan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">44</biblScope>
			<biblScope unit="page" from="755" to="792" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

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