<!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>GuillemGSubies at IDPT2021: Identifying Irony in Portuguese with BERT</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Guillem Garc a Subies</string-name>
          <email>guillem.garcia@iic.uam.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Instituto de Ingenier a del Conocimiento</institution>
          ,
          <addr-line>Francisco Tomas y Valiente st., 11 EPS, B Building, 5th oor UAM Cantoblanco. 28049 Madrid</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes a system created for the IDPT 2021 shared task, framed within the IberLEF 2021 workshop. We present an approach mainly based on ne-tuned BERT models using a Grid-Search and Data Augmentation with MLM substitution. Our models far outperform the baselines and achieve results close to to the state-of-the-art. Task Description There are two corpora, one for tweets and one for news (task1 and task2 respectively). For both of them, the problem is binary classi cation, where the sample can be ironic or not.</p>
      </abstract>
      <kwd-group>
        <kwd>Irony Detection</kwd>
        <kwd>BERT</kwd>
        <kwd>Transformers</kwd>
        <kwd>Data Augmentation</kwd>
        <kwd>BERTimbau</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Although irony can be relatively easy to identify for humans, it is not so easy to
detect for NLP models [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], mainly because the information can be implicit and
usually doesn't use the literal meaning of the words used. This makes the task
of irony detection prefect to evaluate the evolution of NLP systems.
      </p>
      <p>
        The IDPT (Irony Detection in Portuguese) shared task proposes, during this
third edition of the IberLEF [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] workshop, a corpus to detect irony in tweets
and news written in Portuguese [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This article summarizes our participation in
all the IDPT tasks.
      </p>
      <p>
        Given the success of Transformer-inspired language models [23], both in
academia and industry [24], we decided to use already pre-trained BERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
models. Furthermore, their ability to understand contextual information can be
very useful for the irony detection task. Speci cally, we will use BERTimbau
[21] with hyperparameters Grid-Search. To address the problem of small data,
we will use Data Augmentation techniques.
1.1
      </p>
      <p>
        The tweets corpus has 15212 tweets and the news one has 18494 news for
their train splits. The data is collected from various preexisting sources [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Then, the test splits are composed of 300 tweets and 300 news gathered
and annotated by the organizers of the tasks. This will help to create models
that generalize very well.
      </p>
      <p>
        The metric used to evaluate the results is the balanced accuracy. This is
mainly because both datasets are very unbalanced as we can see in the table
1. It is also notable the di erence between tasks; most of the tweets are ironic
while most of the news are not ironic.
This work is focused on proving that it is possible to use open source resources
and relatively small language models (compared to the newest models like
GPT3 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]) to obtain state-of-the-art results. Speci cally, the main goal is to obtain a
Portuguese language model that can detect the irony in the text and meet the
requirements explained before.
To achieve the goals explained above we will ne-tune a BERTimbau model [21]
with Grid-search optimized parameters. Along with this model, the data is rst
preprocessed with simple heuristics and then, augmented with Masked Language
Model word masking.
      </p>
      <p>In the next section, we will brie y see some previous work related to this
topic. Then, in Section 3, we will explain the main ideas behind the proposed
models and the experiments we did. In Section 4 we will present a summary of
the results we got. Finally, in Section 5 we will expose the main conclusions of
our work and results, and we will also propose some ideas for future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        There is an extensive bibliography on Sentiment Analysis and irony detection in
social media given the high scienti c interest in solving such a di cult problem.
Some early attempts to create corpora in this eld were for sarcasm detection,
for instance Davidov et al. used Amazon Mechanical Turk to create a corpus
with 5.9 million tweets [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and Rilo et al. explore the identi cation of sarcastic
tweets that have a positive word or comment followed by an undesirable situation
[20].
      </p>
      <p>
        There have also been some attempts to create irony detection corpora in
other languages than English. For example, Ptacek et al. [19] created a Czech
sarcasm binary classi cation dataset for tweets and also propose a n-gram and
heuristics based embeddings that are feed intro classic machine learning models.
Liebrecht et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] collect a Dutch sarcasm dataset from tweets that included
the hashtag #sarcasm and hypothesize about that hashtag being the digital
equivalent of non-verbal expressions in live interactions. Bilal et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] collect
irony detection datasets in di erent languages in order to show that good models
can be trained even when the data for some language is scarce.
      </p>
      <p>
        Following this trend, there have been a lot of irony detection competitions
these last years. For instance, IDAT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed a binary classi cation problem
to detect irony in tweets written in Arabic. The best model was a feature based
one with classic machine learning models, outperforming even BERT models.
IroSvA, [16], proposed a binary irony classi cation problem for Spanish tweets in
di erent Spanish dialects. This time, the best model fed a Word2Vec embeddings
into a Transformer model as a weights initialization.
      </p>
      <p>
        For the Portuguese language, Carvalho et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] detect irony in newspaper
comments using simple glossaries, proving that complex linguistic features do
not work for irony. Following the same trend Freitas et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] create a list of
relevant patterns to detect irony in Portuguese tweets.
      </p>
      <p>It is notable that some of the models used in these works still use linguistic
features and heuristics to detect the irony. However, we will focus on the potential
of language models to solve this task without any linguistic features.
3
3.1</p>
    </sec>
    <sec id="sec-3">
      <title>Models</title>
      <sec id="sec-3-1">
        <title>Data Preprocessing</title>
        <p>We performed a simple preprocessing where we substituted some expressions
with a more normalized form:
{ Every URL was replaced with the token \[URL]", so we don't get strange
tokens when the tokenizer tries to process a URL. Furthermore, no semantic
information about irony can be inferred from a URL, the only information
relevant for the model is that there is a URL in that token.
{ The hashtag characters (\#") were deleted (\#example" ! \example")
because the base language models we will use, are trained in generic text and
might not understand their meaning. Furthermore, most of the hashtags are
used the same way as normal words.
{ We replaced every username with the generic token \[USER]" because the
exact name of a user does not really add any information about the irony.
The only relevant feature is knowing if someone was mentioned or not, but
not who.
{ Finally, we normalized every laugh (\jasjajajajj" ! \haha"), so we minimize
the noise of the misspellings, common in social networks.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Baselines</title>
        <p>We created some baselines, so we can compare our models properly. We selected
a HashingVectorizer + RandomForest. This way, we can compare our models to
a classic feature extraction model.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Language Models</title>
        <p>We used BERTimbau [21], a Portuguese BERT model that outperforms mBERT
and the previous state-of-the-art. Speci cally, we used the large model,
bertlarge-portuguese-cased. For the ne-tuning process, we carried out a Grid-search
optimization over the main parameters of the neural network: learning rate,
batch size and dropout rate. The search was performed with a 5-fold strati ed
cross-validation with the following grid: Learning rate, (1e 6; 1e 5; 3e 5; 5e
5; 1e 4); batch size, (8; 16; 32) and dropout rate, (0:08; 0:1; 0:12). The best
parameters for both models were: learning rate, 1e 5; batch size, 16 and dropout
rate, 0:1.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Data Augmentation</title>
        <p>As the dataset is relatively small, we decided to run Data Augmentation
techniques. The selected strategy was the Data Augmentation through the masking
of words with a Masked Language Model, BERTimbau. For every sample in the
dataset, we randomly masked 15% of the tokens and used BERTimbau to
predict them, creating a modi ed sample. With this method, we obtained double
the amount of the original samples.
4
4.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments and Results</title>
      <sec id="sec-4-1">
        <title>Experimental Setup</title>
        <p>
          The software we used was Python3.8, transformers 4.5.1 [24], pytorch 1.8.1 [17],
scikit-learn 0.24.1 [18] and nlpaug 1.1.3 [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Results</title>
        <p>In the Table 2 we can see the results for our models in the test set of the rst
task. Our runs for this task are BERTimbau and BERTimbau-aug, without data
augmentation and with data augmentation, respectively as explained in Section
3.3.</p>
        <p>We can see that the language model far outperforms classic methods like
hashing tricks and a random forest. We can also see that, although the Data
Augmentation does not provide a great performance boost, it is still useful in
order to have better models. All in all, our models obtain great results given
their simplicity, proving that nding the right parameters for the model is crucial
for optimizing the performance. These results are placed fourth among all the
participating teams, which proves that our approach, given it's simplicity and
the lack any linguistic analysis, is very good.</p>
        <p>For the second task, the results were not as good as the ones obtained in
the rst task. In the Table 3 we can look at them in more detail. It looks like
BERTimbau did not behave so well with the news dataset.
Through this shared task, we have seen that NLP can be of great help in
detecting irony from natural language in social networks and there is still a long
way to go. The results obtained by our systems are very promising given their
great performance and their simplicity. This compilation of methods is very
signi cant because it could lead to much better results when combined with other
improvements from the state-of-the-art. Particularly, the Data Augmentation
approach with the Grid-search have proven to work really well in this context.
We therefore consider that we have achieved our goals for this shared task.</p>
        <p>
          However, we believe that our results could improve a lot using speci c
language models trained only with corpora from social networks. Another
interesting approach would be to use a general language model and further pre-train
it with corpora from the same domain [22] as the nal task. Finally, we have
proven that good hyperparameters are also key for a good neural network, so
a better search, like the Population Based Training [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], would further improve
the model.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work has been partially funded by the Instituto de Ingenier a del Conocimiento
(IIC) and the hardware used was also provided by the IIC.
Gutierrez, Y., Zafra, S.M.J., Lima, S., de Arco, F.M.P., Taule, M.: Proceedings of
the Iberian Languages Evaluation Forum (IberLEF 2021). In: CEUR Workshop
Proceedings (2021)
16. Ortega-Bueno, R., Rangel, F., Hernandez Far as, D., Rosso, P., Montes-y Gomez,
M., Medina Pagola, J.E.: Overview of the task on irony detection in spanish
variants. In: Proceedings of the Iberian languages evaluation forum (IberLEF 2019),
co-located with 34th conference of the Spanish Society for natural language
processing (SEPLN 2019). CEUR-WS. org. vol. 2421, pp. 229{256 (2019)
17. Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T.,
Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., Kopf, A., Yang, E., DeVito,
Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J.,
Chintala, S.: Pytorch: An imperative style, high-performance deep learning library. In:
Wallach, H., Larochelle, H., Beygelzimer, A., d'Alche-Buc, F., Fox, E., Garnett,
R. (eds.) Advances in Neural Information Processing Systems 32, pp. 8024{8035.
Curran Associates, Inc. (2019),
http://papers.neurips.cc/paper/9015-pytorch-animperative-style-high-performance-deep-learning-library.pdf
18. Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O.,
Blondel, M., Prettenhofer, P., Weiss, R., Dubourg, V., Vanderplas, J., Passos, A.,
Cournapeau, D., Brucher, M., Perrot, M., Duchesnay, E.: Scikit-learn: Machine
learning in Python. Journal of Machine Learning Research 12, 2825{2830 (2011)
19. Ptacek, T., Habernal, I., Hong, J.: Sarcasm detection on Czech and English
Twitter. In: Proceedings of COLING 2014, the 25th International Conference on
Computational Linguistics: Technical Papers. pp. 213{223. Dublin City
University and Association for Computational Linguistics, Dublin, Ireland (Aug 2014),
https://www.aclweb.org/anthology/C14-1022
20. Rilo , E., Qadir, A., Surve, P., De Silva, L., Gilbert, N., Huang, R.: Sarcasm as
contrast between a positive sentiment and negative situation. In: Proceedings of
the 2013 Conference on Empirical Methods in Natural Language Processing. pp.
704{714. Association for Computational Linguistics, Seattle, Washington, USA
(Oct 2013), https://www.aclweb.org/anthology/D13-1066
21. Souza, F., Nogueira, R., Lotufo, R.: BERTimbau: pretrained BERT models
for Brazilian Portuguese. In: 9th Brazilian Conference on Intelligent Systems,
BRACIS, Rio Grande do Sul, Brazil, October 20-23 (to appear) (2020)
22. Sun, C., Qiu, X., Xu, Y., Huang, X.: How to ne-tune bert for text classi cation?
(2020)
23. Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A.N., Kaiser,</p>
      <p>L., Polosukhin, I.: Attention is all you need (2017)
24. Wolf, T., Debut, L., Sanh, V., Chaumond, J., Delangue, C., Moi, A., Cistac, P.,
Rault, T., Louf, R., Funtowicz, M., Davison, J., Shleifer, S., von Platen, P., Ma, C.,
Jernite, Y., Plu, J., Xu, C., Scao, T.L., Gugger, S., Drame, M., Lhoest, Q., Rush,
A.M.: Transformers: State-of-the-art natural language processing. In: Proceedings
of the 2020 Conference on Empirical Methods in Natural Language Processing:
System Demonstrations. pp. 38{45. Association for Computational Linguistics,
Online (Oct 2020), https://www.aclweb.org/anthology/2020.emnlp-demos.6</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Brisolara Corr^ea, U., Pereira dos Santos,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>A. de Freitas</surname>
          </string-name>
          , L.:
          <article-title>Overview of the idpt task on irony detection in portuguese at iberlef 2021</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Brown</surname>
          </string-name>
          , T.B.,
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryder</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbiah</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaplan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dhariwal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neelakantan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shyam</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sastry</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Askell</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herbert-Voss</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krueger</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henighan</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Child</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramesh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ziegler</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winter</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hesse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sigler</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Litwin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chess</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berner</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCandlish</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amodei</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Language models are few-shot learners (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Carvalho</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sarmento</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Oliveira</surname>
          </string-name>
          , E.:
          <article-title>Clues for detecting irony in user-generated contents: oh</article-title>
          ...!
          <article-title>! it's" so easy";-</article-title>
          .
          <source>In: Proceedings of the 1st international CIKM workshop on Topic-sentiment analysis for mass opinion</source>
          . pp.
          <volume>53</volume>
          {
          <issue>56</issue>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>DA</surname>
            <given-names>SILVA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>F.R.A.</surname>
          </string-name>
          :
          <article-title>Detecca~o de ironia e sarcasmo em l ngua portuguesa: Uma abordagem utilizando deep learning (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Davidov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsur</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rappoport</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Semi-supervised recognition of sarcastic sentences in twitter and amazon</article-title>
          .
          <source>In: Proceedings of the Fourteenth Conference on Computational Natural Language Learning</source>
          . p.
          <volume>107</volume>
          {
          <fpage>116</fpage>
          . CoNLL '10,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, USA (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Bert: Pre-training of deep bidirectional transformers for language understanding (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Freitas</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vieira</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bochernitsan</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Some clues on irony detection in tweets</article-title>
          .
          <source>In: WWW 2013 Companion - Proceedings of the 22nd International Conference on World Wide Web (05</source>
          <year>2013</year>
          ). https://doi.org/10.1145/2487788.2488012
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. de Freitas,
          <string-name>
            <given-names>L.A.</given-names>
            ,
            <surname>Vanin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.A.</given-names>
            ,
            <surname>Hogetop</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.N.</given-names>
            ,
            <surname>Bochernitsan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.N.</given-names>
            ,
            <surname>Vieira</surname>
          </string-name>
          , R.:
          <article-title>Pathways for irony detection in tweets</article-title>
          .
          <source>In: Proceedings of the 29th Annual ACM Symposium on Applied Computing</source>
          . pp.
          <volume>628</volume>
          {
          <issue>633</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benamara</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moriceau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Idat at re2019:
          <article-title>Overview of the track on irony detection in arabic tweets</article-title>
          .
          <source>In: Proceedings of the 11th Forum for Information Retrieval Evaluation</source>
          . pp.
          <volume>10</volume>
          {
          <issue>13</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benamara</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moriceau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Irony detection in a multilingual context</article-title>
          . In: Jose,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Yilmaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            , Magalha~es, J.,
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.J.</given-names>
            ,
            <surname>Martins</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.) Advances in Information Retrieval. pp.
          <volume>141</volume>
          {
          <fpage>149</fpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Jaderberg</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dalibard</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osindero</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Czarnecki</surname>
            ,
            <given-names>W.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donahue</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Razavi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Green</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dunning</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simonyan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernando</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavukcuoglu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Population based training of neural networks (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Liebrecht</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunneman</surname>
          </string-name>
          , F., van den Bosch, A.:
          <article-title>The perfect solution for detecting sarcasm in tweets #not</article-title>
          .
          <source>In: Proceedings of the 4th Workshop on Computational Approaches</source>
          to Subjectivity,
          <article-title>Sentiment and Social Media Analysis</article-title>
          . pp.
          <volume>29</volume>
          {
          <fpage>37</fpage>
          . Association for Computational Linguistics, Atlanta,
          <source>Georgia (Jun</source>
          <year>2013</year>
          ), https://www.aclweb.org/anthology/W13-1605
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Ma</surname>
          </string-name>
          , E.:
          <article-title>Nlp augmentation</article-title>
          . https://github.com/makcedward/nlpaug (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Marten</surname>
          </string-name>
          , G.S.,
          <string-name>
            <surname>de Freitas</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          :
          <article-title>The construction of a corpus for detecting irony and sarcasm in portuguese</article-title>
          .
          <source>Brazilian Journal of Development</source>
          <volume>7</volume>
          (
          <issue>5</issue>
          ),
          <volume>47973</volume>
          {
          <fpage>47984</fpage>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Montes</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aragon</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agerri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Angel Alvarez Carmona,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Alvarez</given-names>
            <surname>Mellado</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>de Albornoz</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freitas</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adorno</surname>
            ,
            <given-names>H.G.</given-names>
          </string-name>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>