<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>G. Goh, N. Cammarata, C. Voss, S. Carter, M. Petrov, L. Schubert, A. Radford, C. Olah,
Multimodal neurons in artificial neural networks, Distill</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.18653/v1/2021.wnut-1.53</article-id>
      <title-group>
        <article-title>BLUE at Memotion 2.0 2022: You have my Image, my Text and my Transformer</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ana-Maria Bucur</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adrian Cosma</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ioan-Bogdan Iordache</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Automatics and Control, University Politehnica of Bucharest</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Interdisciplinary School of Doctoral Studies, University of Bucharest</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Universitat Politècnica de València</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Bucharest</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>6</volume>
      <issue>2021</issue>
      <fpage>248</fpage>
      <lpage>255</lpage>
      <abstract>
        <p>Memes are prevalent on the internet and continue to grow and evolve alongside our culture. An automatic understanding of memes propagating on the internet can shed light on the general sentiment and cultural attitudes of people. In this work, we present team BLUE's solution for the second edition of the MEMOTION shared task. We showcase two approaches for meme classification (i.e. sentiment, humour, ofensive, sarcasm and motivation levels) using a text-only method using BERT, and a MultiModal-Multi-Task transformer network that operates on both the meme image and its caption to output the final scores. In both approaches, we leverage state-of-the-art pretrained models for text (BERT, Sentence Transformer) and image processing (EficientNetV4, CLIP). Through our eforts, we obtain ifrst place in task A, second place in task B and third place in task C. In addition, our team obtained the highest average score for all three tasks.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;memotion</kwd>
        <kwd>memes</kwd>
        <kwd>multi-modal network</kwd>
        <kwd>multi-task learning</kwd>
        <kwd>transformers</kwd>
        <kwd>ordinal regression</kwd>
        <kwd>finetuning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The concept of a meme was first introduced by Richard Dawkins [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], as a fundamental unit
of propagation of ideas and cultural information, similar to genes for transmitting genetic
information across time. Dawkins proposed a memetic theory, in which memes have very
similar patterns evolution by natural selection as genes, in which memes evolve and replicate
across time, through mutation and cross-over with other memes. While this theory was
criticized [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] from the onset, it remained a valuable tool for viral marketing, social analytics
and understanding of cultural evolution across history.
      </p>
      <p>A widespread usage of the term "meme", aside from the more academic definitions from
memetic theories, is that of internet memes in the sense of catch-phrases, images, gifs and
videos. Internet memes "evolved" from simple images templates into modern, ironic and
absurdist images, similar to tendencies in postmodern art (i.e. "deep fried" memes, dank memes).
Websites such as 9gag, Tumblr, and Reddit were at the forefront of internet meme propagation
and mainstream spread.</p>
      <p>Internet memes continue to grow and evolve alongside our culture. An automatic
understanding of memes propagating on the internet can shed light on people’s general sentiments
and cultural attitudes.</p>
      <p>
        In this work, we present team BLUE’s solution to the 2022 edition of the MEMOTION 2.0
shared task [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We focused our eforts on two main approaches: i) text-based fine-tuning using
BERT and ii) a Multi-Modal-Multi-Task transformer that uses features from both images and
text. Furthermore, we provide ablation studies on diferent modalities and training parameters,
and show that there is not one combination of modalities suitable for all tasks.
      </p>
      <p>In the following sections, we make an overview of related methods from the previous shared
task, briefly describe the task, describe the available training, validation and testing data for
the current edition of the shared task. Finally, we describe our two approaches and report our
results on both validation and test sets.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        With the increase in popularity of social media websites (e.g. Facebook, Reddit, Twitter), NLP
researchers started using the textual data collected from these platforms for detecting emotions
[
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ], ofensive content [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7, 8, 9</xref>
        ], hate speech [10, 11], humour [12, 13, 14], sarcasm [15, 16, 17],
pejorative language [18], inspirational content [19], optimism [20, 21] and the manifestations of
mental health problems such as depression [22, 23], suicide ideation [24, 25] and anxiety [26].
Researchers explored the online content from social media even further and began focusing
on the multi-modal data [27, 28], including internet memes. Eforts to automatically detect the
ofensive [ 29] or harmful memes [30] are being made to help the content moderators in charge
of removing the posts containing hate speech.
      </p>
      <p>
        Several competitions took advantage of the high availability of internet memes and used the
multi-modal data for various tasks: DANKMEMES from Evalita 2020 [31], MEMOTION from
SemEval 2020 [
        <xref ref-type="bibr" rid="ref10">32</xref>
        ], The Hateful Meme Challenge [
        <xref ref-type="bibr" rid="ref11">33</xref>
        ], Fine Grained Hateful Memes Detection
Shared Task from The 5th Workshop on Online Abuse and Harms [
        <xref ref-type="bibr" rid="ref12">34</xref>
        ], Detection of Persuasion
Techniques in Texts and Images from SemEval 2021 [
        <xref ref-type="bibr" rid="ref13">35</xref>
        ], Multimodal Fact-Checking Task from
the First Workshop on Multimodal Fact-Checking and Hate Speech Detection (De-Factify) 1
and Multimedia Automatic Misogyny Identification (MAMI) from SemEval 2022 2.
      </p>
      <p>
        In the first iteration of the MEMOTION task at SemEval 2020 [
        <xref ref-type="bibr" rid="ref10">32</xref>
        ], the participating teams
surpassed the baseline models by only a small percentage. Two participating teams used only
the textual data extracted from the memes for all their experiments. The rest of the teams
experimented with systems using visual-only or textual-only information or the fusion of both
features. The majority of the participating teams relied on approaches based on pretrained
models such as ResNet [
        <xref ref-type="bibr" rid="ref14">36</xref>
        ], VGG-16 [
        <xref ref-type="bibr" rid="ref15">37</xref>
        ] and Inception-ResNet [
        <xref ref-type="bibr" rid="ref16">38</xref>
        ] to extract the visual
features. For textual information the teams used approaches based on Recurrent Neural Network
architectures or pretrained transformer models such as BERT [
        <xref ref-type="bibr" rid="ref17">39</xref>
        ]. For task A, the system with
1https://aiisc.ai/defactify/
2https://github.com/MIND-Lab/MAMI
the best performance used only the textual data from the internet memes for sentiment detection.
For tasks B and C, the best performing systems used both image and text data for identifying
the emotion of the memes.
      </p>
      <p>In our participation in the MEMOTION 2.0 shared task, we used two approaches: a text-only
approach using BERT and a Multi-Modal-Multi-Output transformer using both visual and
textual features. For the second approach, we also used features extracted from CLIP, this model
being suitable for multi-modal inputs.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Task Description</title>
      <p>
        The second iteration of the MEMOTION shared task, previously conducted at SemEval 2020
[
        <xref ref-type="bibr" rid="ref10">32</xref>
        ], is comprised of three tasks for detecting the sentiment and the emotions of memes as
described below:
• Task A: Sentiment Analysis: Identify if a meme is positive, negative or neutral.
• Task B: Emotion Classification : Identify the emotion expressed by a meme: humour,
sarcasm, ofensive and motivation. A meme can convey more than one emotion.
• Task C: Scales/Intensity of Emotion Classes: Quantify to which extent a particular
emotion is being expressed in a meme. The intensities are on a scale from 0 to 3 for
humour, sarcasm and ofensiveness (e.g. 0 - not funny, 1 - funny, 2 - very funny, 3
hilarious) and only 0 and 1 for motivation (0 - not motivational, 1 - motivational).
      </p>
      <p>
        The tasks are challenging, as identifying the sentiment and emotion in a meme is more
complex than performing the same task only on textual data. For memes, comprised of image
and text information, a multi-modal approach for understanding both visual and textual cues is
needed. The dataset from the shared task contains memes with overlapping emotions, increasing
the dificulty of the tasks. Most funny memes are also sarcastic, and some motivational memes
are also ofensive [
        <xref ref-type="bibr" rid="ref10">32</xref>
        ].
      </p>
      <p>The teams’ performance is evaluated by the weighted F1 score for task A. For tasks B and C,
the weighted F1 score is computed for each subtask (humour, sarcasm, ofensive, motivation),
and the average F1 score of these subtasks is used to rank the systems.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Data</title>
      <p>
        The dataset used in the MEMOTION 2.0 shared task [
        <xref ref-type="bibr" rid="ref18">40</xref>
        ] is comprised of internet memes
collected from the public domain. These memes were annotated by Amazon Mechanical Turk
workers for sentiment and emotion. The dataset contains the image of the memes and the
corresponding OCR extracted text. The annotators were also asked to provide the corrected
text if the OCR extracted text was inaccurate.
      </p>
      <p>The training set is comprised of 7K memes, and the validation and test splits contain 1.5K
memes each. The distribution of labels for the three splits is presented in Table 1, the dataset is
heavily imbalanced. For the sentiment labels, there are more positive memes than negative ones
in the training and validation splits, while in the test split, there is only a very small number of
memes with positive sentiment.</p>
      <p>Train data
Neutral Positive
4510 1517</p>
      <p>1 2
3666 1865
1759 1069
1107 529
286</p>
      <p>Given the multi-modal content found in internet memes, the textual or visual information
alone may not be suficient for identifying the sentiment and the emotions in a meme. Some
examples from the dataset are presented in Figure 1, in which visual content is necessary for
a complete understanding of the meme context. As such, we propose, alongside a text-only
based method, a fusion approach combining both visual and textual information through a
Multi-Modal-Multi-Task transformer.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Method</title>
      <p>
        In this section, we describe two methods for meme classification, as previously mentioned. We
participated in all three tasks from the MEMOTION 2.0 shared task and used two approaches:
a text-only meme classification using BERT [
        <xref ref-type="bibr" rid="ref19">41</xref>
        ] and a Multi-Modal-Multi-Task transformer
      </p>
      <sec id="sec-5-1">
        <title>5.1. Text-Only Multi-Task Meme Classification</title>
        <p>
          Previous methods have shown that combining image features with textual features can bring
more noise to the dataset [
          <xref ref-type="bibr" rid="ref20">42</xref>
          ], and for some tasks, the best results were achieved by text-only
approaches [
          <xref ref-type="bibr" rid="ref21">43</xref>
          ].
        </p>
        <p>
          We propose a text-only multi-task method in which we extract textual features using a
pretrained BERT model [
          <xref ref-type="bibr" rid="ref17">39</xref>
          ]. Neural network architectures based on transformers [
          <xref ref-type="bibr" rid="ref22">44</xref>
          ], such as
BERT, were shown to obtain great performance on many diferent Natural Language Processing
tasks. Moreover, these results can be obtained by training such architectures on a large set of
texts and then fine-tuning the model for diferent downstream tasks.
        </p>
        <p>
          Processing Pipeline. Our implementation is based on a BERT base model provided by the
HuggingFace library [
          <xref ref-type="bibr" rid="ref23">45</xref>
          ], consisting of a 12-layer transformer, with a hidden size of 768 and 12
attention heads. The OCR-extracted text of a meme is firstly tokenized using a SentencePiece
[
          <xref ref-type="bibr" rid="ref24">46</xref>
          ] tokenizer provided with the BERT model, then the list of tokens is passed through the
encoder. The features extracted by BERT (the embedding of the [CLS] token) are passed
through 5 classification heads, corresponding to each of the emotions defined for a meme. A
classification head is implemented as a feed-forward layer with the output size specified by the
task.
        </p>
        <p>
          Training details. During training, we applied dropout with a rate of 0.1 between the feature
extractor and the classification heads. We used cross-entropy loss to compute the loss for each
task. The training was done in mini-batches of size 16 (each batch containing examples for a
single task), for 5 epochs, saving the model with the best performance on the validation set. We
ifne-tuned the architecture end-to-end using the AdamW optimizer [
          <xref ref-type="bibr" rid="ref25">47</xref>
          ], with a learning rate of
0.00002, decreased at each step using a linear scheduler, and no weight decay. For each task, we
randomly oversampled instances from the training set, due to heavy dataset imbalance.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Multi-Modal-Multi-Task Transformer (MMMT)</title>
        <p>Internet memes are inherently multi-modal, often having a pop-culture image reference and
a caption that accompanies the image, overlaid on top of it. While the meaning can be estimated
using only the caption, images ofer important additional context for higher-level semantic
understanding and diferentiating between types of memes (i.e. dank, deep-fried, "classical"),
each with its predominant sentiment.</p>
        <p>
          Several previous methods have reported using multi-modal approaches in the computational
pipeline [27, 28, 29, 30]. In our pipeline, however, we explore semantic image features in two
ways: i) direct image features provided by a pretrained EficientNetV4 [
          <xref ref-type="bibr" rid="ref26">48</xref>
          ] on ImageNet dataset
[
          <xref ref-type="bibr" rid="ref29">51</xref>
          ], and ii) features from the image encoder of CLIP [
          <xref ref-type="bibr" rid="ref27">49</xref>
          ]. CLIP was trained on a large-scale
multi-modal dataset of image-text pairs in a contrastive learning fashion for use in zero-shot
image classification. Features extracted from CLIP have been shown to respond to multi-modal
inputs [52], such as the same concept being represented explicitly as an image, a high level
representation of it (i.e. a sketch), or in written form. This makes CLIP suitable for use in our
scenario. However, fine-tuning classification results are still lagging behind pretrained models
trained only on images, so we also opted for using direct image features from EficientNetV4
[
          <xref ref-type="bibr" rid="ref26">48</xref>
          ].
        </p>
        <p>
          Processing Pipeline. Our pipeline is described in Figure 2. The first step in the computation
is feature extraction using pretrained models. These models are frozen, and are not fine-tuned
during training. We employ EficientNetV4 [
          <xref ref-type="bibr" rid="ref26">48</xref>
          ] and CLIP image encoder [
          <xref ref-type="bibr" rid="ref27">49</xref>
          ] for image features,
and a Sentence Transformer [
          <xref ref-type="bibr" rid="ref28">50</xref>
          ] for processing the meme caption. Each of these models outputs
a vector of diferent dimensionality, so we employ a diferent linear projection layer to change
the dimensionality to a common 512-element vector. These 3 vectors are considered a set of
features and are processed using a popular transformer architecture. The order of the diferent
features does not matter in the final computation, and for that reason, we do not employ
positional embeddings. The final features are averaged and are then followed by an output layer
corresponding to each aspect of memes (humour, sarcasm, ofensive, sentiment and motivation).
For humour, sarcastic, ofensive and sentiment heads, we employed CORAL [ 53] loss for ordinal
regression, to consistently estimate the degree of humour, sarcasm, etc.
        </p>
        <p>
          Training details. The transformer network has 4 layers, with 8, 8, 16 and 16 attention heads,
respectively. The internal embedding size is 64, and we used GELU activation [54]. We trained
the network for 100 epochs, or until it overfits the validation set, with a batch size of 256 and
Adam optimizer [
          <xref ref-type="bibr" rid="ref25">47</xref>
          ]. We employed a cyclical, triangular learning rate schedule [55], with a
step size of 5 epochs for a 10x increase in learning rate, and an initial learning rate of 0.0001.
Since the training data is severely imbalanced, we oversampled minority classes.
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Experiments &amp; Results</title>
      <sec id="sec-6-1">
        <title>6.1. Text-Only Experiments</title>
        <p>In order to measure the benefits of multi-task learning for classifying emotion intensities, we
performed an ablation study by comparing the weighted F1 scores computed for each emotion
intensity predictions made by models trained in two settings. Firstly, we trained independent
models for each of the emotion subtasks as defined by tasks A and C. Secondly, we trained a
single model in the multi-task setting, by fine-tuning the BERT encoder on all of the emotion
Setting
Single-Task
Multi-Task
subtasks at once.</p>
        <p>From Table 2 we can see that, with the exception of sentiment classification, the predictions
of all emotion intensities have benefited from being learnt jointly by the model. Following these
observations, our submission used the single-task model to predict the sentiment labels for the
test dataset (task A), and the multi-task model to predict all other fine-grained emotion labels
(task C).</p>
        <p>The diference between task B and task C is that for humour, sarcasm and ofensive emotions,
task B is a binary classification task instead of a multi-class one. The previously defined models
trained for task C can be used to make predictions for task B, by mapping the non-zero intensity
predictions to the positive class in the binary setting. Because of this, we wanted to see if we
could gain any performance improvement by training the classification heads specifically for
the classification defined by task B.</p>
        <p>Table 3 displays the performance obtained for each setting. When training in the multi-task
paradigm, we use the same model definition and training strategy and we only change the
classification heads’ output sizes to 2 (for humour, sarcasm and ofensive emotions). We observe
that the best performing method is training single-task models for each of the three subtasks.
Thus, we used these models’ predictions on the test dataset for our task B submission.</p>
        <p>Target Task</p>
        <p>Setting</p>
        <p>Humour Sarcasm</p>
        <p>Ofensive
Task B
Task B
Task C
Task C
single-task
multi-task
single-task
multi-task
0.7817</p>
      </sec>
      <sec id="sec-6-2">
        <title>6.2. Multi-Modal Experiments</title>
      </sec>
      <sec id="sec-6-3">
        <title>6.3. Shared Task Results</title>
        <p>Emotion
Sentiment
Humour
Humour
Sarcasm
Sarcasm
Ofensive
Ofensive
Motivation</p>
        <p>Tasks B &amp; C</p>
        <p>Task
Task A
Task B
Task C
Task B
Task C
Task B
Task C</p>
        <p>Only Text</p>
        <p>MMMT</p>
        <p>We report in Table 5 the scores obtained by both of our approaches, separately for each
emotion subtask from the test dataset. We observe that none of the models outperforms the
other on all subtasks. The text-only approach seems to be better suited for identifying humour
and ofensiveness, while the multi-modal model performs better on all of the other emotions.
Looking at Table 6, even when comparing the models by their results on the three main tasks,
the multi-modal approach does better only on tasks A and C.</p>
        <p>We also provide the scores achieved by all participating teams for each task in Table 7. Our
team managed to place first for task A, second for task B and third for task C. Moreover, our
team obtained the highest average score across the three tasks.</p>
        <p>Model</p>
        <p>Task A</p>
        <p>Task B</p>
        <p>Task C</p>
        <p>Mean
Only Text 0.5072 0.7743</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusions &amp; Future Work</title>
      <p>This work presented team BLUE’s approach for the 2022 edition of the MEMOTION 2.0 workshop.
We described two solutions for meme classification: i) text-only approach through fine-tuning a
BERT model and ii) a Multi-Modal-Multi-Task transformer network that operates on both images
and text. Diferent from most previous methods, we employed CORAL [ 53] for performing
ordinal regression for ordinal outputs (e.g. humour intensity).</p>
      <p>By making use of powerful, state-of-the-art, pretrained models for text and images, we
obtained the first place on task A with a weighted F1 score of 0.5318, second place on task B
with a score of 0.8059 and third place on task C with a score of 0.5453. In addition, we obtain
the highest average score for all three tasks.</p>
      <p>For future work, we aim to address the issue of severely imbalanced training data and small
amount of images by designing a pipeline for self-supervised pretraining on internet-meme
images. By only fine-tuning on a small and densely annotated images, the model is more robust
to overfitting and predicting the majority class in training.</p>
      <p>Moreover, the text in the MEMOTION 2.0 dataset is cleaned by human annotators. However,
for a large-scale meme dataset used for pretraining, one can employ lexical normalization
models [61, 62] to automatically correct faulty OCR and transform the text to its canonical form,
which was a significant problem in computational pipelines from the first edition of this shared
task.
semi-supervised dataset for ofensive language identification, in: Findings of the
Association for Computational Linguistics: ACL-IJCNLP 2021, Association for Computational
Linguistics, Online, 2021, pp. 915–928. URL: https://aclanthology.org/2021.findings-acl.80.
doi:10.18653/v1/2021.findings-acl.80.
[10] R. Cao, R. K.-W. Lee, T.-A. Hoang, Deephate: Hate speech detection via multi-faceted text
representations, in: 12th ACM Conference on Web Science, 2020, pp. 11–20.
[11] S. S. Aluru, B. Mathew, P. Saha, A. Mukherjee, Deep learning models for multilingual hate
speech detection, arXiv preprint arXiv:2004.06465 (2020).
[12] A. Reyes, P. Rosso, D. Buscaldi, From humor recognition to irony detection: The figurative
language of social media, Data &amp; Knowledge Engineering 74 (2012) 1–12. URL: https://
www.sciencedirect.com/science/article/pii/S0169023X12000237. doi:https://doi.org/
10.1016/j.datak.2012.02.005, applications of Natural Language to Information
Systems.
[13] O. Weller, K. Seppi, Humor detection: A transformer gets the last laugh, in: 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, Hong Kong, China, 2019, pp. 3621–3625. URL:
https://aclanthology.org/D19-1372. doi:10.18653/v1/D19-1372.
[14] R. Ortega-Bueno, C. E. Muniz-Cuza, J. E. M. Pagola, P. Rosso, Uo upv: Deep linguistic
humor detection in spanish social media, in: Proceedings of the Third Workshop on
Evaluation of Human Language Technologies for Iberian Languages (IberEval 2018)
colocated with 34th Conference of the Spanish Society for Natural Language Processing
(SEPLN 2018), 2018, pp. 204–213.
[15] J. Plepi, L. Flek, Perceived and intended sarcasm detection with graph attention networks,
in: Findings of the Association for Computational Linguistics: EMNLP 2021, Association
for Computational Linguistics, Punta Cana, Dominican Republic, 2021, pp. 4746–4753.</p>
      <p>URL: https://aclanthology.org/2021.findings-emnlp.408.
[16] D. Hazarika, S. Poria, S. Gorantla, E. Cambria, R. Zimmermann, R. Mihalcea, CASCADE:
Contextual sarcasm detection in online discussion forums, in: Proceedings of the 27th
International Conference on Computational Linguistics, Association for Computational
Linguistics, Santa Fe, New Mexico, USA, 2018, pp. 1837–1848. URL: https://aclanthology.
org/C18-1156.
[17] D. Bamman, N. A. Smith, Contextualized sarcasm detection on twitter, in: Ninth
international AAAI conference on web and social media, 2015.
[18] L. P. Dinu, I.-B. Iordache, A. S. Uban, M. Zampieri, A computational exploration of
pejorative language in social media, in: Findings of the Association for Computational Linguistics:
EMNLP 2021, Association for Computational Linguistics, Punta Cana, Dominican Republic,
2021, pp. 3493–3498. URL: https://aclanthology.org/2021.findings-emnlp.296.
[19] O. Ignat, Y.-L. Boureau, A. Y. Jane, A. Halevy, Detecting inspiring content on social media,
in: 2021 9th International Conference on Afective Computing and Intelligent Interaction
(ACII), IEEE Computer Society, 2021, pp. 1–8.
[20] C. Caragea, L. P. Dinu, B. Dumitru, Exploring optimism and pessimism in Twitter using
deep learning, in: Proceedings of the 2018 Conference on Empirical Methods in Natural
Language Processing, Association for Computational Linguistics, Brussels, Belgium, 2018,
pp. 652–658. URL: https://aclanthology.org/D18-1067. doi:10.18653/v1/D18-1067.
[21] X. Ruan, S. Wilson, R. Mihalcea, Finding optimists and pessimists on Twitter, in:
Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume
2: Short Papers), Association for Computational Linguistics, Berlin, Germany, 2016, pp.
320–325. URL: https://aclanthology.org/P16-2052. doi:10.18653/v1/P16-2052.
[22] A. Husseini Orabi, P. Buddhitha, M. Husseini Orabi, D. Inkpen, Deep learning for depression
detection of Twitter users, in: Proceedings of the Fifth Workshop on Computational
Linguistics and Clinical Psychology: From Keyboard to Clinic, Association for Computational
Linguistics, New Orleans, LA, 2018, pp. 88–97. URL: https://aclanthology.org/W18-0609.
doi:10.18653/v1/W18-0609.
[23] A.-M. Bucur, A. Cosma, L. P. Dinu, Early risk detection of pathological gambling, self-harm
and depression using bert, CLEF (Working Notes) (2021).
[24] R. Sawhney, H. Joshi, R. R. Shah, L. Flek, Suicide ideation detection via social and temporal
user representations using hyperbolic learning, in: Proceedings of the 2021 Conference of
the North American Chapter of the Association for Computational Linguistics: Human
Language Technologies, Association for Computational Linguistics, Online, 2021, pp.
2176–2190. URL: https://aclanthology.org/2021.naacl-main.176. doi:10.18653/v1/2021.
naacl-main.176.
[25] G. Coppersmith, R. Leary, E. Whyne, T. Wood, Quantifying suicidal ideation via language
usage on social media, in: Joint Statistics Meetings Proceedings, Statistical Computing
Section, JSM, volume 110, 2015.
[26] J. H. Shen, F. Rudzicz, Detecting anxiety through Reddit, in: Proceedings of the Fourth
Workshop on Computational Linguistics and Clinical Psychology — From Linguistic Signal
to Clinical Reality, Association for Computational Linguistics, Vancouver, BC, 2017, pp.
58–65. URL: https://aclanthology.org/W17-3107. doi:10.18653/v1/W17-3107.
[27] R. Schifanella, P. de Juan, J. Tetreault, L. Cao, Detecting sarcasm in multimodal social
platforms, in: Proceedings of the 24th ACM International Conference on Multimedia, MM
’16, Association for Computing Machinery, New York, NY, USA, 2016, p. 1136–1145. URL:
https://doi.org/10.1145/2964284.2964321. doi:10.1145/2964284.2964321.
[28] R. Gomez, J. Gibert, L. Gomez, D. Karatzas, Exploring hate speech detection in multimodal
publications, in: Proceedings of the IEEE/CVF Winter Conference on Applications of
Computer Vision, 2020, pp. 1470–1478.
[29] S. Suryawanshi, B. R. Chakravarthi, M. Arcan, P. Buitelaar, Multimodal meme dataset
(MultiOFF) for identifying ofensive content in image and text, in: Proceedings of the
Second Workshop on Trolling, Aggression and Cyberbullying, European Language Resources
Association (ELRA), Marseille, France, 2020, pp. 32–41. URL: https://aclanthology.org/2020.
trac-1.6.
[30] S. Pramanick, S. Sharma, D. Dimitrov, M. S. Akhtar, P. Nakov, T. Chakraborty,
MOMENTA: A multimodal framework for detecting harmful memes and their targets, in:
Findings of the Association for Computational Linguistics: EMNLP 2021, Association for
Computational Linguistics, Punta Cana, Dominican Republic, 2021, pp. 4439–4455. URL:
https://aclanthology.org/2021.findings-emnlp.379.
[31] M. Miliani, G. Giorgi, I. Rama, G. Anselmi, G. E. Lebani, Dankmemes @ evalita 2020: The
memeing of life: Memes, multimodality and politics, in: Proceedings of the 7th evaluation</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Dawkins</surname>
          </string-name>
          ,
          <source>The Selfish Gene</source>
          , Oxford University Press, Oxford, UK,
          <year>1976</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Midgley</surname>
          </string-name>
          ,
          <article-title>The Solitary Self: Darwin and the Selfish Gene</article-title>
          , Routledge,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Patwa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ramamoorthy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Gunti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mishra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryavardan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Reganti</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Das</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chakraborty</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Sheth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ekbal</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Ahuja</surname>
          </string-name>
          ,
          <article-title>Findings of memotion 2: Sentiment and emotion analysis of memes</article-title>
          , in: Proceedings of De-Factify: Workshop on Multimodal Fact Checking and
          <article-title>Hate Speech Detection</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Demszky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Movshovitz-Attias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cowen</surname>
          </string-name>
          , G. Nemade, S. Ravi,
          <article-title>GoEmotions: A dataset of fine-grained emotions, in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>4040</fpage>
          -
          <lpage>4054</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .acl-main.
          <volume>372</volume>
          . doi:
          <volume>10</volume>
          . 18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>372</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jianqiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Xiaolin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xuejun</surname>
          </string-name>
          ,
          <article-title>Deep convolution neural networks for twitter sentiment analysis</article-title>
          ,
          <source>IEEE Access 6</source>
          (
          <year>2018</year>
          )
          <fpage>23253</fpage>
          -
          <lpage>23260</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N.</given-names>
            <surname>Alvarez-Gonzalez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kaltenbrunner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gómez</surname>
          </string-name>
          ,
          <article-title>Uncovering the limits of text-based emotion detection</article-title>
          ,
          <source>in: Findings of the Association for Computational Linguistics: EMNLP</source>
          <year>2021</year>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Punta Cana, Dominican Republic,
          <year>2021</year>
          , pp.
          <fpage>2560</fpage>
          -
          <lpage>2583</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .findings-emnlp.
          <volume>219</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>T.</given-names>
            <surname>Davidson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warmsley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Macy</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Weber</surname>
          </string-name>
          ,
          <article-title>Automated hate speech detection and the problem of ofensive language</article-title>
          ,
          <source>in: Proceedings of the International AAAI Conference on Web and Social Media</source>
          , volume
          <volume>11</volume>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Malmasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Farra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Predicting the type and target of ofensive posts in social media, in: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), Association for Computational Linguistics</article-title>
          , Minneapolis, Minnesota,
          <year>2019</year>
          , pp.
          <fpage>1415</fpage>
          -
          <lpage>1420</lpage>
          . URL: https://aclanthology.org/ N19-1144. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>N19</fpage>
          -1144.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Atanasova</surname>
          </string-name>
          , G. Karadzhov,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          , P. Nakov,
          <article-title>SOLID: A large-scale campaign of Natural Language Processing and Speech tools for Italian (EVALITA</article-title>
          <year>2020</year>
          ),
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>C.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bhageria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Scott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. PYKL</given-names>
            ,
            <surname>A. Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Pulabaigari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gambäck</surname>
          </string-name>
          , SemEval
          <article-title>-2020 task 8: Memotion analysis- the visuo-lingual metaphor!</article-title>
          ,
          <source>in: Proceedings of the Fourteenth Workshop on Semantic Evaluation</source>
          , International Committee for Computational Linguistics,
          <source>Barcelona (online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>759</fpage>
          -
          <lpage>773</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .99. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .
          <fpage>99</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Firooz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Goswami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ringshia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Testuggine</surname>
          </string-name>
          ,
          <article-title>The hateful memes challenge: Detecting hate speech in multimodal memes</article-title>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>33</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>L.</given-names>
            <surname>Mathias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Mostafazadeh</given-names>
            <surname>Davani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Prabhakaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Vidgen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Waseem</surname>
          </string-name>
          ,
          <article-title>Findings of the WOAH 5 shared task on fine grained hateful memes detection</article-title>
          ,
          <source>in: Proceedings of the 5th Workshop on Online Abuse and Harms (WOAH</source>
          <year>2021</year>
          ),
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2021</year>
          , pp.
          <fpage>201</fpage>
          -
          <lpage>206</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          . woah-
          <volume>1</volume>
          .21. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .woah-
          <volume>1</volume>
          .
          <fpage>21</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>D.</given-names>
            <surname>Dimitrov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. Bin</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Silvestri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Firooz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Da San Martino, SemEval
          <article-title>-2021 task 6: Detection of persuasion techniques in texts and images</article-title>
          ,
          <source>in: Proceedings of the 15th International Workshop on Semantic Evaluation (SemEval2021)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2021</year>
          , pp.
          <fpage>70</fpage>
          -
          <lpage>98</lpage>
          . URL: https: //aclanthology.org/
          <year>2021</year>
          .semeval-
          <volume>1</volume>
          .7. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .semeval-
          <volume>1</volume>
          .7.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>Very deep convolutional networks for large-scale image recognition</article-title>
          , in: Y. Bengio, Y. LeCun (Eds.),
          <source>3rd International Conference on Learning Representations, ICLR</source>
          <year>2015</year>
          , San Diego, CA, USA, May 7-
          <issue>9</issue>
          ,
          <year>2015</year>
          , Conference Track Proceedings,
          <year>2015</year>
          . URL: http://arxiv.org/abs/1409.1556.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Iofe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vanhoucke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Alemi</surname>
          </string-name>
          ,
          <article-title>Inception-v4, inception-resnet and the impact of residual connections on learning</article-title>
          ,
          <source>in: Thirty-first AAAI conference on artificial intelligence</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , BERT:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers),
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . URL: https://aclanthology.org/ N19-1423. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>N19</fpage>
          -1423.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ramamoorthy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Gunti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mishra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryavardan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Reganti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Patwa</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Das</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chakraborty</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Sheth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ekbal</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Ahuja</surname>
          </string-name>
          ,
          <article-title>Memotion 2: Dataset on sentiment and emotion analysis of memes</article-title>
          , in: Proceedings of De-Factify: Workshop on Multimodal Fact Checking and
          <article-title>Hate Speech Detection</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , BERT:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers),
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . URL: https://aclanthology.org/ N19-1423. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>N19</fpage>
          -1423.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>L.</given-names>
            <surname>Bonheme</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Grzes</surname>
          </string-name>
          , SESAM at SemEval
          <article-title>-2020 task 8: Investigating the relationship between image and text in sentiment analysis of memes</article-title>
          ,
          <source>in: Proceedings of the Fourteenth Workshop on Semantic Evaluation</source>
          , International Committee for Computational Linguistics,
          <source>Barcelona (online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>804</fpage>
          -
          <lpage>816</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .102. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .
          <fpage>102</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>V.</given-names>
            <surname>Keswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Modi</surname>
          </string-name>
          , IITK at SemEval
          <article-title>-2020 task 8: Unimodal and bimodal sentiment analysis of Internet memes</article-title>
          ,
          <source>in: Proceedings of the Fourteenth Workshop on Semantic Evaluation</source>
          , International Committee for Computational Linguistics,
          <source>Barcelona (online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>1135</fpage>
          -
          <lpage>1140</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .150. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .semeval-
          <volume>1</volume>
          .
          <fpage>150</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          , Ł. Kaiser,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          ,
          <article-title>Attention is all you need</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>30</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delangue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cistac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Rault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Louf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Funtowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Davison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shleifer</surname>
          </string-name>
          , P. von Platen, C. Ma,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jernite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Plu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Le</given-names>
            <surname>Scao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gugger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Drame</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Lhoest</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rush</surname>
          </string-name>
          , Transformers:
          <article-title>State-of-the-art natural language processing</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .emnlp-demos.6. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .emnlp-demos.
          <volume>6</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kudo</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Richardson,</surname>
          </string-name>
          <article-title>SentencePiece: A simple and language independent subword tokenizer and detokenizer for neural text processing</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, Association for Computational Linguistics</source>
          , Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>66</fpage>
          -
          <lpage>71</lpage>
          . URL: https://aclanthology.org/D18-2012. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D18</fpage>
          -2012.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Kingma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ba</surname>
          </string-name>
          ,
          <article-title>Adam: A method for stochastic optimization</article-title>
          , in: Y. Bengio, Y. LeCun (Eds.),
          <source>3rd International Conference on Learning Representations, ICLR</source>
          <year>2015</year>
          , San Diego, CA, USA, May 7-
          <issue>9</issue>
          ,
          <year>2015</year>
          , Conference Track Proceedings,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>M.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Le</surname>
          </string-name>
          , Eficientnet:
          <article-title>Rethinking model scaling for convolutional neural networks</article-title>
          ,
          <source>in: International conference on machine learning, PMLR</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>6105</fpage>
          -
          <lpage>6114</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>A.</given-names>
            <surname>Radford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hallacy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          , G. Goh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sastry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Askell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mishkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clark</surname>
          </string-name>
          , et al.,
          <article-title>Learning transferable visual models from natural language supervision</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>8748</fpage>
          -
          <lpage>8763</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          , Sentence-BERT:
          <article-title>Sentence embeddings using Siamese BERTnetworks</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>3982</fpage>
          -
          <lpage>3992</lpage>
          . URL: https://aclanthology.org/D19-1410. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D19</fpage>
          -1410.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <article-title>Imagenet: A large-scale hierarchical image database, in: 2009 IEEE conference on computer vision and pattern recognition,</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>