<!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 />
    <article-meta>
      <title-group>
        <article-title>NLP4SM: Natural Language Processing for social media</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gonzalo Medina Medina</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose Camacho Collados</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eugenio Martínez Cámara</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Artificial Intelligence, Andalusian Research Institute in Data Science and Computational Intelligence (DaSCI), University of Granada</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science and Informatics, Cardif University</institution>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
      </contrib-group>
      <fpage>66</fpage>
      <lpage>69</lpage>
      <abstract>
        <p>NLP4SM is a website for the execution, analysis and comparison of tweet classification methods based on language models. Currently, NLP4SM supports the text classification tasks considered in TweetEval, but it aims at integrating additional text clasification tasks and to wider the number of language models available with the goal of becoming to a benchmark platform for assessing text classification methods with real data from social media.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Language models</kwd>
        <kwd>text classification</kwd>
        <kwd>social media</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>of a message.</p>
      <p>
        The potential of language models has made them
The most likely source of the vertiginous progress of the baseline of a wide range of NLP tasks, and they
Natural Language Processing (NLP) in the recent can even be used for developing learning models in
years is the proposal of the Word2Vec model [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], production environments. On the other hand, the
which eases the generation of unsupervised linguis- ease of tuning these models to specific NLP tasks has
tic features that are known as word embeddings led the development and release of a huge amount
and they represent the meaning of words in vec- of pre-trained language models in a large bunch
tors of real numbers. The strong results reached of NLP task, with HuggingFace and especially its
by word embeddings based on Word2Vect enhanced Transformers library [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] standing out. This vast
the design of new word embeddings models, such variety of language models makes their comparison
as Glove.1 These models set an embedding vec- and analysis really dificult as a previous step of the
tor to each word regardless of its context, and for particular language model to fine-tune to a specific
this reason the next landmark were starred by the use case.
contextual word embeddings models [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The trans- The certain use of language in social networks
formers models stand out as contextual word em- makes to adapt the NLP methods to the specific use
beddings, with BERT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] as outstanding example. of language of each social network, as for instance
These models are known as language models, and to Twitter [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Language models also needs this
their capacity of representing the meaning of words iftting to the use of language of social networks,
couple with the possibility of using them as pre- which makes them to be at the top of most NLP
trained models have driven the progress of a broad shared-tasks.
branch of NLP tasks, especially those mostly linked The great availability of language models has
to the classification of the semantic meaning of text, not been coupled with the release of web platforms
such as the opinion polarity of a review, the ofen- for comparing and analysing the diferent language
sive meaning or the underlying emotional meaning models in specific NLP tasks. Nevertheless, the
issue of the great availability of training corpora
and the evaluation of learning models begins to
be resolved by the publication of leader boards of
learning models trained on gold standards, such as
SuperGLUE [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] or TweetEval [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Following the example of the NLP classification
tasks leader boards, we present the web platform
NLP4SM,2,3 whose demonstrative prototype is
described in this paper. NLP4SM is a web application
for analysing the performance of Twitter language
2Prototype: https://nlp4sm.on.fleek.co/
3Production [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]: https://tweetnlp.org/demo/
models fine-tuned to the tasks of (1) sentiment anal- Irony detection The goal is to classify whether a
ysis, (2) emotion analysis, (3) ofensive language tweet is ironic. The corpus of the Irony Detection
classification, (4) hate speech classification, (5) irony task from SemEval18 was used to fit the model
detection and (6) stance classification on abortion, [12].7
climate change, atheism, feminism and Hillary
Clinton. NLP4SM allows on one hand the classification Ofensive language It identifies whether a span
of a free span of text, and on the other hand the of text has an ofensive meaning. The corpus of
classification of the meaning of a bunch of tweets OfensEval from SemEval19 was used to fit the
returned by Twitter. Furthermore, the classification model [13].8
results are shown as charts to ease their
understanding. NLP4SM can be used by non-NLP experts and Emoji prediction It aims at predicting the emoji
NLP scientists that need to compare diferent lan- that best represent the meaning of a tweet. The
guage models in one of the mentioned tasks on real corpus of Emoji Prediction from SemEval18 was
data. The design of the system allows the consider- used to fit the model [14]. 9
ation of new language models of the previous NLP
tasks, as well as the incorporation of new result
visualisation methods.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Language Models in NLP4SM</title>
      <sec id="sec-2-1">
        <title>The first version of NLP4SM incorporates learning</title>
        <p>models that classify the meaning of tweets. The
learning models are based on the fine-tuning of
Twitter language models to the specific NLP tasks,
which we subsequently describe.</p>
        <sec id="sec-2-1-1">
          <title>2.1. NLP tasks</title>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>We select the NLP tasks according to their scientific</title>
        <p>relevancy, as well as the high social demand to have
automatic systems that can identify specific kind
of messages. The tasks are also part of TweetEval,
and we present them as what follows.</p>
      </sec>
      <sec id="sec-2-3">
        <title>Stance classification It classifies the author stance</title>
        <p>according to a topic. The corpus of the task Detectin
Stance from SemEval16 was used to fit the model.
The topics considered are: abortion,10 atheism,11
feminism,12 climate change13 and Hillary Clinton.14
Multinguality Social networks are multilingual,
and for this reason NLP4SM also allows to analyse
multilingual language models, namely those ones
based on XLM-R [15] that is fitted on a large set of
tweets written in more than 50 languages. NLP4SM
also provides the XLM-T language model fitted to
the sentiment analysis task in eight diferent
languages [16].</p>
        <sec id="sec-2-3-1">
          <title>2.2. Language Models</title>
        </sec>
      </sec>
      <sec id="sec-2-4">
        <title>The language models currently included in NLP4SM</title>
        <p>
          match with the ones in TweetEval and they are
availEmotion analysis It identifies the underling emo- able in HuggingFace. We have used the
RoBERTation of a text. Although it is a multi-label task, we base model [17] pre-trained on English text from
redefined it as a multi-class classification task. The social networks [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
corpus “Afect in Tweets” [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] was used to fit the The fine-tuning of RoBERTa-base to each NLP
model to the most frequent emotions of the corpus: task is based on a output layer with the same output
joy, optimism, anger and sadness.4 units than the number of classes of each task [17].
Sentiment analysis It classifies the opinion polar- 7https://huggingface.co/cardifnlp/
ity in positive, negative or neutral. The corpus of twitter-roberta-base-irony
the subtask A of “Sentiment Analysis in Twitter” 8https://huggingface.co/cardifnlp/
task of SemEval17 [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] was used to fit the model. 5 twitter-roberta-base-ofensive
9https://huggingface.co/cardifnlp/
twitter-roberta-base-emoji
Hate speech It aims at classifying whether a tweet 10https://huggingface.co/cardifnlp/
express hate. The corpus of HateEval from Se- twitter-roberta-base-stance-abortion
mEval19 was used to fit the model [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. 6 11https://huggingface.co/cardifnlp/
twitter-roberta-base-stance-atheism
4https://huggingface.co/cardifnlp/ 12https://huggingface.co/cardifnlp/
twitter-roberta-base-emotion twitter-roberta-base-stance-feminist
5https://huggingface.co/cardifnlp/ 13https://huggingface.co/cardifnlp/
twitter-roberta-base-sentiment twitter-roberta-base-stance-climate
6https://huggingface.co/cardifnlp/ 14https://huggingface.co/cardifnlp/
twitter-roberta-base-hate twitter-roberta-base-stance-hillary
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4. Conclusions and future work</title>
      <sec id="sec-3-1">
        <title>The languages models used are described and linked in section 2.1.</title>
      </sec>
      <sec id="sec-3-2">
        <title>In this paper, we presented the prototype demon</title>
        <p>stration NLP4SM, which aims at easing the access,
3. Description of NLP4SM analysis and comparison of classification models
based on language models of diferent NLP tasks
We aim at providing an unified and accessible plat- with real data from social networks. NLP4SM
alform for assessing and analysing social network text lows the evaluation of any span of text, and the
classification models. Hence, we have developed a evaluation of tweets from a user query.
web application for the first version of NLP4SM. We plan as future work: (1) to integrate more</p>
        <p>NLP4SM is built upon a client-server architecture NLP tasks, (2) to extend the number of language
led by a REST API. Moreover, we have relied on models considered, and (3) to add a greater number
external services for running the language models. of visualisation methods of results.
NLP4SM uses Huggingface because it is currently
the on-cloud service that hosts the language models
included in NLP4SM, it is the artificial intelligence Acknowledgments
service platform most used by the NLP research
community and it provides a high quality service. This research work is supported by the R&amp;D&amp;I</p>
        <p>The server side is developed in Python and it is grant PID2020-116118GA-I00 funded by MCIN/
based on the micro-framework Flask. The server AEI/10.13039/501100011033.
side is responsible of the communication with
HuggingFace through using its API. Moreover, the References
server side queries Twitter according to the user
query.</p>
        <p>The client side is a web interface based on
JavaScript React. It allows two diferent forms
of evaluating the models, namely:</p>
      </sec>
      <sec id="sec-3-3">
        <title>Text mode It evaluates any language model de</title>
        <p>scribed in section 2 with a span of text written
down by the user in a text box. Several charts show
the result of the evaluation. Figure 1 depicts and
example of the text mode.</p>
        <p>Twitter mode It process a set of tweets returned
in real-time from Twitter according to the user
query. The user can configure his query according
to the language, the time and the specific text of
the query. NLP4SM retrieves the tweets and shows
with diferent kind of charts the result of running
the selected language model. Figure 2 depicts and
example of the text mode.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <article-title>Eficient estimation of word representations in vector space</article-title>
          ,
          <source>in: Proc. of Workshop at ICLR</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M. T.</given-names>
            <surname>Pilehvar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <article-title>Embeddings in natural language processing: theory and advances in vector representations of meaning</article-title>
          ,
          <source>Synthesis Lectures on Human Language Technologies</source>
          <volume>13</volume>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>175</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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: Proc. of the 2019 Conf. of the NAACL</source>
          , Vol.
          <volume>1</volume>
          (Long and Short Papers),
          <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="ref4">
        <mixed-citation>
          [4]
          <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>
          , C. Xu, guinetti, SemEval-2019 task 5:
          <string-name>
            <surname>Multilingual</surname>
            <given-names>T. Le</given-names>
          </string-name>
          <string-name>
            <surname>Scao</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gugger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Drame</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          <article-title>Lhoest, detection of hate speech against immigrants A. Rush, Transformers: State-of-the-art nat- and women in Twitter, in: Proceedings of ural language processing</article-title>
          ,
          <source>in: Proceedings of the 13th International Workshop on Semanthe 2020 Conference on Empirical Methods in tic Evaluation, Association for Computational Natural Language Processing: System Demon- Linguistics</source>
          , Minneapolis, Minnesota, USA, strations,
          <source>Association for Computational Lin- 2019</source>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>63</lpage>
          . URL: https://aclanthology. guistics, Online,
          <year>2020</year>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          . URL: https:// org/S19-2007. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>S19</fpage>
          -2007. aclanthology.org/
          <year>2020</year>
          .emnlp-demos.6. doi:10. [12]
          <string-name>
            <surname>C. Van Hee</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lefever</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Hoste</surname>
          </string-name>
          , SemEval18653/v1/
          <year>2020</year>
          .
          <article-title>emnlp-demos.6. 2018 Task 3: Irony detection in English</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>E.</given-names>
            <surname>Martínez-Cámara</surname>
          </string-name>
          , M. T. Martín-Valdivia, tweets,
          <source>in: Proc. of The 12th Int</source>
          . Workshop L. A.
          <string-name>
            <surname>Ureña-López</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Montejo-Ráez</surname>
          </string-name>
          , Sen- on
          <source>Semantic Evaluation</source>
          ,
          <year>2018</year>
          . URL: https:// timent analysis in twitter, Natural Lan- aclanthology.org/S18-1005. doi:
          <volume>10</volume>
          .18653/v1/ guage Engineering 20 (
          <year>2014</year>
          )
          <fpage>1</fpage>
          -
          <lpage>28</lpage>
          . doi:10.
          <fpage>S18</fpage>
          -
          <volume>1005</volume>
          . 1017/S1351324912000332. [13]
          <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>
          , S. Rosen-
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Pruksachatkun</surname>
          </string-name>
          , N. Nangia, thal, N. Farra, R. Kumar, SemEval
          <article-title>-2019 task 6: A</article-title>
          .
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Michael</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>O. Levy</given-names>
          </string-name>
          ,
          <article-title>Identifying and categorizing ofensive language S. Bowman, Superglue: A stickier benchmark in social media (OfensEval), in: Proceedings for general-purpose language understanding of the</article-title>
          13th International Workshop on Semansystems, in: H.
          <string-name>
            <surname>Wallach</surname>
          </string-name>
          , H. Larochelle, tic Evaluation,
          <article-title>Association for Computational A</article-title>
          .
          <string-name>
            <surname>Beygelzimer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <article-title>d'Alché-</article-title>
          <string-name>
            <surname>Buc</surname>
          </string-name>
          , E. Fox, Linguistics, Minneapolis, Minnesota, USA, R. Garnett (Eds.),
          <source>Advances in Neural</source>
          <year>2019</year>
          , pp.
          <fpage>75</fpage>
          -
          <lpage>86</lpage>
          . URL: https://aclanthology.
          <source>Information Processing Systems</source>
          , volume
          <volume>32</volume>
          , org/S19-2010. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>S19</fpage>
          -2010. Curran Associates, Inc.,
          <year>2019</year>
          . URL: https: [14]
          <string-name>
            <given-names>F.</given-names>
            <surname>Barbieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ronzano</surname>
          </string-name>
          , //proceedings.neurips.cc/paper/2019/file/ L.
          <string-name>
            <surname>Espinosa-Anke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Ballesteros</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Basile</surname>
          </string-name>
          , 4496bf24afe7fab6f046bf4923da8de6-
          <fpage>Paper</fpage>
          . V.
          <string-name>
            <surname>Patti</surname>
          </string-name>
          , H. Saggion,
          <article-title>SemEval 2018 task 2: pdf. Multilingual emoji prediction</article-title>
          , in: Proceed-
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Barbieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          , L. Es- ings
          <source>of The 12th International Workshop on pinosa Anke</source>
          , L. Neves, TweetEval: Unified Semantic Evaluation,
          <article-title>Association for Compubenchmark and comparative evaluation for tational Linguistics, New Orleans, Louisiana, tweet classification</article-title>
          ,
          <source>in: Findings of the 2018</source>
          , pp.
          <fpage>24</fpage>
          -
          <lpage>33</lpage>
          . URL: https://aclanthology.
          <source>ACL: EMNLP</source>
          <year>2020</year>
          ,
          <year>2020</year>
          . URL: https: org/S18-1003. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>S18</fpage>
          -1003. //aclanthology.org/
          <year>2020</year>
          .findings-emnlp.
          <volume>148</volume>
          . [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>Conneau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Khandelwal</surname>
          </string-name>
          , N. Goyal, doi:10.18653/v1/
          <year>2020</year>
          .findings-emnlp.148. V.
          <string-name>
            <surname>Chaudhary</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Wenzek</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Guzmán</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Rezaee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Riahi</surname>
          </string-name>
          , E. Grave,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>StoyA. Ushio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Loureiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Antypas</surname>
          </string-name>
          , J. Bois- anov, Unsupervised cross-lingual represenson, L.
          <string-name>
            <surname>Espinosa-Anke</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <article-title>Martínez- tation learning at scale</article-title>
          , in: ProceedCámara, et al.,
          <article-title>Tweetnlp: Cutting-edge natu- ings of the 58th Annual Meeting of the ral language processing for social media, arXiv Association for Computational Linguistics</article-title>
          , preprint arXiv:
          <volume>2206</volume>
          .14774 (
          <year>2022</year>
          ).
          <article-title>Association for Computational Linguistics,</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Bravo-Marquez</surname>
          </string-name>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>8440</fpage>
          -
          <lpage>8451</lpage>
          . URL:
          <string-name>
            <surname>https: M. Salameh</surname>
          </string-name>
          , S. Kiritchenko, SemEval- //aclanthology.org/
          <year>2020</year>
          .acl-main.
          <volume>747</volume>
          . doi:10.
          <year>2018</year>
          task
          <article-title>1: Afect in tweets</article-title>
          ,
          <source>in: 18653/v1/2020.acl-main.747. Proc. of The 12th Int. Workshop on</source>
          [16]
          <string-name>
            <given-names>F.</given-names>
            <surname>Barbieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Espinosa-Anke</surname>
          </string-name>
          , J.
          <source>CamachoSemantic Evaluation</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          . Collados,
          <string-name>
            <given-names>A Multilingual</given-names>
            <surname>Language Model</surname>
          </string-name>
          <string-name>
            <surname>URL</surname>
          </string-name>
          : https://aclanthology.org/S18-1001. Toolkit for Twitter, in: arXiv preprint doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>S18</fpage>
          -1001. arXiv:
          <volume>2104</volume>
          .12250,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Farra</surname>
          </string-name>
          , P. Nakov, SemEval- [17]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <year>2017</year>
          task 4:
          <article-title>Sentiment analysis in Twitter</article-title>
          , in: D.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <source>Proc. of the 11th Int. Workshop on</source>
          Seman- V. Stoyanov,
          <article-title>RoBERTa: A robustly optimized tic Evaluation (SemEval-</article-title>
          <year>2017</year>
          ),
          <year>2017</year>
          , pp.
          <fpage>502</fpage>
          -
          <article-title>BERT pretraining approach</article-title>
          ,
          <source>arXiv preprint 518</source>
          . URL: https://aclanthology.org/S17-2088. arXiv:
          <year>1907</year>
          .
          <volume>11692</volume>
          (
          <year>2019</year>
          ). doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>S17</fpage>
          -2088.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>V.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fersini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nozza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Rangel Pardo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , M. San-
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>